:root{--primary:#0a0a0a;--secondary:#f7f7f7;--accent:#d4af37;--text-main:#111;--text-muted:#666;--bg-main:#fff;--bg-alt:#fcfcfc;--border:#eaeaea;--border-dark:#333;--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif;--transition-fast:.2s cubic-bezier(.25, .46, .45, .94);--transition-normal:.4s cubic-bezier(.25, .46, .45, .94);--transition-slow:.8s cubic-bezier(.16, 1, .3, 1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);color:var(--text-main);background-color:var(--bg-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--primary);font-weight:300;line-height:1.1}a{color:inherit;transition:color var(--transition-normal);text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{width:100%;max-width:1440px;margin:0 auto;padding:0 5%}.text-uppercase{text-transform:uppercase;letter-spacing:.1em}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{opacity:0;animation:fadeUp 1s var(--transition-slow) forwards}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.app{flex-direction:column;min-height:100vh;display:flex}.lang-selector{background-color:var(--primary);color:#fff;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100vh;display:flex}.lang-logo{font-family:var(--font-heading);letter-spacing:.2em;margin-bottom:3rem;font-size:2.5rem}.lang-title{color:#ccc;margin-bottom:2rem;font-size:1.5rem;font-weight:300}.lang-options{gap:1.5rem;display:flex}.lang-btn{color:#fff;cursor:pointer;transition:all var(--transition-fast);background:0 0;border:1px solid #fff;border-radius:4px;padding:1rem 2.5rem;font-size:1.125rem}.lang-btn:hover{color:var(--primary);background:#fff}.header{z-index:1000;pointer-events:none;justify-content:center;display:flex;position:fixed;top:1.5rem;left:0;right:0}.header-capsule{pointer-events:auto;-webkit-backdrop-filter:blur(16px);background:#0a0a0ab3;border:1px solid #ffffff1a;border-radius:100px;justify-content:space-between;align-items:center;width:90%;max-width:900px;padding:.5rem .5rem .5rem 1.5rem;display:flex;box-shadow:0 10px 40px #0003}.logo{font-family:var(--font-heading);letter-spacing:.1em;color:#fff;font-size:1.25rem;font-weight:600}.header-nav{gap:2.5rem;display:flex}.header-nav button{color:#aaa;text-transform:uppercase;letter-spacing:.05em;transition:color var(--transition-fast);font-size:.875rem}.header-nav button:hover{color:#fff}.header-btn{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;transition:transform var(--transition-fast);background:#fff;border:none;border-radius:100px;padding:.8rem 1.5rem;font-size:.875rem;font-weight:600}.header-btn:hover{transform:scale(1.05)}.btn{letter-spacing:.1em;text-transform:uppercase;transition:all var(--transition-normal);border:1px solid var(--primary);border-radius:100px;justify-content:center;align-items:center;padding:1rem 2.5rem;font-size:.875rem;font-weight:400;display:inline-flex}.btn-primary{background-color:var(--primary);color:#fff}.btn-primary:hover{color:var(--primary);background-color:#fff}.btn-outline{color:#fff;background-color:#0000;border-color:#fff}.btn-outline:hover{color:var(--primary);background-color:#fff}.btn-large{white-space:nowrap;padding:1.25rem 3rem;font-size:.9rem}.hero{background-color:var(--primary);color:#fff;align-items:flex-start;gap:3rem;padding:7rem 2rem 4rem;display:flex}.hero-content-wrapper{flex-direction:column;flex:1;justify-content:flex-start;padding:0 2rem 0 5%;display:flex;position:sticky;top:7rem}.hero-image-wrapper{border:1px solid #ffffff0d;border-radius:32px;flex:1.2;position:relative;overflow:hidden;box-shadow:0 30px 60px #00000080}.hero-image-wrapper img{width:100%;height:auto;display:block}.hero-badge{letter-spacing:.1em;text-transform:uppercase;color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:100px;width:max-content;margin-bottom:2rem;padding:.5rem 1rem;font-size:.75rem;display:inline-block}.hero-title{color:#fff;margin-bottom:2rem;font-size:4.5rem;font-weight:300;line-height:1.05}.hero-subtitle{color:#a3a3a3;max-width:80%;margin-bottom:3rem;font-size:1.125rem;font-weight:300}.hero-price-block{align-items:baseline;gap:1.5rem;margin-bottom:3rem;display:flex}.price-current{font-size:2.5rem;font-family:var(--font-heading);font-weight:400}.price-old{color:#666;font-size:1.25rem;text-decoration:line-through}.hero-btn{color:#000;background-color:#fff;width:100%;max-width:400px;font-weight:700}.hero-guarantee-text{color:#888;margin-top:1rem;font-size:.875rem}.timer-block{background:#ff47571a;border-left:4px solid #ff4757;border-radius:0 16px 16px 0;margin-bottom:2rem;padding:1rem 1.5rem;display:inline-block}.timer-label{color:#ff4757;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.875rem;font-weight:600}.timer-value{font-family:var(--font-heading);color:#ff4757;letter-spacing:.1em;font-size:2rem;font-weight:700}.stock-indicator{color:#d63031;text-transform:uppercase;letter-spacing:.05em;background:#ffeaa7;border-radius:4px;padding:.25rem .75rem;font-size:.75rem;font-weight:700}@keyframes pulse-animation{0%{transform:scale(1);box-shadow:0 0 #fff6}70%{transform:scale(1.02);box-shadow:0 0 0 15px #fff0}to{transform:scale(1);box-shadow:0 0 #fff0}}.pulse-btn{animation:2s infinite pulse-animation}.design-focus{background-color:var(--bg-main);border-bottom:1px solid var(--border);padding:120px 0}.focus-grid{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.focus-title{margin-bottom:2rem;font-size:3rem}.focus-text{color:var(--text-muted);margin-bottom:2rem;font-size:1.125rem;font-weight:300}.focus-stats{grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem;display:grid}.focus-stats>div{background:var(--bg-alt);border:1px solid var(--border);transition:transform var(--transition-fast);border-radius:12px;padding:1.5rem}.focus-stats>div:hover{border-color:#ccc;transform:translateY(-5px)}.stat-num{font-family:var(--font-heading);color:var(--primary);margin-bottom:.5rem;font-size:2.5rem}.stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.875rem}.gallery{background-color:var(--bg-main);padding:100px 0}.gallery-header{text-align:center;justify-content:center;margin-bottom:3rem;display:flex}.gallery-title{font-size:3rem}.gallery-grid{grid-template-rows:repeat(2,280px);grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.gallery-item{background:var(--bg-alt);border-radius:32px;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000d}.gallery-item.large{grid-area:1/1/3/3}.gallery-item.small{grid-column:3/4}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.gallery-item:hover img{transform:scale(1.05)}.gallery-caption{-webkit-backdrop-filter:blur(16px);transition:transform var(--transition-normal);background:#0a0a0ab3;border:1px solid #ffffff26;border-radius:20px;padding:1.25rem 1.5rem;position:absolute;bottom:1.5rem;left:1.5rem;right:1.5rem;transform:translateY(0)}.gallery-caption h3{color:#fff;letter-spacing:.1em;text-transform:uppercase;font-size:1.25rem;font-family:var(--font-heading);margin-bottom:.5rem}.gallery-caption p{color:#ccc;font-size:1rem;font-weight:300;line-height:1.4}.gallery-item:hover .gallery-caption{transform:translateY(-5px)}.specs{background-color:var(--primary);color:#fff;padding:120px 0}.specs-grid{grid-template-columns:1fr 1.5fr;gap:6rem;display:grid}.specs .section-title{color:#fff;margin-bottom:3rem;font-size:3rem}.specs-bento{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.spec-card{transition:transform var(--transition-fast), border-color var(--transition-fast);background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;justify-content:center;padding:1.5rem;display:flex}.spec-card.wide{flex-direction:row;grid-column:span 3;justify-content:space-between;align-items:center}.spec-card:hover{border-color:#fff3;transform:translateY(-5px)}.spec-label{color:#888;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.875rem}.spec-card.wide .spec-label{margin-bottom:0}.spec-value{font-size:1.75rem;font-family:var(--font-heading);color:#fff;font-weight:500;line-height:1}.spec-card.wide .spec-value{font-size:1.25rem}.guarantee-box{color:#fff;background:linear-gradient(145deg,#1a1a1a,#0a0a0a);border:1px solid #ffffff0d;border-radius:20px;padding:3rem;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}.guarantee-box:before{content:"";background:radial-gradient(circle,#ffffff14 0%,#0000 70%);width:300px;height:300px;position:absolute;top:0;right:0;transform:translate(30%,-30%)}.guarantee-box svg{stroke:#fff}.guarantee-badge{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;align-items:center;gap:1.5rem;padding:1.5rem 2rem;display:flex}.guarantee-number{font-size:3.5rem;font-family:var(--font-heading);color:#fff;font-weight:700;line-height:1}.guarantee-title{color:#fff;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.35rem;font-size:1.125rem;font-weight:600}.guarantee-subtitle{color:#aaa;font-size:.875rem}.reviews{background-color:var(--bg-main);padding:100px 0;overflow:hidden}.reviews-header{text-align:center;margin-bottom:4rem}.reviews-rating{flex-direction:column;align-items:center;gap:.5rem;display:flex}.rating-score{font-family:var(--font-heading);color:var(--primary);font-size:4rem;font-weight:600;line-height:1}.rating-stars{gap:.25rem;margin-bottom:.25rem;display:flex}.rating-based{color:#888;font-size:.875rem}.marquee-container{width:100%;padding:1rem 0;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.marquee-track{gap:2rem;width:max-content;animation:40s linear infinite scroll-left;display:flex}.marquee-track:hover{animation-play-state:paused}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(calc(-50% - 1rem))}}.review-card{width:350px;transition:transform var(--transition-fast);background:#fff;border:1px solid #0000000d;border-radius:16px;flex-direction:column;gap:1rem;padding:2rem;display:flex;box-shadow:0 10px 30px #00000008}.review-card:hover{transform:translateY(-5px)}.review-header{justify-content:space-between;align-items:center;display:flex}.review-name{font-size:1.125rem;font-weight:600}.review-date{color:#aaa;font-size:.875rem}.review-stars{gap:.2rem;display:flex}.review-text{color:#555;font-size:1rem;line-height:1.5}.cta{background-color:var(--bg-alt);padding:120px 0}.cta-wrapper{background:linear-gradient(135deg,#151515 0%,#050505 100%);border-radius:24px;grid-template-columns:1fr 1fr;display:grid;overflow:hidden;box-shadow:0 40px 80px #0000001a}.cta-content{color:#fff;flex-direction:column;justify-content:center;padding:5rem;display:flex;position:relative}.cta-content:before{content:"";pointer-events:none;background:radial-gradient(circle at 0 0,#ffffff0d 0%,#0000 60%);width:100%;height:100%;position:absolute;top:0;left:0}.cta-badge{color:#ff4757;text-transform:uppercase;letter-spacing:.05em;background:#ff47571a;border:1px solid #ff475733;border-radius:100px;align-items:center;gap:.75rem;width:max-content;margin-bottom:2rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;display:inline-flex}.pulse-dot{background:#ff4757;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse-animation}.cta-title{color:#fff;margin-bottom:1rem;font-size:3.5rem;font-weight:500;line-height:1.1}.cta-subtitle{color:#aaa;margin-bottom:3rem;font-size:1.125rem;font-weight:300;line-height:1.6}.cta-price-row{align-items:baseline;gap:1.5rem;margin-bottom:2rem;display:flex}.cta-price-current{font-size:3rem;font-family:var(--font-heading);color:#fff;font-weight:500}.cta-price-old{color:#666;font-size:1.5rem;text-decoration:line-through}.cta-timer{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:3rem;padding:1.5rem 2rem;display:flex}.cta-timer-label{color:#ccc;font-size:1rem}.cta-timer-value{font-family:var(--font-heading);color:#ff4757;letter-spacing:.05em;font-size:2rem;font-weight:700}.cta-benefits{flex-direction:column;gap:1rem;list-style:none;display:flex}.cta-benefits li{color:#ddd;align-items:center;gap:1rem;font-size:1.125rem;display:flex}.cta-benefits svg{width:24px;height:24px}.cta-form-container{background:#fff;flex-direction:column;justify-content:center;padding:3.5rem;display:flex}.cta-form{box-shadow:none;background:0 0;border:none;padding:0}.form-heading{font-family:var(--font-heading);color:var(--primary);margin-bottom:2rem;font-size:1.35rem;font-weight:500;line-height:1.3}.form-group{text-align:left;margin-bottom:1.25rem}.form-label-top{color:#888;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.5rem;font-size:.8rem;font-weight:600;display:block}.form-input-solid{width:100%;font-family:var(--font-body);color:var(--primary);transition:border-color var(--transition-fast), background var(--transition-fast);background:#f8f8f8;border:2px solid #eaeaea;border-radius:12px;outline:none;padding:.85rem 1.1rem;font-size:1rem}.form-input-solid::placeholder{color:#bbb}.form-input-solid:focus{border-color:var(--primary);background:#fff}.form-label{color:#aaa;pointer-events:none;font-size:1.125rem;font-weight:500;transition:all .25s cubic-bezier(.25,.46,.45,.94);position:absolute;top:1.25rem;left:0}.form-input{width:100%;font-family:var(--font-body);color:var(--primary);transition:border-color var(--transition-fast);background:0 0;border:none;border-bottom:1px solid #ddd;outline:none;padding:1.5rem 0 .5rem;font-size:1.125rem}.form-input:focus{border-bottom-color:var(--primary)}.form-input:focus~.form-label,.form-input:not(:placeholder-shown)~.form-label{color:var(--primary);letter-spacing:.05em;text-transform:uppercase;font-size:.75rem;top:0}.form-submit{letter-spacing:.05em;border-radius:100px;width:100%;margin-top:.5rem;font-size:1.125rem;font-weight:600;position:relative;overflow:hidden}.toast-notification{color:var(--primary);z-index:9999;background:#fff;border-radius:8px;align-items:center;gap:1rem;padding:1rem 1.5rem;font-weight:500;animation:.4s cubic-bezier(.16,1,.3,1) forwards toast-slide-up;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 10px 30px #0000001a}.toast-icon{color:#fff;background:#2ed573;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.875rem;display:flex}@keyframes toast-slide-up{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}.form-disclaimer{color:#888;text-align:center;margin-top:1rem;font-size:.75rem}.footer{background-color:var(--primary);color:#666;border-top:1px solid var(--border-dark);padding:4rem 0}.footer-content{justify-content:space-between;align-items:center;display:flex}.footer-logo{color:#fff;font-family:var(--font-heading);letter-spacing:.2em;font-size:1.25rem}.footer-links{text-transform:uppercase;letter-spacing:.1em;gap:2rem;font-size:.875rem;display:flex}.footer-links a:hover{color:#fff}@media (width<=1024px){.hero-title{font-size:3.5rem}.focus-grid,.specs-grid{gap:3rem}.cta-wrapper{grid-template-columns:1fr}.cta-content,.cta-form-container{padding:3rem}}@media (width<=768px){.header{top:.75rem}.header-capsule{width:95%;padding:.5rem .5rem .5rem 1.25rem}.header-nav{display:none}.logo{font-size:1.125rem}.header-btn{padding:.6rem 1rem;font-size:.75rem}.btn{padding:.75rem 1.5rem;font-size:.8rem}.hero{flex-direction:column;align-items:stretch;gap:1.5rem;padding:5.5rem 1rem 1.5rem}.hero-content-wrapper{padding:0 .5rem;position:static}.hero-image-wrapper{border-radius:24px;height:auto}.hero-image-wrapper img{height:auto}.hero-title{margin-bottom:1rem;font-size:2rem;line-height:1.1}.hero-subtitle{max-width:100%;margin-bottom:1.5rem;font-size:1rem}.hero-price-block{flex-direction:column;gap:.5rem;margin-bottom:1rem}.hero-btn{max-width:100%}.hero-badge{font-size:.7rem}.design-focus,.gallery,.specs,.reviews{padding:70px 0}.section-title,.focus-title,.gallery-title,.cta-title{font-size:1.85rem;line-height:1.2}.specs .section-title{font-size:1.85rem}.focus-grid,.specs-grid{grid-template-columns:1fr;gap:2rem}.focus-stats{grid-template-columns:1fr 1fr;gap:1rem}.gallery-grid{grid-template-rows:auto;grid-template-columns:1fr}.gallery-item.large,.gallery-item.small{border-radius:20px;grid-area:auto/1/auto/-1;height:300px}.gallery-caption{border-radius:14px;padding:.9rem 1rem;bottom:.75rem;left:.75rem;right:.75rem}.gallery-caption h3{font-size:1rem}.gallery-caption p{font-size:.85rem}.specs-bento{grid-template-columns:1fr 1fr;gap:.9rem}.spec-card.wide{flex-direction:row;grid-column:span 2;justify-content:space-between;align-items:center}.spec-card.wide .spec-label{margin-bottom:0}.spec-value{font-size:1.4rem}.guarantee-box{margin-top:0;padding:1.75rem}.guarantee-badge{gap:.75rem;padding:1.1rem}.guarantee-number{font-size:2.25rem}.reviews{padding:70px 0}.reviews-header{margin-bottom:2.5rem}.rating-score{font-size:2.75rem}.review-card{width:280px;padding:1.25rem}.cta{padding:60px 0}.cta-wrapper{border-radius:18px}.cta-content,.cta-form-container{padding:1.75rem}.cta-title,.cta-price-current{font-size:2rem}.cta-price-old{font-size:1.125rem}.cta-timer{flex-direction:row;padding:1rem 1.25rem}.cta-timer-value{font-size:1.6rem}.cta-benefits li{font-size:1rem}.footer-content{text-align:center;flex-direction:column;gap:2rem}}@media (width<=480px){.header{top:.5rem}.header-capsule{width:92%;padding:.4rem .4rem .4rem 1rem}.logo{letter-spacing:.05em;font-size:.9rem}.header-btn{padding:.5rem .85rem;font-size:.65rem}.hero{gap:1.25rem;padding:5rem .75rem 1.5rem}.hero-content-wrapper{padding:0}.hero-badge{margin-bottom:.75rem;padding:.3rem .75rem;font-size:.65rem}.hero-title{margin-bottom:.6rem;font-size:1.6rem}.hero-subtitle{margin-bottom:1rem;font-size:.9rem}.price-current{font-size:1.6rem}.price-old{font-size:.95rem}.hero-price-block{margin-bottom:.75rem}.timer-block{border-radius:0 12px 12px 0;margin-bottom:1rem;padding:.6rem .9rem}.timer-label{font-size:.65rem}.timer-value{font-size:1.1rem}.hero-btn{padding:.9rem 1.5rem;font-size:.8rem}.hero-guarantee-text{font-size:.72rem}.hero-image-wrapper{border-radius:18px}.design-focus,.gallery,.specs,.reviews{padding:60px 0}.section-title,.focus-title,.gallery-title,.specs .section-title{font-size:1.6rem}.focus-text{font-size:.95rem}.focus-stats{grid-template-columns:1fr 1fr;gap:.75rem}.focus-stats>div{border-radius:10px;padding:1rem}.stat-num{font-size:1.75rem}.stat-label{font-size:.7rem}.gallery-item.large,.gallery-item.small{border-radius:16px;height:240px}.gallery-caption h3{font-size:.9rem}.gallery-caption p{font-size:.78rem}.specs-bento{grid-template-columns:1fr}.spec-card.wide{flex-direction:column;grid-column:span 1;align-items:flex-start}.spec-card.wide .spec-label{margin-bottom:.4rem}.spec-card{border-radius:12px;padding:1rem}.spec-value{font-size:1.25rem}.spec-label{font-size:.72rem}.guarantee-box{border-radius:14px;padding:1.25rem}.guarantee-number{font-size:2rem}.guarantee-title{font-size:.9rem}.guarantee-subtitle{font-size:.78rem}.guarantee-badge{border-radius:10px;gap:.75rem;padding:.9rem 1rem}.rating-score{font-size:2.25rem}.review-card{border-radius:12px;width:250px;padding:1rem}.review-name{font-size:.95rem}.review-date{font-size:.72rem}.review-text{font-size:.85rem}.cta{padding:50px 0}.cta-wrapper{border-radius:14px}.cta-content{padding:1.25rem}.cta-badge{gap:.5rem;margin-bottom:.9rem;padding:.35rem .85rem;font-size:.65rem}.pulse-dot{width:6px;height:6px}.cta-title{margin-bottom:.6rem;font-size:1.6rem}.cta-subtitle{margin-bottom:1.1rem;font-size:.9rem}.cta-price-row{gap:.75rem;margin-bottom:.9rem}.cta-price-current{font-size:1.75rem}.cta-price-old{font-size:.95rem}.cta-timer{border-radius:10px;flex-direction:column;align-items:flex-start;gap:.2rem;margin-bottom:1rem;padding:.9rem 1rem}.cta-timer-label{font-size:.82rem}.cta-timer-value{font-size:1.3rem}.cta-benefits{gap:.6rem}.cta-benefits li{gap:.6rem;font-size:.9rem}.cta-form-container{padding:1.25rem}.form-submit{padding:1rem;font-size:.9rem}.form-disclaimer{font-size:.7rem}.footer{padding:2.5rem 0}.footer-links{flex-direction:column;align-items:center;gap:.75rem;font-size:.8rem}.footer-logo{font-size:1rem}}
