:root{--primary-color: #0066cc;--primary-light: #3399ff;--primary-dark: #004d99;--secondary-color: #00bcd4;--accent-color: #ff6b35;--dark-color: #1a1a2e;--dark-lighter: #16213e;--text-color: #333333;--text-light: #666666;--text-lighter: #999999;--text-white: #ffffff;--bg-color: #ffffff;--bg-light: #f8f9fa;--bg-dark: #1a1a2e;--gradient-primary: linear-gradient(135deg, #0066cc 0%, #00bcd4 100%);--gradient-dark: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);--gradient-accent: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);--shadow-sm: 0 2px 4px rgba(0, 0, 0, .05);--shadow-md: 0 4px 15px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 30px rgba(0, 0, 0, .15);--shadow-xl: 0 20px 50px rgba(0, 0, 0, .2);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 20px;--radius-full: 50%;--transition-fast: .2s ease;--transition-normal: .3s ease;--transition-slow: .5s ease;--font-primary: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-secondary: "Playfair Display", Georgia, serif;--container-width: 1200px;--container-padding: 20px;--header-height: 80px;--z-dropdown: 100;--z-sticky: 200;--z-fixed: 300;--z-modal-backdrop: 400;--z-modal: 500;--z-popover: 600;--z-tooltip: 700}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-primary);font-weight:400;line-height:1.6;color:var(--text-color);background-color:var(--bg-color);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:.5em}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.75rem,4vw,2.5rem)}h3{font-size:clamp(1.25rem,3vw,1.75rem)}p{margin-bottom:1rem}a{color:var(--primary-color);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--primary-light)}img{max-width:100%;height:auto;display:block}button{font-family:inherit;font-size:inherit;cursor:pointer;border:none;outline:none;background:none}ul,ol{list-style:none}input,textarea,select{font-family:inherit;font-size:inherit;border:none;outline:none}::selection{background-color:var(--primary-color);color:var(--text-white)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-light)}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--primary-dark)}.container{max-width:var(--container-width);margin:0 auto;padding:0 var(--container-padding)}section{padding:80px 0}@media(max-width:768px){section{padding:60px 0}}.section-header{text-align:center;margin-bottom:60px}.section-subtitle{display:inline-block;color:var(--primary-color);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;margin-bottom:10px}.section-title{color:var(--dark-color);margin-bottom:15px}.section-description{color:var(--text-light);max-width:600px;margin:0 auto}.text-center{text-align:center}.text-primary{color:var(--primary-color)}.text-gradient{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}._header_agyi7_1{position:fixed;top:0;left:0;width:100%;z-index:1000;background:transparent;transition:all .3s ease}._header_agyi7_1._scrolled_agyi7_11{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #0000001a}@media(max-width:768px){._header_agyi7_1:not(._scrolled_agyi7_11) ._logo_agyi7_19{color:#fff}._header_agyi7_1:not(._scrolled_agyi7_11) ._logoIcon_agyi7_23{color:#fff}._header_agyi7_1:not(._scrolled_agyi7_11) ._logo_agyi7_19 strong{color:#ffffffe6}._header_agyi7_1:not(._scrolled_agyi7_11) ._toggleBtn_agyi7_31{color:#fff}._header_agyi7_1:not(._scrolled_agyi7_11) ._callBtn_agyi7_35{background:#fff;color:var(--primary-color)}}._nav_agyi7_41{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 1.5rem;height:80px}._logo_agyi7_19{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:600;color:var(--dark-color);cursor:pointer;text-decoration:none}._logoIcon_agyi7_23{font-size:1.5rem;color:var(--primary-color)}._logo_agyi7_19 strong{color:var(--primary-color)}._menu_agyi7_71{display:flex;align-items:center}._navList_agyi7_76{display:flex;align-items:center;gap:2rem;list-style:none;margin:0;padding:0}._navLink_agyi7_85{font-weight:500;color:var(--text-color);cursor:pointer;position:relative;transition:color .2s ease}._navLink_agyi7_85:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--gradient-primary);transition:width .3s ease}._navLink_agyi7_85:hover,._navLink_agyi7_85._active_agyi7_105{color:var(--primary-color)}._navLink_agyi7_85:hover:after,._navLink_agyi7_85._active_agyi7_105:after{width:100%}._buttons_agyi7_114{display:flex;align-items:center;gap:1rem}._callBtn_agyi7_35{display:flex;align-items:center;gap:.5rem;padding:.5rem 1.5rem;background:var(--gradient-primary);color:#fff;border-radius:50px;font-weight:500;text-decoration:none;transition:all .3s ease}._callBtn_agyi7_35:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0066cc4d}._toggleBtn_agyi7_31,._closeBtn_agyi7_139{display:none;font-size:1.25rem;background:none;border:none;color:var(--dark-color);cursor:pointer;padding:.5rem}@media(max-width:768px){._menu_agyi7_71{position:fixed;top:0;right:0;width:80%;max-width:300px;height:100vh;background:#fff;box-shadow:-10px 0 40px #0003;padding:100px 50px;flex-direction:column;z-index:1001}._navList_agyi7_76{flex-direction:column;align-items:flex-start;gap:1.5rem}._toggleBtn_agyi7_31,._closeBtn_agyi7_139{display:block}._closeBtn_agyi7_139{position:absolute;top:20px;right:20px;font-size:1.5rem}._callBtn_agyi7_35 span{display:none}._callBtn_agyi7_35{padding:.75rem;border-radius:50%}}._hero_647eq_1{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:80px;overflow:hidden}._heroBg_647eq_10{position:absolute;top:0;right:0;width:50%;height:100%;background:var(--gradient-primary);clip-path:polygon(20% 0,100% 0,100% 100%,0% 100%)}._heroOverlay_647eq_20{position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(rgba(255,255,255,.1) 1px,transparent 1px);background-size:20px 20px}._container_647eq_30{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto;padding:0 1.5rem}._content_647eq_41{z-index:1}._subtitle_647eq_45{display:inline-block;font-size:1.125rem;font-weight:500;color:var(--primary-color);margin-bottom:.5rem}._title_647eq_53{font-size:3.5rem;font-weight:800;line-height:1.1;color:var(--dark-color);margin-bottom:1.5rem}._gradientText_647eq_61{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._description_647eq_68{font-size:1.125rem;color:var(--text-light);margin-bottom:2rem;max-width:500px;line-height:1.7}._buttons_647eq_76{display:flex;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}._btn_647eq_83{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:500;border-radius:50px;cursor:pointer;transition:all .3s ease;text-decoration:none}._btnPrimary_647eq_97{background:var(--gradient-primary);color:#fff;box-shadow:0 4px 15px #0066cc4d}._btnPrimary_647eq_97:hover{transform:translateY(-2px);box-shadow:0 6px 20px #06c6}._btnOutline_647eq_108{background:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}._btnOutline_647eq_108:hover{background:var(--primary-color);color:#fff}._stats_647eq_119{display:flex;gap:3rem}._stat_647eq_119{text-align:center}._statNumber_647eq_128{display:block;font-size:2.5rem;font-weight:700;color:var(--primary-color)}._statText_647eq_135{font-size:.875rem;color:var(--text-light)}._imageWrapper_647eq_140{position:relative;z-index:1}._imageContainer_647eq_145{position:relative}._heroImage_647eq_149{border-radius:24px;box-shadow:0 20px 60px #0003;width:100%;height:auto}._imageDecoration_647eq_156{position:absolute;top:-20px;right:-20px;width:100px;height:100px;background:var(--accent-color);border-radius:16px;z-index:-1}._scrollDown_647eq_167{position:absolute;bottom:30px;left:50%;transform:translate(-50%);width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:2px solid var(--primary-color);border-radius:50%;color:var(--primary-color);cursor:pointer;text-decoration:none}@media(max-width:1024px){._title_647eq_53{font-size:2.5rem}}@media(max-width:768px){._container_647eq_30{grid-template-columns:1fr;text-align:center}._heroBg_647eq_10{width:100%;height:100%;bottom:0;top:0;clip-path:none}._subtitle_647eq_45{color:#ffffffe6}._title_647eq_53{font-size:2.25rem;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}._gradientText_647eq_61{background:#fff;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:none}._description_647eq_68{max-width:100%;color:#ffffffe6;text-shadow:0 1px 2px rgba(0,0,0,.2)}._buttons_647eq_76,._stats_647eq_119{justify-content:center}._statNumber_647eq_128{color:#fff}._statText_647eq_135{color:#fffc}._imageWrapper_647eq_140{order:-1;max-width:400px;margin:0 auto}._imageDecoration_647eq_156{display:none}}@media(max-width:480px){._title_647eq_53{font-size:2rem}._stats_647eq_119{flex-wrap:wrap;gap:1.5rem}._stat_647eq_119{flex:1 1 100px}._statNumber_647eq_128{font-size:2rem}}._about_j2yxa_1{padding:6rem 0}._container_j2yxa_5{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto;padding:0 1.5rem}._imageSection_j2yxa_15,._imageWrapper_j2yxa_19{position:relative}._image_j2yxa_15{border-radius:24px;box-shadow:0 10px 40px #00000026;width:100%;height:auto}._experienceBadge_j2yxa_30{position:absolute;bottom:-20px;right:-20px;background:var(--gradient-primary);color:#fff;padding:1.5rem 2rem;border-radius:16px;text-align:center;box-shadow:0 10px 30px #0066cc4d}._experienceNumber_j2yxa_42{display:block;font-size:2.5rem;font-weight:700}._experienceText_j2yxa_48{font-size:.875rem}._subtitle_j2yxa_52{display:inline-block;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--primary-color);margin-bottom:.5rem}._title_j2yxa_62{font-size:2.5rem;font-weight:700;color:var(--dark-color);margin-bottom:1rem;line-height:1.2}._gradientText_j2yxa_70{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._description_j2yxa_77{color:var(--text-light);margin-bottom:1rem;line-height:1.7}._features_j2yxa_83{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:2rem 0}._feature_j2yxa_83{display:flex;align-items:center;gap:.5rem;font-weight:500}._featureIcon_j2yxa_97{color:var(--primary-color);flex-shrink:0}._btn_j2yxa_102{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:var(--gradient-primary);color:#fff;border-radius:50px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0066cc4d}._btn_j2yxa_102:hover{transform:translateY(-2px);box-shadow:0 6px 20px #06c6}@media(max-width:768px){._container_j2yxa_5{grid-template-columns:1fr}._title_j2yxa_62{font-size:2rem}._features_j2yxa_83{grid-template-columns:1fr}._experienceBadge_j2yxa_30{right:20px}}._products_r0dfj_1{padding:6rem 0;background:var(--bg-light)}._container_r0dfj_6{max-width:1200px;margin:0 auto;padding:0 1.5rem}._header_r0dfj_12{text-align:center;margin-bottom:3rem}._subtitle_r0dfj_17{display:inline-block;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--primary-color);margin-bottom:.5rem}._title_r0dfj_27{font-size:2.5rem;font-weight:700;color:var(--dark-color);margin-bottom:1rem}._gradientText_r0dfj_34{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._description_r0dfj_41{font-size:1.125rem;color:var(--text-light);max-width:600px;margin:0 auto}._filter_r0dfj_48{display:flex;justify-content:center;gap:.5rem;margin-bottom:2.5rem;flex-wrap:wrap}._filterBtn_r0dfj_56{padding:.5rem 1.5rem;background:#fff;border:2px solid transparent;border-radius:50px;font-weight:500;color:var(--text-color);cursor:pointer;transition:all .3s ease}._filterBtn_r0dfj_56:hover,._filterBtn_r0dfj_56._active_r0dfj_68{background:var(--primary-color);color:#fff}._grid_r0dfj_73{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}._card_r0dfj_79{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 10px #0000000d;transition:all .3s ease}._card_r0dfj_79:hover{transform:translateY(-10px);box-shadow:0 10px 40px #00000026}._cardImage_r0dfj_92{position:relative;height:220px;overflow:hidden}._cardImage_r0dfj_92 img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}._card_r0dfj_79:hover ._cardImage_r0dfj_92 img{transform:scale(1.1)}._cardOverlay_r0dfj_109{position:absolute;top:0;left:0;width:100%;height:100%;background:#06cc;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}._card_r0dfj_79:hover ._cardOverlay_r0dfj_109{opacity:1}._cardBtn_r0dfj_127{padding:.5rem 1.5rem;background:#fff;color:var(--primary-color);border-radius:50px;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none}._cardBtn_r0dfj_127:hover{background:var(--dark-color);color:#fff}._badge_r0dfj_143{position:absolute;top:15px;left:15px;padding:.25rem 1rem;background:var(--accent-color);color:#fff;font-size:.875rem;font-weight:500;border-radius:50px}._badge_r0dfj_143._new_r0dfj_155{background:#25d366}._badge_r0dfj_143._premium_r0dfj_159{background:#9c27b0}._cardInfo_r0dfj_163{padding:1.5rem}._cardTitle_r0dfj_167{font-size:1.125rem;font-weight:600;color:var(--dark-color);margin-bottom:.25rem}._cardCategory_r0dfj_174{font-size:.875rem;color:var(--text-lighter);margin-bottom:1rem;text-transform:capitalize}._cardFooter_r0dfj_181{display:flex;align-items:center;justify-content:space-between}._cardPrice_r0dfj_187{font-size:.875rem;color:var(--primary-color);font-weight:500}._cardLink_r0dfj_193{width:35px;height:35px;display:flex;align-items:center;justify-content:center;background:var(--bg-light);border-radius:50%;color:var(--primary-color);cursor:pointer;transition:all .3s ease}._cardLink_r0dfj_193:hover{background:var(--primary-color);color:#fff}._more_r0dfj_211{text-align:center;margin-top:2.5rem}._moreBtn_r0dfj_216{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:var(--gradient-primary);color:#fff;border-radius:50px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0066cc4d}._moreBtn_r0dfj_216:hover{transform:translateY(-2px);box-shadow:0 6px 20px #06c6}@media(max-width:1024px){._grid_r0dfj_73{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){._title_r0dfj_27{font-size:2rem}._grid_r0dfj_73{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){._grid_r0dfj_73{grid-template-columns:1fr}._filter_r0dfj_48{gap:.25rem}._filterBtn_r0dfj_56{padding:.5rem 1rem;font-size:.875rem}}._services_naglv_1{padding:6rem 0}._container_naglv_5{max-width:1200px;margin:0 auto;padding:0 1.5rem}._header_naglv_11{text-align:center;margin-bottom:4rem}._subtitle_naglv_16{display:inline-block;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--primary-color);margin-bottom:.5rem}._title_naglv_26{font-size:2.5rem;font-weight:700;color:var(--dark-color);margin-bottom:1rem}._gradientText_naglv_33{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._description_naglv_40{font-size:1.125rem;color:var(--text-light);max-width:600px;margin:0 auto}._grid_naglv_47{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}._card_naglv_53{background:#fff;padding:2.5rem;border-radius:16px;text-align:center;box-shadow:0 2px 10px #0000000d;transition:all .3s ease;border:2px solid transparent}._card_naglv_53:hover{transform:translateY(-10px);box-shadow:0 10px 40px #00000026;border-color:var(--primary-color)}._icon_naglv_69{width:80px;height:80px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;background:var(--bg-light);border-radius:16px;font-size:1.75rem;color:var(--primary-color);transition:all .3s ease}._card_naglv_53:hover ._icon_naglv_69{background:var(--gradient-primary);color:#fff}._cardTitle_naglv_88{font-size:1.25rem;font-weight:600;color:var(--dark-color);margin-bottom:.5rem}._cardDescription_naglv_95{color:var(--text-light);line-height:1.6}@media(max-width:1024px){._grid_naglv_47{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._title_naglv_26{font-size:2rem}._grid_naglv_47{grid-template-columns:1fr}._card_naglv_53{padding:2rem}}._whyUs_1rkgw_1{padding:6rem 0;background:var(--bg-light)}._container_1rkgw_6{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto;padding:0 1.5rem}._subtitle_1rkgw_16{display:inline-block;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--primary-color);margin-bottom:.5rem}._title_1rkgw_26{font-size:2.5rem;font-weight:700;color:var(--dark-color);margin-bottom:1rem}._gradientText_1rkgw_33{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._description_1rkgw_40{color:var(--text-light);margin-bottom:2.5rem;line-height:1.7}._features_1rkgw_46{display:flex;flex-direction:column;gap:1.5rem}._feature_1rkgw_46{display:flex;gap:1.5rem}._featureIcon_1rkgw_57{width:60px;height:60px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--gradient-primary);border-radius:12px;color:#fff;font-size:1.5rem}._featureContent_1rkgw_70 h4{font-size:1.125rem;font-weight:600;color:var(--dark-color);margin-bottom:.25rem}._featureContent_1rkgw_70 p{color:var(--text-light);font-size:.9375rem;line-height:1.6}._imageSection_1rkgw_83{position:relative}._image_1rkgw_83{border-radius:24px;box-shadow:0 10px 40px #00000026;width:100%;height:auto}@media(max-width:768px){._container_1rkgw_6{grid-template-columns:1fr}._title_1rkgw_26{font-size:2rem}._imageSection_1rkgw_83{order:-1;max-width:500px;margin:0 auto}}._gallery_15byw_1{padding:6rem 0}._container_15byw_5{max-width:1200px;margin:0 auto;padding:0 1.5rem}._header_15byw_11{text-align:center;margin-bottom:4rem}._subtitle_15byw_16{display:inline-block;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--primary-color);margin-bottom:.5rem}._title_15byw_26{font-size:2.5rem;font-weight:700;color:var(--dark-color);margin-bottom:1rem}._gradientText_15byw_33{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._description_15byw_40{font-size:1.125rem;color:var(--text-light);max-width:600px;margin:0 auto}._grid_15byw_47{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,200px);gap:1rem}._item_15byw_54{position:relative;border-radius:16px;overflow:hidden;cursor:pointer}._item_15byw_54._large_15byw_61{grid-column:span 2;grid-row:span 2}._item_15byw_54._tall_15byw_66{grid-row:span 2}._item_15byw_54 img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}._item_15byw_54:hover img{transform:scale(1.1)}._overlay_15byw_81{position:absolute;top:0;left:0;width:100%;height:100%;background:#0066ccb3;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}._item_15byw_54:hover ._overlay_15byw_81{opacity:1}._overlay_15byw_81 svg{font-size:2rem;color:#fff}._lightbox_15byw_105{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:9999;padding:2rem}._lightboxContent_15byw_119{position:relative;max-width:90%;max-height:90%}._lightboxContent_15byw_119 img{max-width:100%;max-height:85vh;border-radius:12px;box-shadow:0 20px 60px #00000080}._closeBtn_15byw_132{position:absolute;top:-50px;right:0;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.5rem;transition:transform .3s ease}._closeBtn_15byw_132:hover{transform:scale(1.2)}@media(max-width:1024px){._grid_15byw_47{grid-template-columns:repeat(3,1fr)}._item_15byw_54._large_15byw_61{grid-column:span 1;grid-row:span 1}}@media(max-width:768px){._title_15byw_26{font-size:2rem}._grid_15byw_47{grid-template-columns:repeat(2,1fr);grid-template-rows:auto}._item_15byw_54,._item_15byw_54._large_15byw_61,._item_15byw_54._tall_15byw_66{grid-column:span 1;grid-row:span 1;height:200px}}@media(max-width:480px){._grid_15byw_47{grid-template-columns:1fr}}._testimonials_1o9yi_1{padding:6rem 0;background:var(--bg-light)}._container_1o9yi_6{max-width:1200px;margin:0 auto;padding:0 1.5rem}._header_1o9yi_12{text-align:center;margin-bottom:4rem}._subtitle_1o9yi_17{display:inline-block;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--primary-color);margin-bottom:.5rem}._title_1o9yi_27{font-size:2.5rem;font-weight:700;color:var(--dark-color)}._gradientText_1o9yi_33{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._grid_1o9yi_40{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}._card_1o9yi_46{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 2px 10px #0000000d;transition:all .3s ease}._card_1o9yi_46:hover,._card_1o9yi_46._active_1o9yi_55{transform:translateY(-5px);box-shadow:0 10px 40px #0066cc26}._card_1o9yi_46._active_1o9yi_55{border:2px solid var(--primary-color)}._rating_1o9yi_64{display:flex;gap:.25rem;margin-bottom:1rem;color:#ffc107;font-size:1.125rem}._text_1o9yi_72{color:var(--text-light);font-style:italic;margin-bottom:1.5rem;line-height:1.8}._author_1o9yi_79{display:flex;align-items:center;gap:1rem}._avatar_1o9yi_85{font-size:3rem;color:var(--primary-color);line-height:1}._authorInfo_1o9yi_91 h4{font-weight:600;color:var(--dark-color);margin-bottom:.125rem}._authorInfo_1o9yi_91 span{font-size:.875rem;color:var(--text-lighter)}@media(max-width:1024px){._grid_1o9yi_40{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._title_1o9yi_27{font-size:2rem}._grid_1o9yi_40{grid-template-columns:1fr}._card_1o9yi_46{padding:2rem}}._cta_b1kbe_1{padding:6rem 0;background:var(--gradient-primary);color:#fff}._container_b1kbe_7{max-width:1200px;margin:0 auto;padding:0 1.5rem}._content_b1kbe_13{text-align:center}._title_b1kbe_17{font-size:2.5rem;font-weight:700;margin-bottom:1rem}._highlight_b1kbe_23{color:#ffffffe6;text-shadow:0 0 20px rgba(255,255,255,.3)}._description_b1kbe_28{font-size:1.125rem;opacity:.9;margin-bottom:2rem}._buttons_b1kbe_34{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}._btnPrimary_b1kbe_41,._btnWhatsapp_b1kbe_42{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.125rem;font-weight:500;border-radius:50px;text-decoration:none;transition:all .3s ease}._btnPrimary_b1kbe_41{background:#fff;color:var(--primary-color);box-shadow:0 4px 15px #0003}._btnPrimary_b1kbe_41:hover{background:var(--dark-color);color:#fff;transform:translateY(-2px)}._btnWhatsapp_b1kbe_42{background:#25d366;color:#fff;box-shadow:0 4px 15px #25d36666}._btnWhatsapp_b1kbe_42:hover{background:#128c7e;transform:translateY(-2px)}@media(max-width:768px){._title_b1kbe_17{font-size:2rem}._buttons_b1kbe_34{flex-direction:column;align-items:center}._btnPrimary_b1kbe_41,._btnWhatsapp_b1kbe_42{width:100%;max-width:300px;justify-content:center}}._contact_1wau7_1{padding:6rem 0}._container_1wau7_5{max-width:1200px;margin:0 auto;padding:0 1.5rem}._header_1wau7_11{text-align:center;margin-bottom:4rem}._subtitle_1wau7_16{display:inline-block;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--primary-color);margin-bottom:.5rem}._title_1wau7_26{font-size:2.5rem;font-weight:700;color:var(--dark-color);margin-bottom:1rem}._gradientText_1wau7_33{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._description_1wau7_40{font-size:1.125rem;color:var(--text-light);max-width:600px;margin:0 auto}._content_1wau7_47{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;margin-bottom:3rem}._info_1wau7_54{display:flex;flex-direction:column;gap:1.5rem}._infoCard_1wau7_60{display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem;background:var(--bg-light);border-radius:16px;transition:all .3s ease}._infoCard_1wau7_60:hover{background:var(--primary-color);color:#fff}._infoCard_1wau7_60:hover ._infoIcon_1wau7_75{background:#fff;color:var(--primary-color)}._infoCard_1wau7_60:hover a{color:#fff}._infoIcon_1wau7_75{width:50px;height:50px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--gradient-primary);border-radius:12px;color:#fff;font-size:1.25rem;transition:all .3s ease}._infoDetails_1wau7_98 h4{font-weight:600;margin-bottom:.25rem}._infoDetails_1wau7_98 p,._infoDetails_1wau7_98 a{color:var(--text-light);font-size:.9375rem;transition:color .3s ease;text-decoration:none}._form_1wau7_111{display:flex;flex-direction:column;gap:1rem}._formRow_1wau7_117{display:grid;grid-template-columns:1fr 1fr;gap:1rem}._formGroup_1wau7_123{position:relative}._formGroup_1wau7_123 input,._formGroup_1wau7_123 select,._formGroup_1wau7_123 textarea{width:100%;padding:1rem 1.5rem;padding-left:45px;background:var(--bg-light);border:2px solid transparent;border-radius:12px;font-size:1rem;transition:all .3s ease}._formGroup_1wau7_123 input:focus,._formGroup_1wau7_123 select:focus,._formGroup_1wau7_123 textarea:focus{background:#fff;border-color:var(--primary-color)}._formGroup_1wau7_123 select{appearance:none;cursor:pointer}._formGroup_1wau7_123 textarea{resize:none}._inputIcon_1wau7_156{position:absolute;left:15px;top:1rem;color:var(--text-lighter);pointer-events:none}._submitBtn_1wau7_164{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;background:var(--gradient-primary);color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0066cc4d}._submitBtn_1wau7_164:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #06c6}._submitBtn_1wau7_164:disabled{opacity:.7;cursor:not-allowed}._map_1wau7_191{border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000001a}@media(max-width:768px){._title_1wau7_26{font-size:2rem}._content_1wau7_47,._formRow_1wau7_117{grid-template-columns:1fr}}._mapFrame_1wau7_211{border:0;border-radius:16px}._footer_otwr4_1{background:#0d1117;color:#fff;padding-top:4rem}._container_otwr4_7{max-width:1200px;margin:0 auto;padding:0 1.5rem}._content_otwr4_13{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.1)}._brand_otwr4_21{max-width:300px}._logo_otwr4_25{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:600;color:#fff;cursor:pointer;margin-bottom:1rem}._logoIcon_otwr4_36{color:var(--primary-light)}._description_otwr4_40{color:#ffffffb3;margin-bottom:1.5rem;line-height:1.6}._social_otwr4_46{display:flex;gap:.75rem}._socialLink_otwr4_51{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:10px;color:#fff;transition:all .3s ease}._socialLink_otwr4_51:hover{background:var(--primary-color);transform:translateY(-3px)}._linksTitle_otwr4_68{font-size:1.125rem;font-weight:600;margin-bottom:1.5rem}._linksList_otwr4_74{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}._linksList_otwr4_74 li a{color:#ffffffb3;transition:color .2s ease;cursor:pointer}._linksList_otwr4_74 li a:hover{color:var(--primary-light)}._contactList_otwr4_93{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}._contactList_otwr4_93 li{display:flex;align-items:flex-start;gap:.75rem;color:#ffffffb3}._contactList_otwr4_93 li svg{color:var(--primary-light);margin-top:.25rem;flex-shrink:0}._contactList_otwr4_93 li a{color:#ffffffb3;transition:color .2s ease}._contactList_otwr4_93 li a:hover{color:var(--primary-light)}._bottom_otwr4_124{text-align:center;padding:1.5rem 0;color:#ffffff80;font-size:.875rem}@media(max-width:1024px){._content_otwr4_13{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._content_otwr4_13{grid-template-columns:1fr;text-align:center}._brand_otwr4_21{max-width:100%}._logo_otwr4_25,._social_otwr4_46,._contactList_otwr4_93 li{justify-content:center}}._scrollTop_1cn19_1{position:fixed;bottom:100px;right:30px;width:45px;height:45px;display:flex;align-items:center;justify-content:center;background:var(--gradient-primary);color:#fff;border:none;border-radius:50%;cursor:pointer;box-shadow:0 4px 15px #0066cc4d;z-index:999}._whatsapp_1cn19_19{position:fixed;bottom:30px;right:30px;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#25d366;color:#fff;border-radius:50%;font-size:1.75rem;box-shadow:0 4px 20px #25d36666;z-index:999;animation:_pulse_1cn19_1 2s infinite}@keyframes _pulse_1cn19_1{0%,to{box-shadow:0 4px 20px #25d36666}50%{box-shadow:0 4px 40px #25d36699}}@media(max-width:768px){._scrollTop_1cn19_1{right:20px;bottom:100px}._whatsapp_1cn19_19{right:20px;bottom:20px;width:55px;height:55px}}._preloader_1v8hw_1{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999}._loader_1v8hw_15{position:relative;width:80px;height:80px;margin-bottom:1.5rem}._drop_1v8hw_22{position:absolute;left:50%;transform:translate(-50%);width:20px;height:20px;background:var(--gradient-primary);border-radius:50%}._wave_1v8hw_32{position:absolute;bottom:0;left:0;width:80px;height:40px;background:var(--gradient-primary);border-radius:0 0 50% 50%}._text_1v8hw_42{font-size:1.25rem;font-weight:600;color:var(--primary-color);letter-spacing:2px}
