:root{--color-primary: #0f172a;--color-primary-light: #1e293b;--color-accent: #da6832;--color-accent-hover: #b85626;--color-bg: #f8fafc;--color-text: #334155;--color-text-light: #64748b;--color-white: #ffffff;--font-main: "Inter", system-ui, -apple-system, sans-serif;--spacing-container: 1200px;--header-height: 80px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--color-bg);color:var(--color-text);line-height:1.6;overflow-x:hidden}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;font-family:inherit}.container{max-width:var(--spacing-container);margin:0 auto;padding:0 20px}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-primary-light);border-radius:5px}.fade-in{animation:fadeIn .8s ease-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._header_92cfc_1{height:var(--header-height);background-color:var(--color-primary);color:var(--color-white);position:sticky;top:0;z-index:1000;box-shadow:0 4px 6px #0000001a;display:flex;align-items:center}._container_92cfc_13{display:flex;justify-content:space-between;align-items:center;width:100%}._logo_92cfc_20 a{font-size:1.5rem;font-weight:800;letter-spacing:-.05em;color:var(--color-white);text-transform:uppercase;z-index:1002;position:relative}._highlight_92cfc_30{color:var(--color-accent)}._nav_92cfc_34{display:flex;gap:2rem}._nav_92cfc_34 a{font-weight:500;transition:color .3s;font-size:.95rem;opacity:.8}._nav_92cfc_34 a:hover,._nav_92cfc_34 a._active_92cfc_47{color:var(--color-accent);opacity:1}._actions_92cfc_52{display:flex;align-items:center;gap:1rem;z-index:1002}._langBtn_92cfc_59{display:flex;align-items:center;gap:.5rem;background:#ffffff1a;color:var(--color-white);padding:.5rem 1rem;border-radius:20px;font-size:.85rem;transition:background .3s}._langBtn_92cfc_59:hover{background:#fff3}._menuBtn_92cfc_75{display:none;background:none;color:var(--color-white);padding:0}._mobileNav_92cfc_82{display:none}@media(max-width:768px){._nav_92cfc_34{display:none}._menuBtn_92cfc_75{display:block}._mobileNav_92cfc_82{display:flex;flex-direction:column;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100vh;background-color:var(--color-primary);gap:2rem;transform:translateY(-100%);transition:transform .3s ease-in-out;z-index:1001}._mobileNav_92cfc_82._open_92cfc_112{transform:translateY(0)}._mobileNav_92cfc_82 a{font-size:1.5rem;font-weight:700;color:var(--color-white);opacity:.8}._mobileNav_92cfc_82 a._active_92cfc_47{color:var(--color-accent);opacity:1}}._footer_1f7em_1{background-color:var(--color-primary-light);color:var(--color-text-light);padding:3rem 0;margin-top:auto}._container_1f7em_8{display:flex;flex-direction:column;gap:1.5rem}._info_1f7em_14 h3{color:var(--color-white);margin-bottom:.5rem}._info_1f7em_14 p{font-size:.9rem}._copyright_1f7em_23{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;font-size:.85rem;text-align:center}._home_18djv_1{width:100%}._hero_18djv_5{height:90vh;background-size:cover;background-position:center;position:relative;display:flex;align-items:center;color:var(--color-white);margin-top:calc(var(--header-height) * -1);padding-top:var(--header-height)}._overlay_18djv_17{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(#0f172a66,#0f172ab3)}._heroContent_18djv_26{position:relative;z-index:1;max-width:800px}._heroContent_18djv_26 h1{font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}._heroContent_18djv_26 p{font-size:1.5rem;margin-bottom:2.5rem;opacity:.9;font-weight:300}._ctaButton_18djv_47{display:inline-flex;align-items:center;gap:.5rem;background-color:var(--color-accent);color:var(--color-white);padding:1rem 2rem;border-radius:4px;font-weight:600;font-size:1.1rem;transition:transform .2s,background-color .2s}._ctaButton_18djv_47:hover{background-color:var(--color-accent-hover);transform:translateY(-2px)}._section_18djv_65{padding:6rem 0;background-color:var(--color-bg)}._aboutPreview_18djv_70{text-align:center;max-width:800px;margin:0 auto}._aboutPreview_18djv_70 h2{font-size:2.5rem;margin-bottom:1.5rem;color:var(--color-primary)}._aboutPreview_18djv_70 p{font-size:1.1rem;color:var(--color-text-light)}@media(max-width:768px){._heroContent_18djv_26 h1{font-size:2.5rem}._heroContent_18djv_26 p{font-size:1.1rem}}._about_y0273_1{padding:4rem 20px}._section_y0273_5{margin-bottom:4rem}._section_y0273_5 h1{font-size:3rem;margin-bottom:1.5rem;color:var(--color-primary)}._desc_y0273_15{font-size:1.2rem;line-height:1.8;max-width:800px;color:var(--color-text);border-left:5px solid var(--color-accent);padding-left:1.5rem}._section_y0273_5 h2{font-size:2rem;margin-bottom:1.5rem;border-bottom:2px solid #e2e8f0;padding-bottom:.5rem}._visionBox_y0273_31{background:var(--color-primary);color:var(--color-white);padding:3rem;text-align:center;border-radius:8px}._visionBox_y0273_31 h3{font-size:2rem;font-weight:300;letter-spacing:1px}._historyList_y0273_45{list-style:none;border-left:2px solid var(--color-accent);padding-left:2rem}._historyList_y0273_45 li{margin-bottom:1.5rem;position:relative}._historyList_y0273_45 li:before{content:"";position:absolute;left:-2.4rem;top:6px;width:12px;height:12px;background:var(--color-white);border:4px solid var(--color-primary);border-radius:50%}._historyList_y0273_45 strong{display:inline-block;width:80px;color:var(--color-primary);font-weight:700}._products_1knpt_1{padding:4rem 20px}._header_1knpt_5{text-align:center;margin-bottom:4rem}._header_1knpt_5 h1{font-size:3rem;margin-bottom:1rem;color:var(--color-primary)}._header_1knpt_5 p{font-size:1.2rem;color:var(--color-text-light);max-width:600px;margin:0 auto}._grid_1knpt_23{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem}._card_1knpt_29{display:flex;flex-direction:column;background:var(--color-white);border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000000d;transition:transform .3s,box-shadow .3s,border-color .3s;border:1px solid #f1f5f9;text-decoration:none;color:inherit;height:100%}._card_1knpt_29:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a;border-color:var(--color-accent)}._imageWrapper_1knpt_49{height:300px;overflow:hidden;background:#fff;display:block;position:relative}._imageWrapper_1knpt_49 img{width:100%;height:100%;object-fit:cover;object-position:80% center;transition:transform .5s}._card_1knpt_29:hover ._imageWrapper_1knpt_49 img{transform:scale(1.05)}._cardContent_1knpt_70{padding:2rem;display:flex;flex-direction:column;align-items:center;text-align:center;flex-grow:1}._cardContent_1knpt_70 h2{font-size:1.75rem;color:var(--color-primary);margin-bottom:1rem}._divider_1knpt_85{width:40px;height:3px;background:var(--color-accent);margin-bottom:1rem}._cardContent_1knpt_70 p{color:var(--color-text-light);margin-bottom:1.5rem;line-height:1.5;font-size:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._arrowBtn_1knpt_103{font-weight:600;color:var(--color-accent);margin-top:auto}._detail_1x1la_1{padding:4rem 20px}._backBtn_1x1la_5{display:flex;align-items:center;gap:.5rem;background:none;font-size:1rem;color:var(--color-text-light);margin-bottom:2rem;padding:0;transition:color .2s}._backBtn_1x1la_5:hover{color:var(--color-accent)}._content_1x1la_21{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem}._imageSection_1x1la_27{background:#f8fafc;border-radius:12px;overflow:hidden;padding:2rem;border:1px solid #e2e8f0}._mainImage_1x1la_35{width:100%;height:auto;display:block}._infoSection_1x1la_41{padding-top:1rem}._title_1x1la_45{font-size:3rem;color:var(--color-primary);margin-bottom:.5rem}._subtitle_1x1la_51{font-size:1.25rem;color:var(--color-text-light);font-weight:500;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}._description_1x1la_60{font-size:1.1rem;line-height:1.8;margin-bottom:3rem}._specsContainer_1x1la_66 h3{font-size:1.5rem;margin-bottom:1.5rem;color:var(--color-primary)}._specsGrid_1x1la_72{display:flex;flex-direction:column;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}._specRow_1x1la_80{display:flex;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid #e2e8f0;background:var(--color-white)}._specRow_1x1la_80:last-child{border-bottom:none}._specRow_1x1la_80:nth-child(2n){background:#f8fafc}._specLabel_1x1la_96{font-weight:600;color:var(--color-text-light);text-transform:capitalize}._specValue_1x1la_102{font-weight:700;color:var(--color-primary)}@media(max-width:900px){._content_1x1la_21{grid-template-columns:1fr}}._contact_1w6dk_1{padding:4rem 20px}._header_1w6dk_5{margin-bottom:3rem;text-align:center}._header_1w6dk_5 h1{font-size:3rem;color:var(--color-primary)}._content_1w6dk_15{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}._info_1w6dk_22{display:flex;flex-direction:column;gap:2rem}._infoItem_1w6dk_28{display:flex;gap:1.5rem;align-items:flex-start;padding:1.5rem;background:var(--color-white);border-radius:8px;box-shadow:0 2px 4px #0000000d}._icon_1w6dk_38{color:var(--color-accent);flex-shrink:0}._infoItem_1w6dk_28 h3{font-size:1.1rem;margin-bottom:.5rem;color:var(--color-primary)}._infoItem_1w6dk_28 p{color:var(--color-text-light)}._form_1w6dk_53{background:var(--color-white);padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000000d}._formGroup_1w6dk_60{margin-bottom:1.5rem}._formGroup_1w6dk_60 label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--color-primary)}._formGroup_1w6dk_60 input,._formGroup_1w6dk_60 textarea{width:100%;padding:.8rem;border:1px solid #e2e8f0;border-radius:6px;font-family:inherit;transition:border-color .3s}._formGroup_1w6dk_60 input:focus,._formGroup_1w6dk_60 textarea:focus{outline:none;border-color:var(--color-accent)}._submitBtn_1w6dk_87{width:100%;padding:1rem;background:var(--color-primary);color:var(--color-white);font-weight:600;border-radius:6px;transition:background .3s}._submitBtn_1w6dk_87:hover{background:var(--color-primary-light)}@media(max-width:768px){._content_1w6dk_15{grid-template-columns:1fr}}
