@import"https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap";:root{font-family:Poppins,Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;font-weight:400;color:#2b1223;background-color:#ffe3e8;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:#ffe3e8}a{color:inherit}#root{width:100%}.page{font-family:Google Sans,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#202124;background:#fff;line-height:1.6}.admin-page{min-height:100vh;background:#f8f9fa;font-family:Google Sans,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.admin-header{background:#fff;border-bottom:1px solid #e8eaed;box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326;position:sticky;top:0;z-index:100}.admin-header-content{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.admin-header-left{flex:1}.admin-title{font-size:1.5rem;font-weight:400;color:#202124;margin:0;letter-spacing:0;line-height:1.5}.admin-subtitle{font-size:.875rem;color:#5f6368;margin:.25rem 0 0;font-weight:400}.admin-header-right{display:flex;align-items:center;gap:1rem}.admin-nav-link{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;color:#5f6368;text-decoration:none;border-radius:24px;font-size:.875rem;font-weight:500;transition:background-color .2s}.admin-nav-link:hover{background:#f1f3f4;color:#202124}.admin-icon{font-size:1.125rem}.admin-btn-primary{background:#1a73e8;color:#fff;border:none;padding:.625rem 1.5rem;border-radius:24px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326}.admin-btn-primary:hover{background:#1557b0;box-shadow:0 1px 3px #3c40434d,0 4px 8px 3px #3c404326}.admin-btn-primary:active{box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326}.admin-btn-secondary{background:#fff;color:#5f6368;border:1px solid #dadce0;padding:.625rem 1.5rem;border-radius:24px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.admin-btn-secondary:hover{background:#f8f9fa;border-color:#dadce0;color:#202124}.admin-btn-delete{background:#ea4335;color:#fff;border:none;padding:.375rem .75rem;border-radius:4px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.admin-btn-delete:hover{background:#c5221f;box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326}.admin-btn-delete:active{box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326}.admin-btn-edit{background:#1a73e8;color:#fff;border:none;padding:.375rem .75rem;border-radius:4px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.admin-btn-edit:hover{background:#1557b0;box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326}.admin-btn-edit:active{box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326}.admin-btn-edit:disabled{opacity:.6;cursor:not-allowed}.admin-btn-view{background:#5f6368;color:#fff;border:none;padding:.375rem .75rem;border-radius:4px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.admin-btn-view:hover{background:#3c4043;box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326}.admin-btn-view:active{box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326}.admin-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.admin-modal-content{background:#fff;border-radius:8px;padding:2rem;max-width:400px;width:100%;box-shadow:0 4px 16px #3c40434d,0 8px 24px 4px #3c404326;text-align:center}.admin-modal-deleting{display:flex;flex-direction:column;align-items:center;gap:1rem}.admin-modal-spinner{width:48px;height:48px;border:4px solid #e8eaed;border-top-color:#ea4335;border-radius:50%;animation:spin .8s linear infinite}.admin-modal-deleting h3{font-size:1.25rem;font-weight:500;color:#202124;margin:0}.admin-modal-deleting p{font-size:.9375rem;color:#5f6368;margin:0}.admin-modal-success{display:flex;flex-direction:column;align-items:center;gap:1rem}.admin-modal-success-icon{width:64px;height:64px;border-radius:50%;background:#e6f4ea;color:#34a853;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700}.admin-modal-success h3{font-size:1.25rem;font-weight:500;color:#202124;margin:0}.admin-modal-success p{font-size:.9375rem;color:#5f6368;margin:0}.admin-modal-error{display:flex;flex-direction:column;align-items:center;gap:1rem}.admin-modal-error-icon{width:64px;height:64px;border-radius:50%;background:#fce8e6;color:#ea4335;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700}.admin-modal-error h3{font-size:1.25rem;font-weight:500;color:#202124;margin:0}.admin-modal-error p{font-size:.9375rem;color:#5f6368;margin:0}.admin-modal-confirm{display:flex;flex-direction:column;align-items:center;gap:1rem}.admin-modal-warning-icon{width:64px;height:64px;border-radius:50%;background:#fef7e0;color:#fbbc04;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700}.admin-modal-confirm h3{font-size:1.25rem;font-weight:500;color:#202124;margin:0}.admin-modal-confirm p{font-size:.9375rem;color:#5f6368;margin:0;text-align:center}.admin-modal-edit{max-width:600px;padding:0;text-align:left}.admin-modal-edit-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e8eaed}.admin-modal-edit-header h3{font-size:1.25rem;font-weight:500;color:#202124;margin:0}.admin-modal-close{background:none;border:none;font-size:1.5rem;color:#5f6368;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.admin-modal-close:hover:not(:disabled){background:#f1f3f4}.admin-modal-close:disabled{opacity:.5;cursor:not-allowed}.admin-modal-edit-form{padding:1.5rem}.admin-edit-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.admin-form-group-full{grid-column:1 / -1}.admin-modal-edit-actions{display:flex;gap:.75rem;justify-content:flex-end;padding:1rem 1.5rem 1.5rem;border-top:1px solid #e8eaed;margin-top:0}.admin-modal-view{max-width:700px;padding:0;text-align:left}.admin-view-content{padding:1.5rem;max-height:70vh;overflow-y:auto}.admin-view-section{margin-bottom:2rem}.admin-view-section:last-child{margin-bottom:0}.admin-view-section-title{font-size:1rem;font-weight:500;color:#202124;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:1px solid #e8eaed}.admin-view-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.admin-view-item{display:flex;flex-direction:column;gap:.25rem}.admin-view-label{font-size:.75rem;color:#5f6368;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.admin-view-value{font-size:.9375rem;color:#202124;font-weight:400}.admin-view-address{background:#f8f9fa;padding:1rem;border-radius:4px;border:1px solid #e8eaed}.admin-view-address p{margin:.25rem 0;font-size:.9375rem;color:#202124;line-height:1.5}.admin-view-summary{background:#f8f9fa;padding:1rem;border-radius:4px;border:1px solid #e8eaed}.admin-view-summary-row{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.9375rem;color:#202124}.admin-view-summary-row:not(:last-child){border-bottom:1px solid #e8eaed}.admin-view-summary-total{font-weight:600;font-size:1rem;margin-top:.5rem;padding-top:.75rem;border-top:2px solid #e8eaed;border-bottom:none}.admin-mobile-cards{display:none}@media (max-width: 768px){.admin-header-content{flex-direction:column;gap:1rem;padding:1rem}.admin-header-right{width:100%;overflow-x:auto;padding-bottom:.5rem;justify-content:flex-start;-webkit-overflow-scrolling:touch}.admin-nav-link{white-space:nowrap;padding:.5rem .75rem;font-size:.8rem}.admin-main{padding:1rem}.admin-stats-grid{grid-template-columns:1fr;gap:1rem}.admin-card-header{flex-direction:column;gap:1rem;align-items:flex-start}.admin-card-actions{width:100%;flex-wrap:wrap}.admin-card-actions>*{flex:1}.admin-modal-content{width:95%;margin:1rem;max-height:90vh;padding:1.5rem;overflow-y:auto}.admin-modal-edit,.admin-modal-view{max-width:100%;margin:0;border-radius:0;height:100%;max-height:100%;display:flex;flex-direction:column}.admin-edit-form-grid,.admin-view-grid{grid-template-columns:1fr}.admin-view-content{flex:1}.admin-table-container{display:none}.admin-mobile-cards{display:flex;flex-direction:column;gap:1rem;padding-bottom:2rem}.mobile-order-card{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001f;border:1px solid #eaeaea;overflow:hidden;font-family:Roboto,sans-serif}.mobile-card-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid #f5f5f5}.mobile-order-id{font-weight:700;color:#1a73e8;font-size:.95rem;text-decoration:underline;cursor:pointer}.mobile-order-date{color:#9e9e9e;font-size:.75rem}.mobile-card-body{padding:1rem}.mobile-customer-name{font-weight:700;font-size:.9rem;color:#202124;margin-bottom:.5rem}.mobile-customer-row{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#5f6368;margin-bottom:.25rem}.mobile-icon-pink{color:#e91e63}.mobile-icon-purple{color:#9c27b0}.mobile-package-badge{display:inline-block;background:#e3f2fd;color:#1565c0;padding:.4rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;margin:.75rem 0;width:100%;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-financial-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem .5rem;margin-bottom:1rem}.mobile-financial-item{display:flex;flex-direction:column}.mobile-label{font-size:.75rem;color:#757575;margin-bottom:.1rem}.mobile-value{font-size:.95rem;font-weight:600;color:#212121}.mobile-value-badge{display:inline-block;padding:.15rem .75rem;border-radius:12px;font-size:.9rem;font-weight:700;width:-moz-fit-content;width:fit-content}.mobile-value-badge.warning{background:#fdd835;color:#3e2723}.mobile-value-badge.success{background:#e8f5e9;color:#1b5e20}.mobile-shipping-dropdown{border:1px solid #e0e0e0;border-radius:6px;padding:.75rem;display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:#424242;cursor:pointer;background:#fafafa}.mobile-card-footer{padding:.75rem 1rem;border-top:1px solid #f5f5f5;display:flex;justify-content:space-between;align-items:center;gap:.5rem}.mobile-action-btn{width:40px;height:40px;border-radius:6px;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:opacity .2s}.mobile-action-btn:active{opacity:.7}.btn-blue{background:#e3f2fd;color:#1976d2}.btn-purple{background:#f3e5f5;color:#7b1fa2}.btn-red{background:#ffebee;color:#d32f2f}.mobile-action-group{flex:1;display:flex;justify-content:center}.mobile-status-select{width:100%;padding:.5rem;border:1px solid #e0e0e0;border-radius:6px;background:#fff;font-size:.85rem}}@media (max-width: 480px){.admin-stat-value{font-size:1.75rem}}.admin-main{padding:2rem;max-width:1400px;margin:0 auto}.admin-container{width:100%}.admin-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:2rem}.admin-stat-card{background:#fff;border-radius:8px;padding:1.75rem;border:1px solid #e8eaed;transition:all .2s;position:relative;overflow:hidden}.admin-stat-card:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:#dadce0;transition:background-color .2s}.admin-stat-card:hover{box-shadow:0 2px 8px #3c404326;border-color:#dadce0}.admin-stat-card:hover:before{background:#1a73e8}.admin-stat-content{width:100%}.admin-stat-label{font-size:.8125rem;color:#5f6368;margin:0 0 .75rem;font-weight:500;letter-spacing:.3px}.admin-stat-value{font-size:2.25rem;font-weight:400;color:#202124;margin:0 0 .5rem;line-height:1.1;letter-spacing:-.5px}.admin-stat-sublabel{font-size:.75rem;color:#9aa0a6;margin:0;font-weight:400}.admin-card{background:#fff;border-radius:8px;box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326;overflow:hidden}.admin-card-header{padding:1.5rem;border-bottom:1px solid #e8eaed;display:flex;justify-content:space-between;align-items:center}.admin-card-title{font-size:1.25rem;font-weight:400;color:#202124;margin:0}.admin-card-actions{display:flex;gap:.75rem;align-items:center}.admin-select{padding:.5rem 2.5rem .5rem 1rem;border:1px solid #dadce0;border-radius:4px;background:#fff;font-size:.875rem;color:#202124;cursor:pointer;transition:border-color .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%235f6368' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:12px}.admin-select:hover{border-color:#80868b}.admin-select:focus{outline:none;border-color:#1a73e8;box-shadow:0 0 0 2px #1a73e833}.admin-select-small{padding:.375rem 2rem .375rem .75rem;border:1px solid #dadce0;border-radius:4px;background:#fff;font-size:.8125rem;color:#202124;cursor:pointer;transition:border-color .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%235f6368' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;background-size:10px}.admin-select-small:hover{border-color:#80868b}.admin-select-small:focus{outline:none;border-color:#1a73e8;box-shadow:0 0 0 2px #1a73e833}.admin-table-container{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse}.admin-table thead{background:#f8f9fa}.admin-table th{padding:.75rem 1rem;text-align:left;font-size:.75rem;font-weight:500;color:#5f6368;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #e8eaed}.admin-table td{padding:1rem;border-bottom:1px solid #f1f3f4;font-size:.875rem;color:#202124}.admin-table tbody tr{transition:background-color .15s}.admin-table tbody tr:hover{background:#f8f9fa}.admin-table tbody tr:last-child td{border-bottom:none}.admin-status-badge{display:inline-block;padding:.25rem .75rem;border-radius:16px;font-size:.75rem;font-weight:500;text-transform:capitalize}.admin-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1rem}.admin-loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem;color:#5f6368}.admin-spinner{width:40px;height:40px;border:3px solid #e8eaed;border-top-color:#1a73e8;border-radius:50%;animation:spin .8s linear infinite}.admin-error-state{padding:2rem;text-align:center;color:#ea4335}.admin-empty-state{padding:3rem;text-align:center;color:#5f6368}.admin-inventory-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem}.admin-inventory-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326;transition:box-shadow .2s;border-left:4px solid #34a853}.admin-inventory-card:hover{box-shadow:0 1px 3px #3c40434d,0 4px 8px 3px #3c404326}.admin-inventory-card-warning{border-left-color:#ea4335}.admin-inventory-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #e8eaed}.admin-inventory-card-title-section{flex:1;min-width:0}.admin-inventory-card-title{font-size:1.125rem;font-weight:500;color:#202124;margin:0 0 .5rem;line-height:1.4}.admin-inventory-card-sku{font-size:.75rem;color:#5f6368;margin:0}.admin-inventory-stock-display{text-align:right;flex-shrink:0;margin-left:1rem}.admin-inventory-stock-value{font-size:2.5rem;font-weight:400;line-height:1;margin-bottom:.25rem}.admin-inventory-stock-label{font-size:.75rem;color:#5f6368;text-transform:uppercase;letter-spacing:.5px}.admin-inventory-alert{margin-top:.5rem;padding:.25rem .5rem;background:#fce8e6;color:#c5221f;border-radius:4px;font-size:.6875rem;font-weight:500}.admin-inventory-card-body{margin-bottom:1.25rem}.admin-inventory-info-row{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.875rem}.admin-inventory-info-row:not(:last-child){border-bottom:1px solid #f1f3f4}.admin-inventory-info-label{color:#5f6368;font-weight:400}.admin-inventory-info-value{color:#202124;font-weight:500}.admin-inventory-card-actions{padding-top:1rem;border-top:1px solid #e8eaed;display:flex;gap:.75rem}.admin-inventory-card-actions .admin-btn-primary,.admin-inventory-card-actions .admin-btn-secondary{flex:1}.admin-inventory-history{margin-top:1.25rem;padding-top:1.25rem;border-top:2px solid #e8eaed}.admin-inventory-history-title{font-size:1rem;font-weight:600;color:#202124;margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}.admin-inventory-history-title:before{content:"📋";font-size:1.125rem}.admin-inventory-history-loading{text-align:center;padding:2rem;color:#5f6368}.admin-inventory-history-loading .admin-spinner{margin:0 auto 1rem}.admin-inventory-history-empty{text-align:center;padding:2rem;color:#9aa0a6;font-size:.875rem;font-style:italic}.admin-inventory-history-list{display:flex;flex-direction:column;gap:.75rem;max-height:400px;overflow-y:auto;padding-right:.5rem}.admin-inventory-history-list::-webkit-scrollbar{width:6px}.admin-inventory-history-list::-webkit-scrollbar-track{background:#f1f3f4;border-radius:3px}.admin-inventory-history-list::-webkit-scrollbar-thumb{background:#dadce0;border-radius:3px}.admin-inventory-history-list::-webkit-scrollbar-thumb:hover{background:#bdc1c6}.admin-inventory-history-item{background:#f8f9fa;border:1px solid #e8eaed;border-radius:6px;padding:1rem;transition:all .2s}.admin-inventory-history-item:hover{background:#f1f3f4;box-shadow:0 1px 3px #0000001a}.admin-inventory-history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;flex-wrap:wrap;gap:.5rem}.admin-inventory-history-type{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.admin-inventory-history-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.admin-inventory-history-badge--in{background:#e8f5e9;color:#2e7d32}.admin-inventory-history-badge--out{background:#ffebee;color:#c62828}.admin-inventory-history-badge--adjustment{background:#e3f2fd;color:#1565c0}.admin-inventory-history-badge--return{background:#fff3e0;color:#e65100}.admin-inventory-history-quantity{font-size:.875rem;font-weight:600;color:#202124}.admin-inventory-history-date{font-size:.75rem;color:#5f6368;white-space:nowrap}.admin-inventory-history-notes{margin-top:.5rem;padding:.75rem;background:#fff;border-radius:4px;border-left:3px solid #1a73e8;font-size:.875rem;color:#202124;line-height:1.5}.admin-inventory-history-notes strong{color:#5f6368;font-weight:600;margin-right:.5rem}.admin-inventory-history-admin{margin-top:.5rem;font-size:.75rem;color:#9aa0a6;font-style:italic}.admin-inventory-edit-form{margin-top:1.25rem;padding:1.25rem;background:#f8f9fa;border-radius:8px;border:1px solid #e8eaed}.admin-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.admin-form-group{display:flex;flex-direction:column}.admin-form-label{font-size:.75rem;color:#5f6368;margin-bottom:.5rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.admin-input{padding:.625rem .75rem;border:1px solid #dadce0;border-radius:4px;font-size:.875rem;color:#202124;background:#fff;transition:border-color .2s;font-family:inherit}.admin-input:focus{outline:none;border-color:#1a73e8;box-shadow:0 0 0 2px #1a73e833}.admin-input::-moz-placeholder{color:#9aa0a6}.admin-input::placeholder{color:#9aa0a6}.admin-form-actions{display:flex;gap:.75rem;margin-top:1rem}.admin-login-page{min-height:100vh;background:#f8f9fa;display:flex;align-items:center;justify-content:center;padding:2rem;font-family:Google Sans,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.admin-login-container{width:100%;max-width:420px}.admin-login-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #3c40434d,0 4px 12px 4px #3c404326;padding:3rem;width:100%}.admin-login-header{text-align:center;margin-bottom:2.5rem}.admin-login-title{font-size:1.75rem;font-weight:400;color:#202124;margin:0 0 .5rem;letter-spacing:0}.admin-login-subtitle{font-size:.875rem;color:#5f6368;margin:0;font-weight:400}.admin-login-form{width:100%}.admin-login-error{background:#fce8e6;color:#c5221f;padding:.75rem 1rem;border-radius:4px;font-size:.875rem;margin-bottom:1.5rem;border-left:3px solid #ea4335}.admin-form-group{margin-bottom:1.5rem}.admin-form-label{display:block;font-size:.875rem;color:#5f6368;margin-bottom:.5rem;font-weight:500}.admin-form-input{width:100%;padding:.75rem 1rem;border:1px solid #dadce0;border-radius:4px;font-size:.9375rem;color:#202124;background:#fff;transition:all .2s;font-family:inherit;box-sizing:border-box}.admin-form-input:focus{outline:none;border-color:#1a73e8;box-shadow:0 0 0 2px #1a73e833}.admin-form-input:disabled{background:#f8f9fa;cursor:not-allowed;opacity:.6}.admin-form-input::-moz-placeholder{color:#9aa0a6}.admin-form-input::placeholder{color:#9aa0a6}.admin-login-button{width:100%;background:#1a73e8;color:#fff;border:none;padding:.875rem 1.5rem;border-radius:4px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326;margin-top:.5rem}.admin-login-button:hover:not(:disabled){background:#1557b0;box-shadow:0 1px 3px #3c40434d,0 4px 8px 3px #3c404326}.admin-login-button:active:not(:disabled){box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326}.admin-login-button:disabled{opacity:.6;cursor:not-allowed}.admin-button-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.admin-login-footer{margin-top:2rem;text-align:center;padding-top:1.5rem;border-top:1px solid #e8eaed}.admin-login-footer-text{font-size:.75rem;color:#9aa0a6;margin:0}@media (max-width: 768px){.admin-login-page{padding:1rem}.admin-login-card{padding:2rem 1.5rem}.admin-header-content{flex-direction:column;align-items:flex-start;gap:1rem;padding:1rem}.admin-header-right{width:100%;justify-content:space-between}.admin-main{padding:1rem}.admin-stats-grid{grid-template-columns:1fr;gap:1rem}.admin-inventory-grid,.admin-form-row{grid-template-columns:1fr}.admin-table-container{overflow-x:scroll}.admin-table{min-width:800px}}@keyframes crawl-rtl{0%{transform:translate(100vw)}to{transform:translate(-100%)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.crawler-banner{position:relative;overflow:hidden;background:linear-gradient(to right,#fff8e1,#f1f8e9,#fff8e1);border-top:1px solid rgba(156,39,176,.2);border-bottom:1px solid rgba(255,152,0,.2);padding:.75rem 0;z-index:10}.crawler-content{display:flex;white-space:nowrap;animation:crawl-rtl 30s linear infinite;width:-moz-max-content;width:max-content;will-change:transform}@media (min-width: 768px){.crawler-content{animation:crawl-rtl 35s linear infinite}}@media (min-width: 1024px){.crawler-content{animation:crawl-rtl 40s linear infinite}}@media (min-width: 1440px){.crawler-content{animation:crawl-rtl 45s linear infinite}}@media (min-width: 1920px){.crawler-content{animation:crawl-rtl 50s linear infinite}}.crawler-content:hover{animation-play-state:paused}.crawler-item{display:flex;align-items:center;gap:.5rem;padding:0 2rem;flex-shrink:0;min-width:-moz-fit-content;min-width:fit-content}.crawler-icon{width:16px;height:16px;flex-shrink:0}.crawler-dot{width:12px;height:12px;border-radius:50%;background:#00a19a;flex-shrink:0;animation:pulse 2s ease-in-out infinite}.crawler-flame,.crawler-star,.crawler-bolt{font-size:.9rem;flex-shrink:0}.crawler-text{font-size:.875rem;font-weight:600;white-space:nowrap;flex-shrink:0}@media (max-width: 640px){.crawler-item{padding:0 1.5rem;gap:.4rem}.crawler-text{font-size:.75rem}.crawler-icon{width:14px;height:14px}.crawler-dot{width:10px;height:10px}.crawler-flame,.crawler-star,.crawler-bolt{font-size:.8rem}.crawler-badge{font-size:.7rem;padding:.1rem .4rem}}.crawler-item:first-child .crawler-text{color:#e65100}.crawler-item:nth-child(2) .crawler-text{color:#2e7d32}.crawler-item:last-child .crawler-text{color:#c62828}.crawler-item:first-child .crawler-icon{color:#e65100}.crawler-item:last-child .crawler-icon{color:#c62828}.crawler-badge{display:inline-block;background:#f44336;color:#fff;padding:.125rem .5rem;border-radius:4px;font-weight:700;font-size:.75rem;margin:0 .25rem}.top-header{padding:3.5rem clamp(1.5rem,6vw,7rem) 1rem;text-align:center;color:#fff;background:#c21e56}.top-header__chip{display:inline-flex;padding:.3rem 1rem;border-radius:999px;background:#ffffff40;color:#fff;font-weight:700;margin-bottom:1rem;border:1px solid rgba(255,255,255,.5);position:relative;overflow:visible}.top-header__chip:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;box-shadow:none;pointer-events:none}.top-header__chip:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:140%;height:180%;pointer-events:none;background:conic-gradient(from 45deg,transparent 0 22%,#ffeaa7 0 28%,transparent 0 50%,#ffeaa7 0 56%,transparent 0 78%,#ffeaa7 0 84%,transparent 0) 18% 28% / 14px 14px no-repeat,conic-gradient(from 45deg,transparent 0 22%,#ffeaa7 0 28%,transparent 0 50%,#ffeaa7 0 56%,transparent 0 78%,#ffeaa7 0 84%,transparent 0) 82% 32% / 10px 10px no-repeat,conic-gradient(from 45deg,transparent 0 22%,#ffeaa7 0 28%,transparent 0 50%,#ffeaa7 0 56%,transparent 0 78%,#ffeaa7 0 84%,transparent 0) 50% 78% / 12px 12px no-repeat;filter:drop-shadow(0 0 4px rgba(255,215,0,.6))}.top-header__title{font-size:clamp(4.2rem,11vw,6.8rem);margin:0;color:#fff;font-weight:600;letter-spacing:-.02em;font-family:Google Sans,sans-serif;text-shadow:0 10px 26px rgba(255,15,107,.2)}@media (max-width: 640px){.top-header__title{font-size:clamp(2.5rem,10vw,3.5rem)}}.top-header__subtitle{margin-top:1rem;font-size:1.125rem;color:#fff;max-width:720px;margin-left:auto;margin-right:auto;line-height:1.6;font-weight:400;font-family:Google Sans,sans-serif}.text-herba{color:#ffeaa7;text-decoration:underline;text-decoration-thickness:.2em;text-underline-offset:.2em}.text-herba--bold{font-weight:900}.text-eks{color:#141414;background-image:linear-gradient(#ffd6e7,#ffd6e7);background-repeat:no-repeat;background-size:100% 100%;padding:0 .2em;box-decoration-break:clone;-webkit-box-decoration-break:clone}.top-header__highlight{margin:1.5rem auto 0;display:inline-block;background:transparent;color:#1a0c0c;font-weight:900;letter-spacing:.04em;padding:0;border-radius:0;box-shadow:none}.top-header__badges{margin-top:.6rem;display:flex;flex-wrap:wrap;gap:clamp(.6rem,2.2vw,1.5rem);align-items:center;justify-content:center;max-width:100%;padding:0 .5rem;overflow:visible}.top-header__badges .badge{display:inline-flex;align-items:center;gap:.5rem;color:#dff8f3}.top-header__badges .badge svg{width:clamp(20px,4.5vw,28px);height:clamp(20px,4.5vw,28px);color:#29d3bf}.top-header__badges .badge span{color:#f2f7f6;font-weight:600;font-size:clamp(.9rem,2.8vw,1rem);white-space:nowrap;opacity:.95}.top-header__highlight span{font-size:clamp(2rem,6vw,3rem);font-weight:900;letter-spacing:-.04em;text-shadow:0 10px 26px rgba(255,15,107,.2);background-image:linear-gradient(#ffe76d,#ffe76d);background-repeat:no-repeat;background-size:100% 100%;padding:.05em .35em;box-decoration-break:clone;-webkit-box-decoration-break:clone}.top-header__split{margin-top:1.2rem;display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;align-items:flex-start;max-width:900px;margin-left:auto;margin-right:auto}.top-header__visual{flex:0 0 auto;display:flex;justify-content:center}.top-header__visual img{width:min(600px,85vw);height:auto;display:block;-o-object-fit:cover;object-fit:cover}.benefits-vertical{margin-top:0;flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media (max-width: 640px){.top-header__split{display:grid;grid-template-columns:1.2fr .8fr;gap:1rem;align-items:stretch}.top-header__visual{display:flex;align-items:center;justify-content:center;margin:0;padding:0}.top-header__visual img{width:100%;height:auto;max-height:600px;max-width:100%;-o-object-fit:cover;object-fit:cover;margin:0}.benefits-vertical{align-items:flex-start;gap:.5rem;display:flex;flex-direction:column;justify-content:center;height:auto;max-height:none;overflow:visible;padding-left:.5rem}.benefit-item{max-width:100%;flex-direction:column;align-items:center;text-align:center;gap:.3rem}.benefit-icon{width:45px;height:45px;flex-shrink:0}.benefit-icon svg{width:22px;height:22px}.benefit-title{font-size:.75rem;line-height:1.3;margin:0}.benefit-desc{font-size:.85rem;display:none}}.benefit-item{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:240px;position:relative;color:#fff}.benefit-icon{width:90px;height:90px;border-radius:999px;border:2px solid var(--icon-color, #C21E56);display:flex;align-items:center;justify-content:center;color:var(--icon-color, #C21E56);margin-bottom:.8rem;background:var(--icon-bg, #fce7f3);position:relative;box-shadow:0 4px 12px #c21e5626}.benefit-icon:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:999px;background:var(--icon-color, #C21E56);opacity:.1;filter:blur(8px);z-index:-1}.benefit-icon svg{width:46px;height:46px;color:var(--icon-color, #C21E56);filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.benefit-title{font-weight:700;margin:0;color:#fff}.benefit-desc{margin:.2rem 0 0;color:#ffffffe6;font-size:.95rem}.benefit-line{width:2px;height:32px;background:repeating-linear-gradient(#ffffff,#ffffff 6px,transparent 6px,transparent 12px);display:inline-block;margin-top:.8rem}.features-banner{background:linear-gradient(to right,#c21e56,#e91e63);padding:2rem clamp(1rem,4vw,3rem);text-align:center;position:relative;overflow:hidden}.features-banner__content{position:relative;z-index:1}.features-banner__title{margin:0;color:#fff;font-size:clamp(1.5rem,4vw,2rem);font-weight:600;line-height:1.3;font-family:Google Sans,sans-serif;text-shadow:0 2px 4px rgba(0,0,0,.1)}@media (max-width: 768px){.features-banner{padding:1.5rem 1rem}.features-banner__title{font-size:1.25rem;letter-spacing:.5px}}@media (max-width: 480px){.features-banner{padding:1.25rem .75rem}.features-banner__title{font-size:1.1rem;line-height:1.4}}.benefits-banner{background:#ebeae9;padding:1.2rem;display:flex;justify-content:center}.benefits-banner img{width:min(1100px,95vw);height:auto;display:block}.therapy-banner{background:#fff;padding:1.2rem;display:flex;justify-content:center}.therapy-banner img{width:min(1100px,95vw);height:auto;display:block}@media (max-width: 640px){.benefits-banner,.therapy-banner{padding:0;margin:0}.benefits-banner img,.therapy-banner img{width:100vw;max-width:100vw;height:auto;display:block;margin:0}}.modern-benefits{padding:2rem clamp(1.5rem,5vw,7rem) 6rem;background:linear-gradient(to bottom right,#fce7f3,#fdf2f8,#ffe4e6);position:relative;overflow:hidden}.modern-benefits__bg{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;overflow:hidden}.modern-benefits__blur1,.modern-benefits__blur2,.modern-benefits__blur3{position:absolute;border-radius:50%;filter:blur(80px);opacity:.3}.modern-benefits__blur1{position:absolute;top:5rem;left:2.5rem;width:18rem;height:18rem;background:linear-gradient(to right,#c21e564d,#e91e634d);border-radius:50%;filter:blur(3rem)}.modern-benefits__blur2{position:absolute;bottom:5rem;right:2.5rem;width:24rem;height:24rem;background:linear-gradient(to left,#e91e6340,#c21e5640);border-radius:50%;filter:blur(3rem)}.modern-benefits__blur3{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:31.25rem;height:31.25rem;background:linear-gradient(to right,#c21e5633,#e91e6333);border-radius:50%;filter:blur(3rem)}.modern-benefits__pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2300a19a' fill-opacity='0.03' fill-rule='evenodd'%3E%3Cpath d='M20 20c0 11.046-8.954 20-20 20s-20-8.954-20-20 8.954-20 20-20 20 8.954 20 20zM0 0h20v20H0V0zm20 20h20v20H20V20z'/%3E%3C/g%3E%3C/svg%3E");opacity:.4}.modern-benefits__container{max-width:80rem;margin:0 auto;padding:0 1rem;position:relative}.modern-benefits__grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start}@media (min-width: 1024px){.modern-benefits__grid{grid-template-columns:5fr 7fr;gap:3rem}}.modern-benefits__image-wrapper{position:relative}.modern-benefits__image-container{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px #00000026}.modern-benefits__image-inner{position:relative;padding-bottom:100%;overflow:hidden}.modern-benefits__image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.modern-benefits__image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.1) 100%)}.modern-benefits__badge{border-radius:24px;position:absolute;background:linear-gradient(to right,#00a19a,#10b981);color:#fff;padding:.5rem 1rem;border-radius:.75rem;box-shadow:0 10px 15px #0000001a;font-size:.75rem;font-weight:700;z-index:10}.modern-benefits__badge--premium{top:-.75rem;left:-.75rem}.modern-benefits__badge--natural{top:-.75rem;right:-.75rem;background:linear-gradient(to right,#10b981,#22c55e)}.modern-benefits__stats-card{position:absolute;bottom:-2rem;right:-2rem;background:#fff;padding:1.5rem;border-radius:16px;box-shadow:0 10px 30px #00000026;z-index:3;min-width:150px}.modern-benefits__stats-number{font-size:2rem;font-weight:700;color:#2b1223;margin-bottom:.5rem}.modern-benefits__stats-label{font-size:.875rem;color:#5f6368;margin-bottom:.5rem}.modern-benefits__stats-stars{display:flex;gap:.25rem;color:#fbbf24}.modern-benefits__decorative-dot{position:absolute;width:12px;height:12px;border-radius:50%;background:#667eea;z-index:2}.modern-benefits__decorative-dot--1{top:20%;right:-1rem}.modern-benefits__decorative-dot--2{bottom:30%;left:-1rem}.modern-benefits__content{display:flex;flex-direction:column;gap:2rem}.modern-benefits__header{display:flex;flex-direction:column;gap:1rem}.modern-benefits__header-row{display:flex;align-items:flex-start;gap:1rem}.modern-benefits__header-line{width:.25rem;height:3rem;background:linear-gradient(to bottom,#00a19a,#10b981);border-radius:999px}.modern-benefits__badge-label{display:inline-flex;align-items:center;gap:.5rem;background:#d1fae5cc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#047857;padding:.5rem 1rem;border-radius:999px;font-size:.875rem;font-weight:700;border:1px solid rgba(0,161,154,.3);margin-bottom:.5rem}.modern-benefits__badge-label svg{width:1rem;height:1rem}.modern-benefits__title{font-size:clamp(2rem,5vw,3rem);font-weight:900;color:#111827;line-height:1.2;margin:0}.modern-benefits__title-gradient{display:block;margin-top:.25rem;background:linear-gradient(to right,#00a19a,#10b981,#22c55e);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.modern-benefits__description{font-size:1.125rem;color:#5f6368;line-height:1.6;margin:0}.modern-benefits__list{display:flex;flex-direction:column;gap:1.5rem}.modern-benefits__item{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 2px 8px #00000014;transition:all .3s}.modern-benefits__item:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-2px)}.modern-benefits__item-content{display:grid;grid-template-columns:auto auto 1fr auto;gap:1rem;align-items:start}.modern-benefits__item-number{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,#667eea,#10b981);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;flex-shrink:0}.modern-benefits__item-icon{width:40px;height:40px;border-radius:10px;background:#f0f9ff;color:#0ea5e9;display:flex;align-items:center;justify-content:center;flex-shrink:0}.modern-benefits__item-text{flex:1}.modern-benefits__item-title{font-size:1.125rem;font-weight:600;color:#2b1223;margin:0 0 .5rem}.modern-benefits__item-desc{font-size:.9375rem;color:#5f6368;line-height:1.6;margin:0}.modern-benefits__item-check{width:24px;height:24px;color:#10b981;flex-shrink:0;margin-top:.25rem}.modern-benefits__instructions{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:16px;padding:1.5rem;border:2px solid #0ea5e9}.modern-benefits__instructions-header{display:flex;gap:1rem}.modern-benefits__instructions-icon{width:48px;height:48px;border-radius:12px;background:#0ea5e9;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.modern-benefits__instructions-content{flex:1}.modern-benefits__instructions-title{font-size:1.125rem;font-weight:600;color:#2b1223;margin:0 0 1rem}.modern-benefits__instructions-list{display:flex;flex-direction:column;gap:1rem}.modern-benefits__instructions-item{display:flex;gap:1rem;align-items:flex-start}.modern-benefits__instructions-step{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;flex-shrink:0}.modern-benefits__instructions-step--1{background:#10b981;color:#fff}.modern-benefits__instructions-step--2{background:#0ea5e9;color:#fff}.modern-benefits__instructions-step--3{background:#667eea;color:#fff}.modern-benefits__instructions-text{flex:1;font-size:.9375rem;color:#2b1223;margin:0;line-height:1.6}.modern-benefits__cta-wrapper{display:flex;flex-direction:column;gap:1.5rem}.modern-benefits__cta-button{position:relative;display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.25rem 2rem;border-radius:12px;font-size:1.125rem;font-weight:600;text-decoration:none;overflow:hidden;transition:all .3s;box-shadow:0 4px 16px #667eea4d}.modern-benefits__cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 24px #667eea66}.modern-benefits__cta-button-content{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;gap:.75rem}.modern-benefits__cta-shine{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shine 3s infinite}@keyframes shine{0%{left:-100%}50%,to{left:100%}}.modern-benefits__trust-badges{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.modern-benefits__trust-badge{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#5f6368}.modern-benefits__trust-badge svg{width:20px;height:20px}.modern-benefits__trust-badge--shield svg{color:#10b981}.modern-benefits__trust-badge--sparkles svg{color:#667eea}.modern-benefits__trust-badge--heart svg{color:#ec4899}.modern-benefits__trust-divider{width:1px;height:20px;background:#e5e7eb}.comparison-section{padding:2rem 2rem 4rem;background:#fff}.comparison-section__container{max-width:1200px;margin:0 auto}.comparison-section__title{font-size:clamp(2rem,5vw,2.75rem);font-weight:900;color:#1f2937;text-align:center;margin:0 0 2.5rem;line-height:1.3;background:linear-gradient(to right,#fef3c7,#fde68a,#fef3c7);padding:1.5rem 2rem;border-radius:1rem;box-shadow:0 4px 12px #fbbf244d;border:3px solid #fbbf24;text-shadow:0 2px 4px rgba(0,0,0,.1)}@media (max-width: 768px){.comparison-section{padding:1rem 1rem 3rem}.comparison-section__title{font-size:clamp(1.125rem,4vw,1.5rem);font-weight:900;padding:1rem 1.25rem;margin:0 0 1.5rem;line-height:1.4;border-width:2px}.comparison-section__table-wrapper{border-radius:8px;box-shadow:0 1px 3px #3c40434d,0 4px 8px 3px #3c404326}.comparison-section__table{font-size:.75rem}.comparison-section__table-header{padding:.25rem .15rem;font-size:.4rem;font-weight:600;border:1px solid #e8eaed;line-height:1.1}.comparison-section__table-header--criteria{min-width:70px;font-size:.4rem;padding:.25rem .15rem}.comparison-section__header-content{gap:.1rem}.comparison-section__header-image{min-height:15px}.comparison-section__header-img{max-width:18px;max-height:15px}.comparison-section__header-placeholder{font-size:.55rem}.comparison-section__header-label{font-size:.35rem;font-weight:600;line-height:1}.comparison-section__table-criteria{padding:.4rem .3rem;font-size:.65rem;font-weight:500;border:1px solid #e8eaed;line-height:1.2}.comparison-section__table-cell{padding:.4rem .3rem;font-size:.9rem;border:1px solid #e8eaed;line-height:1.2}.comparison-section__table-cell--check,.comparison-section__table-cell--cross,.comparison-section__table-cell--warning{font-size:1rem}.comparison-section__table-cell--cost{font-size:.75rem;font-weight:600}.comparison-section__table-note{font-size:.65rem;margin-top:.2rem;line-height:1.3}}.comparison-section__table-wrapper{overflow-x:auto;border-radius:1rem;box-shadow:0 4px 12px #0000001a;scrollbar-width:thin}.comparison-section__table-wrapper::-webkit-scrollbar{height:8px}.comparison-section__table-wrapper::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.comparison-section__table-wrapper::-webkit-scrollbar-thumb{background:#00a19a;border-radius:4px}.comparison-section__table-wrapper::-webkit-scrollbar-thumb:hover{background:#10b981}.comparison-section__table{width:100%;border-collapse:collapse;background:#fff;font-size:.9rem}.comparison-section__table-header{padding:.75rem;text-align:center;font-weight:700;font-size:.85rem;border:1px solid rgba(255,255,255,.2);vertical-align:top}.comparison-section__table-header--criteria{background:#374151;text-align:left;min-width:200px;color:#fff}.comparison-section__table-header--featured{background:linear-gradient(to right,#00a19a,#10b981);color:#fff;position:relative}.comparison-section__table-header--featured:after{content:"⭐";position:absolute;top:.25rem;right:.25rem;font-size:.75rem}.comparison-section__table-header:not(.comparison-section__table-header--criteria):not(.comparison-section__table-header--featured){background:#fce7f3;color:#2b1223}.comparison-section__header-content{display:flex;flex-direction:column;align-items:center;gap:.5rem}.comparison-section__header-image{display:flex;align-items:center;justify-content:center;width:100%;min-height:60px;background:transparent;padding:0}.comparison-section__header-img{max-width:80px;max-height:60px;width:auto;height:auto;-o-object-fit:contain;object-fit:contain;background:transparent;border:none;box-shadow:none;padding:0}.comparison-section__header-placeholder{font-size:2.5rem;opacity:.8}.comparison-section__header-label{font-size:.9rem;font-weight:700;line-height:1.3;text-align:center}.comparison-section__table-criteria{padding:1rem;font-weight:600;color:#111827;background:#f9fafb;border:1px solid #e5e7eb;text-align:left}.comparison-section__table-cell{padding:1rem;text-align:center;border:1px solid #e5e7eb;vertical-align:middle}.comparison-section__table-cell--check{color:#10b981;font-size:1.5rem;font-weight:700;background:#d1fae5}.comparison-section__table-cell--cross{color:#ef4444;font-size:1.5rem;font-weight:700;background:#fee2e2}.comparison-section__table-cell--warning{color:#f59e0b;font-size:1.5rem;font-weight:700;background:#fef3c7}.comparison-section__table-cell--cost{color:#00a19a;font-weight:700;background:#d1fae5;font-size:1rem}.comparison-section__table-note{display:block;font-size:.75rem;font-weight:500;margin-top:.25rem;color:#4b5563}.comparison-section__table-cell--check .comparison-section__table-note{color:#047857}.comparison-section__table-cell--cross .comparison-section__table-note{color:#991b1b}.comparison-section__table-cell--warning .comparison-section__table-note{color:#92400e}.postage-section{background:#fff;padding:0;margin:0}.postage-section__header{background:linear-gradient(to right,#00a19a,#10b981);color:#fff;padding:1.5rem clamp(1rem,4vw,3rem);text-align:center}.postage-section__header-text{margin:0;font-size:clamp(1.25rem,3vw,1.75rem);font-weight:700;line-height:1.4;text-transform:uppercase;letter-spacing:.5px}.postage-section__images{display:flex;flex-direction:row;gap:0;background:#fff;width:100%;margin:0;padding:0}.postage-section__image-wrapper{position:relative;overflow:hidden;background:#fff;flex:1 1 0%;min-width:0;display:flex;align-items:stretch;justify-content:center;max-height:600px;margin:0;padding:0}.postage-section__image{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;max-width:100%;max-height:600px;min-height:100%}.postage-section__image-wrapper--second{max-height:600px;overflow:hidden;margin:0;padding:0}.postage-section__image--second{max-height:600px;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;min-height:100%}.postage-section__footer{background:linear-gradient(to right,#00a19a,#10b981);color:#fff;padding:1.5rem clamp(1rem,4vw,3rem);text-align:center}.postage-section__footer-content{max-width:800px;margin:0 auto}.postage-section__footer-title{margin:0 0 .75rem;font-size:clamp(1.25rem,3vw,1.75rem);font-weight:700;line-height:1.4;text-transform:uppercase;letter-spacing:.5px}.postage-section__footer-subtitle{margin:0 0 .5rem;font-size:clamp(1rem,2.5vw,1.25rem);font-weight:600;line-height:1.5}.postage-section__footer-note{margin:0;font-size:clamp(.875rem,2vw,1rem);font-weight:500;line-height:1.5;opacity:.95}@media (max-width: 768px){.postage-section__image-wrapper,.postage-section__image,.postage-section__image-wrapper--second,.postage-section__image--second{max-height:400px}.postage-section__header{padding:1.25rem 1rem}.postage-section__header-text{font-size:1.1rem}.postage-section__images{flex-direction:column;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.postage-section__image-wrapper{width:100%;max-width:100vw;max-height:300px;overflow:hidden}.postage-section__image{width:100vw;max-width:100vw;max-height:300px;height:auto;-o-object-fit:cover;object-fit:cover}.postage-section__image-wrapper--second{max-height:300px;width:100%;overflow:hidden}.postage-section__image--second{max-height:300px;width:100vw;max-width:100vw;height:auto;-o-object-fit:cover;object-fit:cover}.postage-section__footer{padding:1.25rem 1rem}.postage-section__footer-title{font-size:1.1rem}.postage-section__footer-subtitle{font-size:1rem}.postage-section__footer-note{font-size:.875rem}}@media (max-width: 480px){.postage-section{margin:0;padding:0}.postage-section__header{padding:1rem .75rem}.postage-section__header-text{font-size:1rem;line-height:1.3}.postage-section__images{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.postage-section__image-wrapper{width:100%;max-width:100vw;max-height:250px;overflow:hidden}.postage-section__image,.postage-section__image--second{width:100vw;max-width:100vw;max-height:250px;height:auto;-o-object-fit:cover;object-fit:cover}.postage-section__footer{padding:1rem .75rem}.postage-section__footer-title{font-size:1rem;margin-bottom:.5rem}.postage-section__footer-subtitle{font-size:.9rem;margin-bottom:.4rem}.postage-section__footer-note{font-size:.8rem}}.certification-section{background:#fff;padding:3rem clamp(1.5rem,5vw,7rem)}.certification-section__container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.certification-section__item{background:transparent;border-radius:0;padding:0;box-shadow:none;border:none;display:flex;flex-direction:column;align-items:center;text-align:center;transition:none;overflow:visible}.certification-section__item:hover{transform:none;box-shadow:none}.certification-section__header{width:100%;padding:1rem;font-weight:700;font-size:.875rem;text-align:center}.certification-section__header--kkm{background:#374151;color:#fff}.certification-section__header--graph{background:#d1fae5;color:#047857}.certification-section__image-wrapper{width:100%;max-width:500px;margin:0 auto;padding:0;border-radius:0;overflow:visible;background:transparent}.certification-section__image-wrapper--kkm{background:transparent;padding:0;border:none;box-shadow:none;max-width:600px}.certification-section__image{width:100%;height:auto;display:block;border-radius:0;box-shadow:none}.certification-section__label{margin:.5rem 0 .25rem;font-size:1.25rem;font-weight:700;color:#00a19a}.certification-section__label--kkm{color:#10b981;margin-top:1.5rem;font-size:1.75rem;font-weight:800}.certification-section__desc{margin:.75rem 0 0;font-size:1.1rem;color:#374151;font-weight:500}.certification-section__item--graph{background:transparent;border:none;box-shadow:none}.certification-section__graph{width:100%;padding:0;background:transparent}.certification-section__graph-title{margin:0 0 1.5rem;font-size:1.1rem;font-weight:700;color:#047857;text-align:center}.certification-section__graph-bars{display:flex;justify-content:space-around;align-items:flex-end;gap:1.5rem;height:350px;margin-bottom:1.5rem}.certification-section__graph-bar-wrapper{flex:1 1 0%;display:flex;flex-direction:column;align-items:center;height:100%;justify-content:flex-end}.certification-section__graph-bar{width:100%;border-radius:.75rem .75rem 0 0;position:relative;min-height:30px;display:flex;align-items:flex-start;justify-content:center;padding-top:.75rem;box-shadow:#00a19a4d 0 2px 8px;transition:transform .3s}.certification-section__graph-bar:hover{transform:scaleY(1.05)}.certification-section__graph-bar--very-satisfied{background:#047857}.certification-section__graph-bar--satisfied{background:#10b981}.certification-section__graph-bar--normal{background:#86efac}.certification-section__graph-value{color:#fff;font-weight:700;font-size:1.25rem;text-shadow:rgba(0,0,0,.2) 0px 1px 2px}.certification-section__graph-label{margin-top:.75rem;font-size:1rem;color:#4b5563;font-weight:600;text-align:center}.certification-section__graph-note{margin:1rem 0 0;font-size:.8rem;color:#6b7280;text-align:center;font-style:italic}@media (max-width: 768px){.certification-section{padding:2rem 1rem}.certification-section__container{grid-template-columns:1fr;gap:1.5rem}.certification-section__graph{padding:0;background:transparent;border-radius:0;border:none;box-shadow:none}.certification-section__graph-title{font-size:.875rem;font-weight:600;margin-bottom:1rem;color:#202124;font-family:Google Sans,sans-serif}.certification-section__graph-bars{height:250px;gap:1rem;margin-bottom:1rem}.certification-section__graph-bar-wrapper{gap:.5rem}.certification-section__graph-bar{min-height:20px;border-radius:6px 6px 0 0;padding-top:.5rem;box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326}.certification-section__graph-bar--very-satisfied{background:#34a853}.certification-section__graph-bar--satisfied{background:#10b981}.certification-section__graph-bar--normal{background:#86efac}.certification-section__graph-value{font-size:1rem;font-weight:600;text-shadow:none}.certification-section__graph-label{margin-top:.6rem;font-size:.85rem;color:#5f6368;font-weight:500;font-family:Google Sans,sans-serif}.certification-section__graph-note{margin:.75rem 0 0;font-size:.7rem;color:#5f6368;font-style:normal;font-family:Google Sans,sans-serif}}@media (max-width: 480px){.certification-section{padding:1.5rem .75rem}.certification-section__item{padding:0}.certification-section__graph{padding:0;background:transparent;border:none;box-shadow:none}.certification-section__image-wrapper--kkm{max-width:100%}.certification-section__label--kkm{font-size:1.5rem;margin-top:1rem}.certification-section__desc{font-size:1rem}.certification-section__graph-title{font-size:.8rem;margin-bottom:.75rem}.certification-section__graph-bars{height:200px;gap:.75rem}.certification-section__graph-bar{min-height:18px;padding-top:.4rem}.certification-section__graph-value{font-size:.9rem}.certification-section__graph-label{font-size:.75rem}.certification-section__graph-note{font-size:.65rem}.certification-section__graph-title{font-size:1rem}.certification-section__image-wrapper{max-width:280px}}.section{padding:4rem 2rem;max-width:1200px;margin:0 auto;font-family:Google Sans,Roboto,sans-serif}.section--light{background:#f8f9fa}.section__eyebrow{font-size:.875rem;font-weight:500;color:#5f6368;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .75rem;text-align:center;font-family:Google Sans,sans-serif}.section h2{margin-top:.5rem;font-size:clamp(1.75rem,4vw,2.25rem);color:#202124;font-weight:600;font-family:Google Sans,sans-serif;line-height:1.3;text-align:center}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:4px;padding:.75rem 1.5rem;font-weight:500;font-size:.875rem;border:none;cursor:pointer;transition:all .2s ease;text-decoration:none;font-family:Google Sans,sans-serif;box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326}.btn--primary:hover{background:#1557b0;box-shadow:0 1px 3px #3c40434d,0 4px 8px 3px #3c404326}.btn--ghost{background:transparent;border:2px solid rgba(226,34,63,.3);color:#e7223f}.faq{margin-top:2rem;display:flex;flex-direction:column;gap:.75rem;max-width:800px;margin-left:auto;margin-right:auto}.faq details{background:#fff;border-radius:12px;padding:1rem 1.25rem;border:1px solid #e8eaed;box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.faq details:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:#1a73e8;transform:scaleY(0);transition:transform .2s cubic-bezier(.4,0,.2,1)}.faq details[open]:before{transform:scaleY(1)}.faq details:hover{box-shadow:0 2px 4px #3c40434d,0 4px 8px 3px #3c404326;border-color:#dadce0}.faq summary{font-weight:500;font-size:.9375rem;cursor:pointer;color:#202124;font-family:Google Sans,sans-serif;list-style:none;padding-right:1.5rem;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:color .2s ease}.faq summary:after{content:"+";position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:1.25rem;font-weight:300;color:#5f6368;transition:all .2s cubic-bezier(.4,0,.2,1);line-height:1}.faq details[open] summary:after{content:"−";transform:translateY(-50%) rotate(0);color:#1a73e8}.faq summary:hover{color:#1a73e8}.faq summary::-webkit-details-marker{display:none}.faq details[open] summary{margin-bottom:.75rem;color:#1a73e8}.faq p{color:#5f6368;font-size:.875rem;line-height:1.7;margin:0;padding-top:.75rem;border-top:1px solid #e8eaed;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.faq{gap:.625rem;margin-top:1.5rem}.faq details{padding:.875rem 1rem;border-radius:10px}.faq summary{font-size:.875rem;padding-right:1.25rem}.faq summary:after{font-size:1.1rem}.faq p{font-size:.8125rem;line-height:1.6;padding-top:.625rem}}.cta{margin:0;background:linear-gradient(135deg,#fce7f3,#fdf2f8);border-radius:0;padding:3.5rem clamp(1rem,4vw,2.5rem);display:flex;flex-wrap:wrap;gap:2rem;align-items:center;justify-content:center;color:#2b1223;box-shadow:none;text-align:center;position:relative;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;width:100%;max-width:100%}.cta:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#fb71850d,#f472b60d);opacity:0;transition:opacity .3s ease}.cta:hover:before{opacity:1}.cta:hover{box-shadow:0 4px 12px #0000001f,0 8px 24px #00000014;transform:translateY(-2px)}.cta .section__eyebrow{color:#ec4899;font-weight:600;letter-spacing:.5px;position:relative;z-index:1}.cta h2{color:#2b1223;margin-bottom:1rem;font-weight:600;font-family:Google Sans,sans-serif;position:relative;z-index:1}.cta p{color:#5f6368;font-size:.9375rem;line-height:1.7;max-width:600px;position:relative;z-index:1}.cta__action{display:flex;align-items:center;gap:1.5rem;flex-wrap:nowrap}.cta__image{width:120px;height:auto;border-radius:0;box-shadow:none;border:none}.cta .btn--primary{background:linear-gradient(135deg,#ec4899,#f472b6);color:#fff;box-shadow:0 2px 8px #ec48994d,0 4px 16px #ec489933;border:none;position:relative;z-index:1;transition:all .3s cubic-bezier(.4,0,.2,1)}.cta .btn--primary:hover{background:linear-gradient(135deg,#db2777,#ec4899);box-shadow:0 4px 12px #ec489966,0 8px 24px #ec48994d;transform:translateY(-2px)}@media (max-width: 640px){.cta{padding:2.5rem 1rem}.cta__action{flex-direction:column;align-items:center;gap:1rem}.cta__image{width:100px}}.testimonials-title{text-align:center;font-size:clamp(1.5rem,4vw,2rem);font-weight:600;color:#202124;margin-bottom:2rem;font-family:Google Sans,sans-serif}.testimonials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}@media (max-width: 768px){.testimonials-grid{grid-template-columns:1fr}}.testimonial-card{background:#fff;border-radius:8px;padding:1.5rem;border:1px solid #e8eaed;box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326;display:flex;flex-direction:column;gap:1rem;transition:box-shadow .2s ease}.testimonial-card:hover{box-shadow:0 1px 3px #3c40434d,0 4px 8px 3px #3c404326}.testimonial-header{display:flex;gap:1rem;align-items:flex-start}.testimonial-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#ff3d7f,#ff5fa0);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.2rem;flex-shrink:0}.testimonial-user-info{flex:1;display:flex;flex-direction:column;gap:.3rem}.testimonial-username{font-weight:500;color:#202124;font-size:.9375rem;font-family:Google Sans,sans-serif}.testimonial-rating{display:flex;gap:.2rem}.testimonial-rating .star{color:#ff3d7f;font-size:1rem}.testimonial-date{font-size:.8rem;color:#666}.testimonial-variation{font-size:.85rem;color:#7c1025;font-weight:500}.testimonial-text{color:#333;line-height:1.6;font-size:.95rem;margin-top:.5rem}.testimonial-image{margin-top:.5rem;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.testimonial-image img{width:100%;height:auto;display:block}@media (max-width: 768px){.testimonials-grid{grid-template-columns:1fr;gap:1.2rem}.testimonial-card{padding:1.2rem}}.buyer-toast{position:fixed;bottom:1.5rem;left:1.5rem;display:flex;gap:.8rem;align-items:center;background:#fff;border-radius:16px;box-shadow:0 18px 30px #0000002e;padding:.9rem 1rem;width:420px;z-index:1000;animation:slideInRight .3s ease-out}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.buyer-toast__img{width:90px;height:72px;border-radius:10px;-o-object-fit:cover;object-fit:cover}.buyer-toast__text{margin:0;color:#262626;font-size:.88rem}.buyer-toast__text strong{display:block;font-size:.82rem;text-transform:uppercase;letter-spacing:.05em;color:#0a4b36}.buyer-toast__text small{color:#7a7a7a;font-size:.75rem}.buyer-toast__close{border:none;background:transparent;font-size:1.2rem;cursor:pointer;color:#444;margin-left:auto}@media (max-width: 640px){.buyer-toast{left:.75rem;right:.75rem;width:auto;padding:.6rem .7rem;gap:.6rem;flex-direction:row;align-items:center}.buyer-toast__img{width:56px;height:56px}.buyer-toast__text{font-size:.85rem}.buyer-toast__text strong{font-size:.78rem}.buyer-toast__text small{font-size:.7rem}.buyer-toast__close{font-size:1rem}}.malaysian-reviews{padding:2rem 1rem;max-width:1200px;margin:0 auto}.malaysian-reviews__header{text-align:center;margin-bottom:2rem}.malaysian-reviews__header-icon{width:48px;height:48px;color:#667eea;margin:0 auto 1rem}.malaysian-reviews__header-title{font-size:1.5rem;font-weight:700;color:#2b1223;margin:0 0 .5rem}.malaysian-reviews__rating{display:flex;align-items:center;justify-content:center;gap:.5rem}.malaysian-reviews__star{width:20px;height:20px;color:#fbbf24;fill:#fbbf24}.malaysian-reviews__rating-text{font-size:1rem;font-weight:600;color:#2b1223}.malaysian-reviews__container{position:relative;min-height:200px}.malaysian-reviews__item{position:absolute;top:0;left:0;right:0;opacity:0;transform:translateY(20px);transition:all .5s ease}.malaysian-reviews__item--active{position:relative;opacity:1;transform:translateY(0)}.malaysian-reviews__item--hidden{pointer-events:none}.malaysian-reviews__content{display:flex;gap:1rem;background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 16px #0000001a}.malaysian-reviews__avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.malaysian-reviews__text{flex:1}.malaysian-reviews__meta{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.malaysian-reviews__stars{display:flex;gap:.25rem}.malaysian-reviews__star-small{width:14px;height:14px;color:#fbbf24;fill:#fbbf24}.malaysian-reviews__verified{font-size:.75rem;color:#10b981;font-weight:600}.malaysian-reviews__comment{font-size:.9375rem;color:#2b1223;line-height:1.6;margin:0 0 .5rem;font-style:italic}.malaysian-reviews__author{font-size:.875rem;color:#5f6368;margin:0}.malaysian-reviews__author-name{font-weight:600;color:#2b1223}.malaysian-reviews__indicators{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.malaysian-reviews__indicator{width:8px;height:8px;border-radius:50%;background:#d1d5db;border:none;cursor:pointer;padding:0;transition:all .3s}.malaysian-reviews__indicator--active{background:#667eea;width:24px;border-radius:4px}.footer{background:#fff;border-top:1px solid #e8eaed;padding:3rem 0 2rem;margin-top:4rem;font-family:Google Sans,Roboto,sans-serif}.footer__container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer__content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem;margin-bottom:2rem}.footer__section{display:flex;flex-direction:column;gap:.75rem}.footer__title{font-size:1.125rem;font-weight:600;color:#202124;margin:0 0 .5rem;font-family:Google Sans,sans-serif}.footer__subtitle{font-size:.875rem;font-weight:600;color:#5f6368;margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.5px;font-family:Google Sans,sans-serif}.footer__description,.footer__text{font-size:.875rem;color:#5f6368;line-height:1.6;margin:0}.footer__text--small{font-size:.8125rem;line-height:1.5}.footer__divider{height:1px;background:#e8eaed;margin:2rem 0 1.5rem}.footer__bottom{text-align:center;padding-top:1rem}.footer__copyright{font-size:.8125rem;color:#9aa0a6;margin:0;font-family:Google Sans,sans-serif}@media (max-width: 768px){.footer{padding:2rem 0 1.5rem;margin-top:3rem}.footer__container{padding:0 1.5rem}.footer__content{grid-template-columns:1fr;gap:2rem;margin-bottom:1.5rem}.footer__section{text-align:center}.footer__divider{margin:1.5rem 0 1rem}.footer__title{font-size:1rem}.footer__subtitle,.footer__description,.footer__text{font-size:.8125rem}.footer__text--small,.footer__copyright{font-size:.75rem}}@media (max-width: 768px){.top-header__split{display:grid;grid-template-columns:1.2fr .8fr;gap:1rem;align-items:stretch}.top-header__visual{display:flex;align-items:center;justify-content:center}.top-header__visual img{width:min(600px,85vw);height:auto;-o-object-fit:cover;object-fit:cover}.benefits-vertical{align-items:flex-start;gap:.5rem;padding-left:.5rem}.benefit-item{flex-direction:column;align-items:center;text-align:center;gap:.3rem}.benefit-icon{width:45px;height:45px;flex-shrink:0}.benefit-icon svg{width:22px;height:22px}.benefit-title{font-size:.75rem;line-height:1.3;margin:0}.modern-benefits__grid{grid-template-columns:1fr;gap:2rem}.modern-benefits__item-content{grid-template-columns:1fr;gap:.75rem}.modern-benefits__item-icon,.modern-benefits__item-check{display:none}.comparison-section__container{grid-template-columns:1fr}.postage-section__images{flex-direction:column}.postage-section__image-wrapper{max-width:100%}.testimonials-grid{grid-template-columns:1fr}.buyer-toast{right:1rem;bottom:1rem;left:1rem;max-width:none}}.checkout{padding:2rem;max-width:1200px;margin:0 auto;font-family:Google Sans,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.checkout__header{text-align:center;margin-bottom:2rem}.checkout__header .section__eyebrow{color:#5f6368;font-weight:500;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;margin-bottom:.5rem}.checkout__header h2{font-size:1.5rem;font-weight:400;color:#202124;margin:0 0 .5rem;letter-spacing:0;line-height:1.5}.checkout__header p{color:#5f6368;font-size:.875rem;margin-bottom:1.5rem;font-weight:400}.checkout__timer{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-top:2rem;margin-bottom:1rem}.checkout__timer>div{background:linear-gradient(135deg,#fff5e6,#ffe8cc);padding:1rem 1.5rem;border-radius:12px;border:1px solid rgba(251,191,36,.2);box-shadow:0 2px 8px #0000000f;min-width:160px;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.checkout__timer>div:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#f59e0b,#fbbf24,#fcd34d);opacity:.8}.checkout__timer>div:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;border-color:#fbbf2466}.checkout__timer span{display:block;font-size:.75rem;color:#92400e;margin-bottom:.5rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;opacity:.8}.checkout__timer strong{display:block;font-size:1.25rem;color:#78350f;font-weight:700;letter-spacing:.5px}.checkout__grid{display:grid;grid-template-columns:1fr 400px;gap:1.5rem;align-items:start}.order-form{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326}.package-selection{border:1px solid #e8eaed;border-radius:8px;padding:1.25rem;margin-bottom:1.5rem;background:#f8f9fa}.package-selection legend{font-weight:500;font-size:.875rem;color:#5f6368;padding:0 .5rem;text-transform:uppercase;letter-spacing:.5px}.package-options{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.package-option{display:block;position:relative;cursor:pointer}.package-option input[type=radio]{position:absolute;opacity:0;pointer-events:none}.package-option__content{background:#fff;border:1px solid #e8eaed;border-radius:8px;padding:1rem;transition:box-shadow .2s;display:flex;flex-direction:row;align-items:flex-start;gap:1rem}.package-option__image-wrapper{flex-shrink:0;width:70px;height:70px;display:flex;justify-content:center;align-items:center;background:#f8f9fa;border-radius:6px;padding:.5rem;border:1px solid #e8eaed}.package-option__image-wrapper--large{width:100px;height:100px;padding:.75rem}.package-option__image{max-width:100%;max-height:100%;width:auto;height:auto;-o-object-fit:contain;object-fit:contain}.package-option__text{flex:1;min-width:0;display:flex;flex-direction:column;gap:.5rem}.package-option:hover .package-option__content{box-shadow:0 1px 3px #3c40434d,0 4px 8px 3px #3c404326}.package-option--selected .package-option__content{border-color:#1a73e8;background:#f8f9fa;box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326}.package-option__header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.package-option__header h3{font-size:1.125rem;font-weight:500;color:#202124;margin:0;line-height:1.4}.package-option__price{font-size:1.25rem;font-weight:400;color:#1a73e8}.package-option__description{font-size:.875rem;color:#5f6368;margin:.25rem 0;font-weight:400}.package-option__free{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.75rem;color:#34a853;font-weight:500}.package-option__badge{background:#e8f5e9;color:#2e7d32;padding:.25rem .5rem;border-radius:4px;font-size:.6875rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:400;color:#5f6368;margin-bottom:.5rem;font-size:.875rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem 1rem;border:1px solid #dadce0;border-radius:4px;font-size:.9375rem;font-family:inherit;color:#202124;background:#fff;transition:all .2s;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#1a73e8;box-shadow:0 0 0 2px #1a73e833}.form-group input::-moz-placeholder,.form-group textarea::-moz-placeholder{color:#9aa0a6}.form-group input::placeholder,.form-group textarea::placeholder{color:#9aa0a6}.form-group__hint{display:block;font-size:.75rem;color:#5f6368;margin-top:.5rem;line-height:1.4;font-weight:400}.payment-options{border:1px solid #e8eaed;border-radius:8px;padding:1.25rem;margin:1.5rem 0;background:#f8f9fa}.payment-options legend{font-weight:500;font-size:.875rem;color:#5f6368;padding:0 .5rem;text-transform:uppercase;letter-spacing:.5px}.payment-option{display:flex;align-items:flex-start;padding:.75rem;margin-bottom:.75rem;cursor:pointer;border-radius:4px;transition:background-color .2s}.payment-option:hover{background:#f1f3f4}.payment-option:last-child{margin-bottom:0}.payment-option input[type=radio]{margin-right:.75rem;margin-top:.125rem;flex-shrink:0}.payment-option__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem;flex:1}.payment-option__header p{font-weight:500;color:#202124;margin:0;font-size:.875rem}.payment-option__header span{background:#fef3c7;color:#92400e;padding:.25rem .5rem;border-radius:4px;font-size:.6875rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.payment-option small{color:#5f6368;font-size:.75rem;display:block;line-height:1.4}.form-message{padding:.75rem 1rem;border-radius:4px;margin:1rem 0;font-size:.875rem;border-left:3px solid}.form-message--success{background:#e8f5e9;color:#2e7d32;border-left-color:#34a853}.form-message--error{background:#fce8e6;color:#c5221f;border-left-color:#ea4335}.form-note{text-align:center;color:#9aa0a6;font-size:.75rem;margin-top:1rem}.order-summary{position:sticky;top:2rem;display:flex;flex-direction:column;gap:1rem}.summary-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326;margin-bottom:1.5rem}.summary-card h3{font-size:1.125rem;font-weight:500;color:#202124;margin:0 0 1.25rem;padding-bottom:1rem;border-bottom:1px solid #e8eaed}.summary-line{display:flex;justify-content:space-between;align-items:flex-start;padding:.5rem 0;font-size:.875rem}.summary-line:not(:last-child){border-bottom:1px solid #f1f3f4;margin-bottom:.5rem;padding-bottom:.5rem}.summary-line--free{background:#e8f5e9;padding:.75rem;border-radius:4px;margin:.5rem 0;border:none}.summary-line p{margin:0;font-weight:400;color:#202124}.summary-line small{display:block;color:#5f6368;font-size:.75rem;margin-top:.25rem;font-weight:400}.summary-line strong{font-size:.875rem;color:#1a73e8;font-weight:500}.summary-line span{color:#5f6368;font-weight:400}.summary-free{color:#2e7d32!important;font-weight:500!important;font-size:.75rem!important}.summary-total{display:flex;justify-content:space-between;align-items:center;margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid #e8eaed}.summary-total p{font-size:1rem;font-weight:500;color:#202124;margin:0}.summary-total strong{font-size:1.125rem;color:#1a73e8;font-weight:500}.summary-secure{background:#f8f9fa;padding:1rem;border-radius:8px;margin-bottom:1rem;border:1px solid #e8eaed}.summary-secure p{font-size:.75rem;color:#5f6368;margin:.5rem 0;font-weight:400}.summary-timer{background:#fef3c7;padding:.75rem 1rem;border-radius:4px;border:1px solid #fbbf24;text-align:center}.summary-timer p{margin:0;font-size:.75rem;color:#92400e;font-weight:500}.summary-payment{background:#f8f9fa;padding:1rem;border-radius:8px;border:1px solid #e8eaed}.summary-payment__title{font-size:.875rem;font-weight:500;color:#5f6368;margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.5px}.summary-payment__info{display:flex;flex-direction:column;gap:.25rem}.summary-payment__method{font-size:.875rem;font-weight:500;color:#202124;margin:0}.summary-payment__desc{font-size:.75rem;color:#5f6368;line-height:1.4;margin:0}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.modal-content{background:#fff;border-radius:16px;padding:2rem;max-width:500px;width:100%;text-align:center}.modal-loading h3,.modal-connecting h3,.modal-success h3,.modal-error h3{margin:1rem 0 .5rem;font-size:1.5rem;color:#2b1223}.modal-loading p,.modal-connecting p,.modal-success p,.modal-error p{color:#5f6368;margin:.5rem 0}.modal-connecting{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.spinner{width:50px;height:50px;border:4px solid #e5e7eb;border-top-color:#00a19a;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}.success-icon{width:60px;height:60px;background:#10b981;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1rem;font-weight:700}.error-icon{width:60px;height:60px;background:#ef4444;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1rem;font-weight:700}.order-number{background:#f0fdfa;padding:1rem;border-radius:8px;margin:1rem 0;border:2px solid #10b981}.order-number strong{color:#047857;font-size:1.125rem}.modal-note{font-size:.875rem;color:#5f6368;margin-top:1rem}.connecting-spinner{width:60px;height:60px;margin:0 auto 1.5rem;border:4px solid #e5e7eb;border-top-color:#1a73e8;border-right-color:#1a73e8;border-radius:50%;animation:spin 1s linear infinite}.connecting-progress{width:100%;height:4px;background:#e5e7eb;border-radius:2px;margin-top:1rem;overflow:hidden}.progress-bar{height:100%;background:linear-gradient(90deg,#00a19a,#10b981);animation:progress 2s ease-in-out infinite}@keyframes progress{0%{width:0%}50%{width:70%}to{width:100%}}.btn{padding:.625rem 1.5rem;border:none;border-radius:24px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;font-family:inherit;box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326}.btn--primary{background:#1a73e8;color:#fff}.btn--primary:hover:not(:disabled){background:#1557b0;box-shadow:0 1px 3px #3c40434d,0 4px 8px 3px #3c404326}.btn--primary:active:not(:disabled){box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326}.btn--primary:disabled{opacity:.6;cursor:not-allowed}.btn--full{width:100%;margin-bottom:1rem}@media (max-width: 968px){.checkout__grid{grid-template-columns:1fr}.order-summary{position:static}.form-row{grid-template-columns:1fr}.package-options{gap:.75rem}}@media (max-width: 768px){.page{max-width:100%;margin:0;padding:0}.checkout{max-width:100%;margin:0;padding:0 1rem;width:100%}.checkout__grid{gap:0}.order-form{background:transparent;padding:0;border-radius:0;box-shadow:none}.package-selection{border:none;border-radius:0;padding:1rem 0;margin-bottom:1rem;background:transparent}.checkout__timer{gap:.75rem;margin-top:1.5rem}.checkout__timer>div{min-width:140px;padding:.875rem 1.25rem;flex:1;max-width:calc(50% - .375rem)}.checkout__timer span{font-size:.7rem;margin-bottom:.4rem}.checkout__timer strong{font-size:1.1rem}}.thank-you{min-height:calc(100vh - 200px);padding:3rem 1.5rem;font-family:Google Sans,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f8f9fa}.thank-you__container{max-width:800px;margin:0 auto}.thank-you__success{text-align:center;background:#fff;border-radius:12px;padding:3rem 2rem;box-shadow:0 1px 3px #3c40434d,0 4px 8px 3px #3c404326}.success-icon-large{width:80px;height:80px;margin:0 auto 1.5rem;background:#34a853;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:600;box-shadow:0 2px 4px #34a8534d}.thank-you__success h1{font-size:1.75rem;font-weight:600;color:#202124;margin-bottom:.5rem;font-family:Google Sans,sans-serif}.thank-you__success h2{font-size:1.25rem;font-weight:400;color:#5f6368;margin-bottom:1.5rem;font-family:Google Sans,sans-serif}.thank-you__message{font-size:.9375rem;color:#5f6368;line-height:1.6;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.thank-you__order-info{margin:2rem 0;text-align:left}.order-info-card{background:#f8f9fa;border-radius:8px;padding:1.5rem;border:1px solid #e8eaed}.order-info-card h3{font-size:1.125rem;font-weight:600;color:#202124;margin-bottom:1.25rem;font-family:Google Sans,sans-serif;padding-bottom:.75rem;border-bottom:1px solid #e8eaed}.order-info-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;font-size:.875rem;border-bottom:1px solid #e8eaed}.order-info-row:last-child{border-bottom:none}.order-info-row span{color:#5f6368;font-weight:400}.order-info-row strong{color:#202124;font-weight:500;text-align:right}.status-success{color:#34a853!important;font-weight:600}.status-error{color:#ea4335!important;font-weight:600}.status-pending{color:#fbbc04!important;font-weight:600}.thank-you__next-steps{margin:2rem 0;text-align:left;background:#f8f9fa;border-radius:8px;padding:1.5rem;border:1px solid #e8eaed}.thank-you__next-steps h3{font-size:1.125rem;font-weight:600;color:#202124;margin-bottom:1rem;font-family:Google Sans,sans-serif}.thank-you__next-steps ul{list-style:none;padding:0;margin:0}.thank-you__next-steps li{font-size:.875rem;color:#5f6368;line-height:1.8;padding:.5rem 0 .5rem 1.5rem;position:relative}.thank-you__next-steps li:before{content:"✓";position:absolute;left:0;color:#34a853;font-weight:600}.thank-you__failed{text-align:center;background:#fff;border-radius:12px;padding:3rem 2rem;box-shadow:0 1px 3px #3c40434d,0 4px 8px 3px #3c404326}.error-icon-large{width:80px;height:80px;margin:0 auto 1.5rem;background:#ea4335;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:600;box-shadow:0 2px 4px #ea43354d}.thank-you__failed h1{font-size:1.75rem;font-weight:600;color:#202124;margin-bottom:.5rem;font-family:Google Sans,sans-serif}.thank-you__failed h2{font-size:1.25rem;font-weight:400;color:#5f6368;margin-bottom:1.5rem;font-family:Google Sans,sans-serif}.thank-you__help{margin:2rem 0;text-align:left;background:#fff3cd;border-radius:8px;padding:1.5rem;border:1px solid #ffc107}.thank-you__help h3{font-size:1.125rem;font-weight:600;color:#202124;margin-bottom:.75rem;font-family:Google Sans,sans-serif}.thank-you__help p{font-size:.875rem;color:#5f6368;margin-bottom:1rem;line-height:1.6}.thank-you__help ul{list-style:none;padding:0;margin:0}.thank-you__help li{font-size:.875rem;color:#5f6368;line-height:1.8;padding:.5rem 0}.thank-you__pending{text-align:center;background:#fff;border-radius:12px;padding:3rem 2rem;box-shadow:0 1px 3px #3c40434d,0 4px 8px 3px #3c404326}.pending-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:#fbbc04;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:600;box-shadow:0 2px 4px #fbbc044d}.thank-you__pending h1{font-size:1.75rem;font-weight:600;color:#202124;margin-bottom:1.5rem;font-family:Google Sans,sans-serif}.thank-you__info{margin:2rem 0;text-align:center;background:#e8f0fe;border-radius:8px;padding:1.5rem;border:1px solid #1a73e8}.thank-you__info p{font-size:.875rem;color:#1a73e8;line-height:1.6;margin:0}.thank-you__actions{margin-top:2rem;display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.thank-you__actions .btn{font-family:Google Sans,sans-serif;font-size:.875rem;font-weight:500;padding:.75rem 1.5rem;border-radius:4px;border:none;cursor:pointer;transition:all .2s ease;min-width:160px}.thank-you__actions .btn--primary{background:#1a73e8;color:#fff;box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326}.thank-you__actions .btn--primary:hover{background:#1557b0;box-shadow:0 1px 3px #3c40434d,0 4px 8px 3px #3c404326}.thank-you__actions .btn--secondary{background:#fff;color:#1a73e8;border:1px solid #dadce0;box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326}.thank-you__actions .btn--secondary:hover{background:#f8f9fa;box-shadow:0 1px 3px #3c40434d,0 4px 8px 3px #3c404326}.checking-payment-modal{text-align:center;padding:3rem 2rem}.checking-payment-icon{position:relative;width:100px;height:100px;margin:0 auto 2rem;display:flex;align-items:center;justify-content:center}.checking-dot{font-size:3rem;z-index:3;position:relative}.checking-pulse-ring{position:absolute;width:100px;height:100px;border:3px solid #1a73e8;border-radius:50%;animation:pulse 2s ease-out infinite;opacity:0}.checking-pulse-ring-2{animation-delay:1s}@keyframes pulse{0%{transform:scale(.8);opacity:1}to{transform:scale(1.5);opacity:0}}.live-activity-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.checking-payment-modal h2{font-size:1.5rem;font-weight:600;color:#202124;margin-bottom:.5rem;font-family:Google Sans,sans-serif}.checking-payment-modal p{font-size:.9375rem;color:#5f6368;margin-bottom:1.5rem}.checking-progress{width:100%;max-width:300px;height:4px;background:#e8eaed;border-radius:2px;margin:0 auto;overflow:hidden}.checking-progress-bar{height:100%;background:#1a73e8;border-radius:2px;animation:progress 2s ease-in-out infinite}@keyframes progress{0%{width:0%;transform:translate(0)}50%{width:70%;transform:translate(0)}to{width:100%;transform:translate(0)}}.spinner{width:40px;height:40px;border:4px solid #e8eaed;border-top-color:#1a73e8;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-icon{width:60px;height:60px;background:#ea4335;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:600}@media (max-width: 768px){.thank-you{padding:2rem 1rem}.thank-you__success,.thank-you__failed,.thank-you__pending{padding:2rem 1.5rem}.thank-you__success h1,.thank-you__failed h1,.thank-you__pending h1{font-size:1.5rem}.thank-you__success h2,.thank-you__failed h2{font-size:1.125rem}.order-info-card,.thank-you__next-steps,.thank-you__help{padding:1.25rem}.thank-you__actions{flex-direction:column}.thank-you__actions .btn{width:100%}}.comparison-section__table-cell--check{color:#c21e56;font-weight:700;background-color:#c21e560d}.comparison-section__table-header--featured{background-color:#c21e560d;border-top:4px solid #C21E56}.comparison-section__header-label{color:#c21e56;font-weight:700}
