@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap";:root{--le-bg: #ffffff;--le-text: #1a1a1a;--le-text-light: #555555;--le-accent: #ff6b00;--le-dark: #0f0f0f;--le-gray: #f4f4f5;--le-radius: 16px}.le-animate-up{opacity:0;transform:translateY(40px);transition:opacity .8s ease-out,transform .8s ease-out}.le-animate-up.is-visible{opacity:1;transform:translateY(0)}.le-wrapper{font-family:Montserrat,sans-serif;max-width:1400px;margin:0 auto;padding:20px;color:var(--le-text);overflow:hidden;font-size:3.34912109375rem}.le-wrapper h1,.le-wrapper h2,.le-wrapper h3{margin:0 0 24px;line-height:1.2;letter-spacing:-.02em}.le-accent{color:var(--le-accent)}.le-badge{display:inline-block;padding:10px 20px;background:var(--le-gray);border-radius:50px;font-size:1.272665995625rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:24px;color:var(--le-text-light)}.le-btn{display:inline-flex;align-items:center;justify-content:center;padding:18px 40px;font-size:1.47361328125rem;font-weight:600;border-radius:8px;text-decoration:none;transition:all .4s cubic-bezier(.165,.84,.44,1);cursor:pointer;margin-top:20px}.le-btn-primary{background:var(--le-dark);color:#fff;border:2px solid var(--le-dark)}.le-btn-primary:hover{background:var(--le-accent);border-color:var(--le-accent);transform:translateY(-3px);box-shadow:0 10px 20px #ff6b0033;color:#fff}.le-hero{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center;min-height:70vh;margin-bottom:60px}.le-title{font-size:clamp(4.68876953125rem,6.7002421875vw,6.7002421875rem);font-weight:800;text-transform:uppercase}.le-subtitle{font-size:1.674560546875rem;color:var(--le-text-light);line-height:1.6;margin-bottom:20px;max-width:95%}.le-hero-visual{position:relative;border-radius:var(--le-radius);overflow:hidden;box-shadow:0 30px 60px #0000001a;aspect-ratio:4/3;background:var(--le-gray)}.le-hero-visual img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.05);transition:transform .8s ease}.le-hero-visual:hover img{transform:scale(1)}.le-capability{background:var(--le-dark);color:#fff;padding:80px 60px;border-radius:var(--le-radius);margin-bottom:120px}.le-cap-grid{display:grid;grid-template-columns:3fr 2fr;gap:60px;align-items:center}.le-cap-text h2{font-size:4.0189453125rem;color:#fff}.le-cap-text p{color:#d4d4d8;font-size:1.674560546875rem;line-height:1.7}.le-cap-stats{display:flex;gap:40px;justify-content:flex-end}.le-stat{display:flex;flex-direction:column}.le-stat-num{font-size:6.7002421875rem;font-weight:800;color:var(--le-accent);line-height:1}.le-stat-label{font-size:1.47361328125rem;font-weight:500;color:#fff;margin-top:10px;text-transform:uppercase;letter-spacing:.05em}.le-services{display:flex;flex-direction:column;gap:120px;margin-bottom:100px}.le-service-card{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.le-service-card.le-reverse{direction:rtl}.le-service-card.le-reverse>*{direction:ltr}.le-service-img{border-radius:var(--le-radius);overflow:hidden;box-shadow:0 20px 40px #00000014;aspect-ratio:4/3;background:var(--le-gray)}.le-service-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.le-service-card:hover .le-service-img img{transform:scale(1.03)}.le-service-info h3{font-size:3.34912109375rem;font-weight:700}.le-service-info p{font-size:1.607578125rem;color:var(--le-text-light);line-height:1.6;margin-bottom:24px}.le-features{list-style:none;padding:0;margin:0 0 40px}.le-features li{position:relative;padding-left:35px;margin-bottom:16px;font-weight:500;font-size:1.47361328125rem}.le-features li:before{content:"\2192";position:absolute;left:0;color:var(--le-accent);font-weight:700;font-size:1.607578125rem}.le-price-wrap{display:inline-flex;flex-direction:column;background:var(--le-gray);padding:20px 30px;border-radius:8px;border-left:4px solid var(--le-accent)}.le-price-label{font-size:1.20568359375rem;color:var(--le-text-light);text-transform:uppercase;font-weight:600;margin-bottom:5px}.le-price-val{font-size:2.9472265625rem;font-weight:800;color:var(--le-text);line-height:1}.le-faq-section{max-width:900px;margin:100px auto 120px;padding:0 20px}.le-faq-section h2{text-align:center;font-size:3.34912109375rem;font-weight:700;margin-bottom:60px}.le-faq-list{display:flex;flex-direction:column;gap:20px}.le-faq-item{background:var(--le-gray);border-radius:var(--le-radius);padding:25px 30px;border:1px solid transparent;transition:border-color .3s ease}.le-faq-item:hover{border-color:var(--le-accent)}.le-faq-item summary{display:flex;align-items:center;justify-content:space-between;cursor:pointer;list-style:none;font-size:1.674560546875rem;font-weight:600;color:var(--le-text);padding-right:30px}.le-faq-item summary::-webkit-details-marker{display:none}.le-faq-item summary::marker{display:none}.le-faq-item summary:after{content:"\25b6";font-size:1.2em;color:var(--le-accent);transition:transform .3s ease;margin-left:20px;flex-shrink:0}.le-faq-item[open] summary:after{transform:rotate(90deg)}.le-faq-item .le-faq-answer{padding-top:15px;font-size:1.607578125rem;color:var(--le-text-light);line-height:1.6;max-width:95%}.le-contact-form-section{max-width:900px;margin:0 auto 120px;padding:0 20px;text-align:center}.le-contact-form-section h2{font-size:3.34912109375rem;font-weight:700;margin-bottom:20px;color:var(--le-text)}.le-contact-subtitle{font-size:1.674560546875rem;color:var(--le-text-light);line-height:1.6;margin-bottom:40px;max-width:700px;margin-left:auto;margin-right:auto}.le-contact-form-section form{display:flex;flex-direction:column;gap:20px;max-width:700px;margin:0 auto;text-align:left}.le-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.le-form-field{display:flex;flex-direction:column}.le-form-field-full{grid-column:1 / -1}.le-form-field label{font-size:1.272665995625rem;font-weight:600;color:var(--le-text);margin-bottom:8px}.le-form-field input[type=text],.le-form-field input[type=email],.le-form-field input[type=tel],.le-form-field textarea{padding:16px 20px;border:1px solid #ddd;border-radius:8px;font-size:1.47361328125rem;color:var(--le-text);background-color:var(--le-gray);transition:border-color .3s ease,box-shadow .3s ease;font-family:Montserrat,sans-serif}.le-form-field input::placeholder,.le-form-field textarea::placeholder{color:var(--le-text-light);opacity:.7}.le-form-field input:focus,.le-form-field textarea:focus{outline:none;border-color:var(--le-accent);box-shadow:0 0 0 3px #ff6b0033}.le-form-field textarea{resize:vertical;min-height:120px}.le-form-submit-btn{align-self:flex-start;margin-top:20px}.le-form-message{padding:15px 20px;border-radius:8px;margin-bottom:20px;font-size:1.607578125rem;text-align:left}.le-form-success{background-color:#e0ffe0;color:#28a745;border:1px solid #28a745}.le-form-error{background-color:#ffe0e0;color:#dc3545;border:1px solid #dc3545}.le-form-error ul{list-style:disc;margin-top:10px;padding-left:20px}.le-form-error ul li{margin-bottom:5px}@media(max-width:992px){.le-hero,.le-cap-grid,.le-service-card{grid-template-columns:1fr;gap:40px}.le-service-card.le-reverse{direction:ltr}.le-capability{padding:40px 30px}.le-cap-stats{justify-content:flex-start}.le-wrapper{font-size:2.1434375rem;word-break:normal;overflow-wrap:anywhere}.le-title{font-size:clamp(2.679296875rem,8.57375vw,4.286875rem)}.le-subtitle{font-size:1.47361328125rem}.le-cap-text h2{font-size:3.34912109375rem}.le-cap-text p{font-size:1.47361328125rem}.le-stat-num{font-size:5.35859375rem}.le-stat-label{font-size:1.3301484375rem}.le-service-info h3{font-size:2.679296875rem}.le-service-info p,.le-features li{font-size:1.3301484375rem}.le-features li:before{font-size:1.47361328125rem}.le-faq-section{margin:60px auto 80px}.le-faq-section h2{font-size:2.679296875rem;margin-bottom:40px}.le-faq-item{padding:20px 25px}.le-faq-item summary{font-size:1.47361328125rem;padding-right:25px}.le-faq-item summary:after{font-size:1.1em}.le-faq-item .le-faq-answer{font-size:1.3301484375rem;padding-top:10px}.le-contact-form-section{margin-bottom:80px}.le-contact-form-section h2{font-size:2.679296875rem;margin-bottom:15px}.le-contact-subtitle{font-size:1.3301484375rem;margin-bottom:30px}.le-form-grid{grid-template-columns:1fr}.le-form-field label{font-size:1.1479899388125rem}.le-form-field input,.le-form-field textarea{font-size:1.3301484375rem;padding:12px 15px}.le-form-submit-btn{align-self:stretch}.le-form-message{font-size:1.3301484375rem;padding:10px 15px}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/laser-engraving.css.map */
