:root{--color-black: #0a0a0a;--color-dark: #141414;--color-dark-secondary: #1a1a1a;--color-dark-tertiary: #222;--color-yellow: #f5c518;--color-yellow-bright: #ffd234;--color-yellow-dim: #c9a200;--color-white: #ffffff;--color-gray-100: #f5f5f5;--color-gray-200: #e5e5e5;--color-gray-300: #d4d4d4;--color-gray-400: #a3a3a3;--color-gray-500: #737373;--color-gray-600: #525252;--color-gray-700: #404040;--color-gray-800: #262626;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--max-width: 1200px;--header-height: 76px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-family);background-color:var(--color-black);color:var(--color-white);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 2rem}@media(max-width:480px){.container{padding:0 1.25rem}}.section{padding:5rem 0}@media(max-width:768px){.section{padding:3rem 0}}.header{position:fixed;top:0;left:0;right:0;height:var(--header-height);background:#0a0a0aeb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--color-dark-tertiary);z-index:1000}.header-inner{display:flex;align-items:center;justify-content:space-between;height:100%}.header-logo img{height:52px;width:auto}.nav{display:flex;align-items:center;gap:.25rem}.nav-link{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:var(--color-gray-400);border-radius:8px;transition:color .2s,background .2s;letter-spacing:-.01em}.nav-link:hover{color:var(--color-white);background:var(--color-dark-secondary)}.nav-link.active{color:var(--color-yellow)}.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:8px}.hamburger span{display:block;width:100%;height:2px;background:var(--color-white);border-radius:2px;transition:transform .3s,opacity .3s}.hamburger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:768px){.header{background:#0a0a0a;backdrop-filter:none;-webkit-backdrop-filter:none}.hamburger{display:flex}.nav{position:fixed;top:var(--header-height);left:0;right:0;bottom:0;flex-direction:column;background:#0a0a0a;padding:2rem 1.25rem;gap:.5rem;transform:translate(100%);transition:transform .3s ease;z-index:1000}.nav.open{transform:translate(0)}.nav-link{font-size:1.125rem;padding:.875rem 1rem;width:100%}}.footer{background:var(--color-dark);border-top:1px solid var(--color-dark-tertiary);padding:4rem 0 2rem;margin-top:auto}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:3rem;margin-bottom:3rem}.footer-logo{height:44px;width:auto;margin-bottom:1rem}.footer-tagline{color:var(--color-gray-500);font-size:.875rem;max-width:240px}.footer-col{display:flex;flex-direction:column;gap:.625rem}.footer-col h4{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--color-gray-400);margin-bottom:.5rem}.footer-col a,.footer-legal-link{font-size:.875rem;color:var(--color-gray-500);transition:color .2s;cursor:pointer}.footer-col a:hover,.footer-legal-link:hover{color:var(--color-white)}.footer-bottom{padding-top:2rem;border-top:1px solid var(--color-dark-tertiary);text-align:center}.footer-bottom p{font-size:.8125rem;color:var(--color-gray-600)}.footer-fine{margin-top:.5rem;font-size:.75rem!important}@media(max-width:768px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1 / -1}}@media(max-width:480px){.footer-grid{grid-template-columns:1fr}}.hero{position:relative;min-height:calc(100vh - var(--header-height));display:flex;align-items:center;overflow:hidden;padding:4rem 0}.hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse at 30% 50%,rgba(245,197,24,.08) 0%,transparent 60%),radial-gradient(ellipse at 70% 20%,rgba(245,197,24,.04) 0%,transparent 50%)}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-content{max-width:600px}.hero-badge{display:inline-block;padding:.375rem 1rem;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--color-yellow);border:1px solid rgba(245,197,24,.3);border-radius:100px;margin-bottom:1.5rem}.hero-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.05;letter-spacing:-.03em;margin-bottom:1.5rem}.hero-highlight{color:var(--color-yellow)}.hero-sub{font-size:1.125rem;color:var(--color-gray-400);line-height:1.7;margin-bottom:2rem;max-width:480px}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-image-wrap{display:flex;align-items:center;justify-content:center}.hero-image{width:100%;filter:drop-shadow(0 20px 60px rgba(245,197,24,.15))}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.75rem;font-size:.9375rem;font-weight:600;border-radius:10px;transition:all .2s;cursor:pointer;border:none;letter-spacing:-.01em}.btn-primary{background:var(--color-yellow);color:var(--color-black)}.btn-primary:hover{background:var(--color-yellow-bright);transform:translateY(-1px);box-shadow:0 8px 30px #f5c51840}.btn-outline{background:transparent;color:var(--color-white);border:1px solid var(--color-gray-700)}.btn-outline:hover{border-color:var(--color-gray-500);background:var(--color-dark-secondary)}.stats-bar{background:var(--color-dark);border-top:1px solid var(--color-dark-tertiary);border-bottom:1px solid var(--color-dark-tertiary);padding:2.5rem 0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.stat-value{display:block;font-size:1.75rem;font-weight:800;color:var(--color-yellow);letter-spacing:-.02em}.stat-label{font-size:.8125rem;color:var(--color-gray-500);text-transform:uppercase;letter-spacing:.05em;font-weight:500;margin-top:.25rem;display:block}.section-header{text-align:center;max-width:640px;margin:0 auto 3.5rem}.section-tag{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--color-yellow);margin-bottom:.75rem}.section-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;letter-spacing:-.03em;margin-bottom:1rem}.section-desc{font-size:1.0625rem;color:var(--color-gray-400);line-height:1.7}.section-cta{text-align:center;margin-top:3rem}.product-preview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.product-card{background:var(--color-dark);border:1px solid var(--color-dark-tertiary);border-radius:16px;overflow:hidden;transition:transform .3s,border-color .3s}.product-card:hover{transform:translateY(-4px);border-color:var(--color-gray-700)}.product-card-img{background:var(--color-yellow);padding:2rem;display:flex;align-items:center;justify-content:center;aspect-ratio:1}.product-card-img img{width:80%;object-fit:contain}.product-card-info{padding:1.5rem}.product-card-info h3{font-size:1.25rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.375rem}.product-card-spec{display:inline-block;font-size:.8125rem;font-weight:600;color:var(--color-yellow);margin-bottom:.75rem}.product-card-info p{font-size:.875rem;color:var(--color-gray-400);line-height:1.6}.teaser-section{background:var(--color-dark)}.teaser-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.teaser-text .section-tag{display:block}.teaser-text .section-title{text-align:left}.teaser-text .section-desc{text-align:left;margin-bottom:2rem}.teaser-image img{border-radius:16px;width:100%}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.trust-item{text-align:center;padding:2rem 1.5rem}.trust-icon{font-size:2rem;margin-bottom:1rem}.trust-item h3{font-size:1.125rem;font-weight:700;margin-bottom:.75rem;letter-spacing:-.01em}.trust-item p{font-size:.875rem;color:var(--color-gray-400);line-height:1.7}@media(max-width:768px){.hero{padding:3rem 0 2rem;min-height:auto}.hero-grid{grid-template-columns:1fr;text-align:center}.hero-content,.hero-sub{max-width:100%}.hero-actions{justify-content:center}.hero-image-wrap{max-width:280px;margin:0 auto}.stats-grid{grid-template-columns:repeat(2,1fr)}.product-preview-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.teaser-content{grid-template-columns:1fr;gap:2rem;text-align:center}.teaser-text .section-title,.teaser-text .section-desc{text-align:center}.trust-grid{grid-template-columns:1fr}}.products-hero{text-align:center;padding-bottom:2rem}.products-hero .section-title{font-size:clamp(2rem,5vw,3rem)}.product-detail{padding:3rem 0}.product-alt{background:var(--color-dark)}.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.product-alt .product-detail-grid{direction:rtl}.product-alt .product-detail-grid>*{direction:ltr}.product-detail-image{background:var(--color-yellow);border-radius:20px;padding:2.5rem;display:flex;align-items:center;justify-content:center;aspect-ratio:1}.product-detail-image img{width:85%;object-fit:contain;filter:drop-shadow(0 10px 30px rgba(0,0,0,.15))}.product-detail-info h2{font-size:2rem;font-weight:800;letter-spacing:-.03em;margin-bottom:1rem}.product-detail-desc{color:var(--color-gray-400);line-height:1.7;margin-bottom:2rem}.spec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem}.spec-item{background:var(--color-dark-secondary);border:1px solid var(--color-dark-tertiary);border-radius:10px;padding:1rem}.spec-label{display:block;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-gray-500);margin-bottom:.25rem}.spec-value{font-size:1rem;font-weight:700;color:var(--color-white)}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important;box-shadow:none!important}@media(max-width:768px){.product-detail-grid{grid-template-columns:1fr;gap:2rem;text-align:center}.product-alt .product-detail-grid{direction:ltr}.product-detail-image{max-width:320px;margin:0 auto}.spec-grid{grid-template-columns:repeat(2,1fr)}}.cs-hero{text-align:center;padding-bottom:2rem}.cs-hero .section-title{font-size:clamp(2rem,5vw,3rem)}.cs-badge{display:inline-block;padding:.375rem 1rem;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--color-yellow);border:1px solid rgba(245,197,24,.3);border-radius:100px;margin-bottom:1.5rem}.cs-product{background:var(--color-dark);margin-bottom:1px}.cs-product-header{text-align:center;max-width:640px;margin:0 auto 3rem}.cs-product-header h2{font-size:2rem;font-weight:800;letter-spacing:-.03em;margin-bottom:1rem}.cs-product-desc{color:var(--color-gray-400);line-height:1.7}.cs-images{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2.5rem}.cs-image-card{background:var(--color-yellow);border-radius:16px;padding:2rem;position:relative;overflow:hidden}.cs-image-label{display:inline-block;background:#0a0a0abf;color:var(--color-white);font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.375rem .75rem;border-radius:6px;margin-bottom:1rem}.cs-image-card img{width:100%;border-radius:8px}.cs-specs{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.cs-spec{background:var(--color-dark-secondary);border:1px solid var(--color-dark-tertiary);border-radius:10px;padding:1.25rem;text-align:center}.cs-notify{padding-top:4rem}.cs-form{display:flex;gap:.75rem;margin-top:2rem;max-width:440px;margin-left:auto;margin-right:auto}.cs-input{flex:1;padding:.75rem 1rem;background:var(--color-dark);border:1px solid var(--color-dark-tertiary);border-radius:10px;color:var(--color-white);font-size:.9375rem;font-family:var(--font-family);outline:none;transition:border-color .2s}.cs-input:focus{border-color:var(--color-yellow)}.cs-input::placeholder{color:var(--color-gray-600)}.cs-form-note{margin-top:1rem;font-size:.75rem;color:var(--color-gray-600)}.cs-success{margin-top:2rem}.cs-success-icon{width:48px;height:48px;border-radius:50%;background:var(--color-yellow);color:var(--color-black);font-size:1.25rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.cs-success-msg{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.cs-success-detail{font-size:.9375rem;color:var(--color-gray-400)}@media(max-width:768px){.cs-images{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}.cs-specs{grid-template-columns:repeat(2,1fr)}.cs-form{flex-direction:column}}.about-hero{text-align:center;padding-bottom:2rem}.about-hero .section-title{font-size:clamp(2rem,5vw,3rem)}.about-story{max-width:720px;margin:0 auto}.about-block{margin-bottom:3rem}.about-block h2{font-size:1.5rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1rem}.about-block p{color:var(--color-gray-400);line-height:1.8;margin-bottom:1rem}.about-values-section{background:var(--color-dark)}.about-values-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.about-value{background:var(--color-dark-secondary);border:1px solid var(--color-dark-tertiary);border-radius:16px;padding:2rem}.about-value h3{font-size:1.125rem;font-weight:700;margin-bottom:.75rem;letter-spacing:-.01em}.about-value p{font-size:.9375rem;color:var(--color-gray-400);line-height:1.7}.timeline{max-width:640px;margin:0 auto;position:relative;padding-left:2rem}.timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:var(--color-dark-tertiary)}.timeline-item{position:relative;padding-bottom:2.5rem;padding-left:2rem}.timeline-item:before{content:"";position:absolute;left:-2rem;top:.25rem;width:10px;height:10px;border-radius:50%;background:var(--color-yellow);transform:translate(-4px)}.timeline-date{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-yellow);margin-bottom:.5rem}.timeline-content h3{font-size:1.125rem;font-weight:700;margin-bottom:.375rem}.timeline-content p{font-size:.9375rem;color:var(--color-gray-400);line-height:1.6}@media(max-width:768px){.about-values-grid{grid-template-columns:1fr}}.shipping-hero{text-align:center;padding-bottom:2rem}.shipping-hero .section-title{font-size:clamp(2rem,5vw,3rem)}.shipping-content{max-width:800px;margin:0 auto}.shipping-card{background:var(--color-dark);border:1px solid var(--color-dark-tertiary);border-radius:16px;padding:2rem;margin-bottom:1.5rem}.shipping-card h2{font-size:1.375rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1rem}.shipping-card p{color:var(--color-gray-400);line-height:1.7;margin-bottom:1rem}.shipping-table-wrap{overflow-x:auto;margin-bottom:1rem}.shipping-table{width:100%;border-collapse:collapse}.shipping-table th{text-align:left;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-gray-500);padding:.75rem 1rem;border-bottom:1px solid var(--color-dark-tertiary)}.shipping-table td{padding:.875rem 1rem;font-size:.9375rem;color:var(--color-gray-300);border-bottom:1px solid var(--color-dark-tertiary)}.shipping-table tbody tr:last-child td{border-bottom:none}.shipping-note{font-size:.8125rem!important;color:var(--color-gray-500)!important;font-style:italic}.shipping-list{list-style:none;padding:0}.shipping-list li{position:relative;padding-left:1.25rem;margin-bottom:.625rem;font-size:.9375rem;color:var(--color-gray-400);line-height:1.6}.shipping-list li:before{content:"";position:absolute;left:0;top:.625rem;width:6px;height:6px;border-radius:50%;background:var(--color-yellow)}.warranty-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:1rem}.warranty-item h3{font-size:1rem;font-weight:600;margin-bottom:.75rem}@media(max-width:768px){.warranty-grid{grid-template-columns:1fr}.shipping-card{padding:1.5rem}}.support-hero{text-align:center;padding-bottom:2rem}.support-hero .section-title{font-size:clamp(2rem,5vw,3rem)}.support-content{max-width:800px;margin:0 auto}.support-channels{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:4rem}.support-channel{background:var(--color-dark);border:1px solid var(--color-dark-tertiary);border-radius:16px;padding:1.75rem}.support-channel h3{font-size:1.0625rem;font-weight:700;margin-bottom:.5rem}.support-channel p{font-size:.875rem;color:var(--color-gray-500);line-height:1.6;margin-bottom:1rem}.support-contact{display:block;font-size:.9375rem;font-weight:600;color:var(--color-yellow);margin-bottom:.25rem}.support-hours{font-size:.75rem;color:var(--color-gray-600)}.support-faq{margin-bottom:4rem}.faq-list{display:flex;flex-direction:column;gap:.75rem}.faq-item{background:var(--color-dark);border:1px solid var(--color-dark-tertiary);border-radius:12px;overflow:hidden;transition:border-color .2s}.faq-item[open]{border-color:var(--color-gray-700)}.faq-question{padding:1.25rem 1.5rem;font-weight:600;font-size:.9375rem;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between}.faq-question::-webkit-details-marker{display:none}.faq-question:after{content:"+";font-size:1.25rem;color:var(--color-gray-500);font-weight:300;transition:transform .2s}.faq-item[open] .faq-question:after{transform:rotate(45deg)}.faq-answer{padding:0 1.5rem 1.25rem;font-size:.9375rem;color:var(--color-gray-400);line-height:1.7}.support-contact-form{background:var(--color-dark);border:1px solid var(--color-dark-tertiary);border-radius:16px;padding:2.5rem}.support-contact-form h2{font-size:1.375rem;font-weight:700;margin-bottom:.5rem}.support-form-desc{color:var(--color-gray-500);font-size:.9375rem;margin-bottom:2rem}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.8125rem;font-weight:600;color:var(--color-gray-400)}.form-group input,.form-group select,.form-group textarea{padding:.75rem 1rem;background:var(--color-dark-secondary);border:1px solid var(--color-dark-tertiary);border-radius:10px;color:var(--color-white);font-size:.9375rem;font-family:var(--font-family);outline:none;transition:border-color .2s;resize:vertical}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--color-yellow)}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--color-gray-600)}.form-group select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23737373' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.support-success{text-align:center;padding:2rem 0}.support-success-icon{width:48px;height:48px;border-radius:50%;background:var(--color-yellow);color:var(--color-black);font-size:1.25rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.support-success h2{margin-bottom:.5rem}@media(max-width:768px){.support-channels,.form-row{grid-template-columns:1fr}.support-contact-form{padding:1.5rem}}.app{display:flex;flex-direction:column;min-height:100vh}main{flex:1;padding-top:var(--header-height)}
