/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.container{width:100%}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.hidden\!{display:none!important}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.grow{flex-grow:1}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.transform\!{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)!important}.resize{resize:both}.border{border-style:var(--tw-border-style);border-width:1px}.uppercase{text-transform:uppercase}.italic{font-style:italic}.underline{text-decoration-line:underline}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}@layer base{:root{--bg:#010c10;--surface:#011218;--border:#032830;--border-light:#054050;--text:#ecfeff;--text-muted:#5c8a8f;--text-muted-medium:#8aabb0;--teal:#0891b2;--teal-light:#22d3ee;--teal-vivid:#06b6d4;--teal-lighter:#67e8f9;--cyan:#0ea5e9;--cyan-light:#7dd3fc;--gold:gold;--gold-light:#f0c040;--green:#22c55e;--green-light:#4ade80;--red:#ef4444;--red-light:#fca5a5;--amber:#f59e0b;--font-sans:"DM Sans", sans-serif;--font-display:"Nunito Sans", sans-serif;--font-mono:"DM Mono", monospace}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.7}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:-.025em;font-weight:800;line-height:1.2}a{color:var(--teal-light);text-decoration:none;transition:color .2s}a:hover{color:var(--teal-lighter)}button{font-family:var(--font-sans);cursor:pointer;transition:all .2s}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--teal)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}}@layer components{.cookie-banner{background:var(--surface);border-top:3px solid var(--teal-vivid);z-index:9999;padding:1.5rem;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #00000080}.cb-content{max-width:1200px;margin:0 auto}.cb-title{color:var(--text);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.cb-text{color:var(--text-muted-medium);margin-bottom:1rem;font-size:.95rem;line-height:1.6}.cb-details-toggle{color:var(--teal-light);background:0 0;border:none;padding:0;font-size:.95rem;text-decoration:underline}.cb-details{border-left:3px solid var(--teal);color:var(--text-muted-medium);background:#0891b20d;margin:1rem 0;padding:1rem;font-size:.9rem}.cb-details p{margin-bottom:.5rem}.cb-details p:last-child{margin-bottom:0}.cb-details strong{color:var(--teal-light)}.cb-actions{flex-wrap:wrap;gap:.75rem;display:flex}.cb-btn{border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .2s}.cb-reject{color:var(--text);border:1px solid var(--border-light);background:#ffffff0d}.cb-reject:hover{background:#ffffff1a}.cb-accept{color:var(--teal-light);border:1px solid var(--teal);background:#0891b226}.cb-accept:hover{background:#0891b240}.cb-accept-all{background:linear-gradient(135deg, var(--teal), var(--teal-vivid));color:var(--text);border:none;box-shadow:0 0 20px #0891b266}.cb-accept-all:hover{transform:translateY(-2px);box-shadow:0 0 30px #22d3ee80}.system-calculator{background:var(--surface);border:1px solid var(--border-light);border-radius:12px;margin:2rem 0;padding:2rem}.calc-title{color:var(--teal-light);margin-bottom:.5rem;font-size:2rem}.calc-subtitle{color:var(--text-muted-medium);margin-bottom:2rem}.calc-inputs{gap:1.5rem;margin-bottom:2rem;display:grid}.calc-input-group{flex-direction:column;gap:.5rem;display:flex}.calc-label{color:var(--text);font-size:.95rem;font-weight:600}.calc-label strong{color:var(--teal-light)}.calc-slider{background:var(--border);-webkit-appearance:none;border-radius:3px;outline:none;width:100%;height:6px}.calc-slider::-webkit-slider-thumb{appearance:none;background:var(--teal-vivid);cursor:pointer;border-radius:50%;width:20px;height:20px;box-shadow:0 0 10px #06b6d480}.calc-slider::-moz-range-thumb{background:var(--teal-vivid);cursor:pointer;border:none;border-radius:50%;width:20px;height:20px;box-shadow:0 0 10px #06b6d480}.calc-select{background:var(--bg);border:1px solid var(--border-light);color:var(--text);border-radius:6px;padding:.75rem;font-size:1rem}.calc-checkbox{width:20px;height:20px;accent-color:var(--teal-vivid);margin-right:.5rem}.calc-submit{background:linear-gradient(135deg, var(--teal), var(--teal-vivid));color:var(--text);border:none;border-radius:8px;padding:1rem 2rem;font-size:1.1rem;font-weight:700;transition:all .2s;box-shadow:0 0 20px #0891b266}.calc-submit:hover{transform:translateY(-2px);box-shadow:0 0 30px #22d3ee99}.calc-result-overlay{z-index:9998;background:#010c10f2;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.calc-result{background:var(--surface);border:2px solid var(--teal-vivid);border-radius:12px;width:100%;max-width:600px;max-height:90vh;padding:2rem;position:relative;overflow-y:auto;box-shadow:0 0 40px #06b6d44d}.calc-close{color:var(--text-muted-medium);background:0 0;border:none;padding:.25rem .5rem;font-size:2rem;line-height:1;position:absolute;top:1rem;right:1rem}.calc-close:hover{color:var(--text)}.calc-result-title{color:var(--teal-light);margin-bottom:1.5rem;padding-right:2rem;font-size:1.75rem}.calc-result-content{font-family:var(--font-mono);font-size:.95rem}.calc-result-row{border-bottom:1px solid var(--border);grid-template-columns:1fr 1fr;gap:1rem;padding:.75rem 0;display:grid}.calc-result-label{color:var(--text-muted-medium)}.calc-result-value{color:var(--text);text-align:right}.calc-highlight{font-weight:600;color:var(--gold)!important}.calc-result-divider{background:var(--teal);height:2px;margin:1rem 0}.calc-result-actions{flex-direction:column;gap:.75rem;margin-top:1.5rem;display:flex}.calc-result-btn{text-align:center;border-radius:8px;padding:1rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s}.calc-result-btn-primary{background:linear-gradient(135deg, var(--teal), var(--teal-vivid));color:var(--text);box-shadow:0 0 20px #0891b266}.calc-result-btn-primary:hover{transform:translateY(-2px);box-shadow:0 0 30px #22d3ee99}.calc-result-btn-secondary{color:var(--teal-light);border:1px solid var(--teal);background:#0891b226}.calc-result-btn-secondary:hover{background:#0891b240}.review-carousel{padding:3rem 1rem}.carousel-title{text-align:center;color:var(--teal-light);margin-bottom:2rem;font-size:2rem}.carousel-container{align-items:center;gap:1rem;max-width:1000px;margin:0 auto;display:flex;position:relative}.carousel-btn{border:1px solid var(--teal);color:var(--teal-light);background:#0891b226;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:2rem;display:flex}.carousel-btn:hover{background:#0891b240}.carousel-content{flex:1}.review-card{background:var(--surface);border:1px solid var(--border-light);border-radius:12px;padding:2rem}.review-rating{margin-bottom:1rem;font-size:1.5rem}.star-filled{color:var(--gold)}.star-empty{color:var(--border-light)}.review-text{color:var(--text);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7}.review-meta{color:var(--text-muted-medium);font-size:.9rem}.review-author{color:var(--teal-light);font-weight:600}.review-location,.review-product{margin-top:.25rem}.carousel-dots{justify-content:center;gap:.5rem;margin-top:1.5rem;display:flex}.carousel-dot{background:var(--border-light);border:none;border-radius:50%;width:12px;height:12px;padding:0;transition:all .2s}.carousel-dot-active{background:var(--teal-vivid);transform:scale(1.3)}.faq-accordion{max-width:900px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border)}.faq-trigger{text-align:left;width:100%;color:var(--text);background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.25rem 0;font-size:1.1rem;font-weight:600;display:flex}.faq-trigger:hover{color:var(--teal-light)}.faq-icon{color:var(--teal-vivid);flex-shrink:0;margin-left:1rem;font-size:1.5rem;font-weight:400}.faq-panel{max-height:0;transition:max-height .3s;overflow:hidden}.faq-open{max-height:800px}.faq-answer{color:var(--text-muted-medium);padding:0 0 1.5rem;line-height:1.7}.product-comparison{padding:3rem 1rem}.comparison-title{text-align:center;color:var(--teal-light);margin-bottom:.5rem;font-size:2rem}.comparison-subtitle{text-align:center;color:var(--text-muted-medium);margin-bottom:2rem}.comparison-table-wrapper{margin-bottom:2rem;overflow-x:auto}.comparison-table{border-collapse:collapse;background:var(--surface);border:1px solid var(--border-light);width:100%;font-family:var(--font-mono);border-radius:8px;font-size:.9rem;overflow:hidden}.comparison-table thead{background:linear-gradient(135deg, var(--teal), var(--teal-vivid))}.comparison-table th{text-align:left;color:var(--text);padding:1rem;font-weight:700}.comparison-table td{border-top:1px solid var(--border);padding:1rem}.comparison-table .feature-label{color:var(--text-muted-medium);font-weight:600}.comparison-table .highlight{color:var(--gold);font-weight:600}.comparison-table .check{color:var(--green-light)}.comparison-cta{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.cta-btn{text-align:center;border-radius:8px;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .2s}.cta-btn-primary{background:linear-gradient(135deg, var(--teal), var(--teal-vivid));color:var(--text);box-shadow:0 0 20px #0891b266}.cta-btn-primary:hover{transform:translateY(-2px);box-shadow:0 0 30px #22d3ee99}.cta-btn-secondary{color:var(--teal-light);border:1px solid var(--teal);background:#0891b226}.cta-btn-secondary:hover{background:#0891b240}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@keyframes slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}:focus-visible{outline:2px solid var(--teal-light);outline-offset:2px}@media (width<=768px){.cookie-banner{padding:1rem}.cb-actions{flex-direction:column}.cb-btn{width:100%}.system-calculator{padding:1.5rem}.calc-title{font-size:1.5rem}.calc-result{padding:1.5rem}.calc-result-row{grid-template-columns:1fr;gap:.5rem}.calc-result-value{text-align:left}.carousel-container{gap:.5rem}.carousel-btn{width:36px;height:36px;font-size:1.25rem}.comparison-table{font-size:.8rem}.comparison-table th,.comparison-table td{padding:.75rem .5rem}}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
