*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background:#fff}.app{min-height:100vh;display:flex;flex-direction:column}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#ff6b35;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#ff8555}::selection{background:#ff6b35;color:#fff}.header{background:#fff;box-shadow:0 2px 4px #00000014;position:sticky;top:0;z-index:1000}.header-top{padding:.5rem 0;border-bottom:1px solid #e8e8e8}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.header-content{display:flex;justify-content:space-between;align-items:center;gap:2rem}.logo{display:flex;align-items:center;min-width:150px}.logo img{height:65px;width:175px;object-fit:cover}.nav{display:flex;gap:2rem;justify-content:center;flex:1}.nav a{color:#333;text-decoration:none;font-weight:500;font-size:.95rem;transition:all .3s;border-bottom:2px solid transparent;white-space:nowrap}.nav a:hover{border-bottom-color:#ef6d0f;color:#ef6d0f}.header-actions{display:flex;align-items:center;gap:1rem;justify-content:flex-end;min-width:150px}.icon-btn{background-color:#ff6b35;border-radius:20px;cursor:pointer;color:#fff;transition:all .2s;padding:.5rem;display:flex;align-items:center;justify-content:center}.icon-btn:hover{color:#000;background-color:#ffa270}.icon-btn svg{display:block}.menu-toggle{display:none;background:none;border:none;color:#333;cursor:pointer;padding:.5rem}.header-bottom{padding:.8rem 0;background:#fff;border-bottom:1px solid #e8e8e8;max-height:500px;overflow:hidden;transition:max-height .3s ease,padding .3s ease,opacity .3s ease;opacity:1}.header-bottom.hidden{max-height:0;padding:0;opacity:0;border-bottom:none}.categories{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.category-btn{padding:.6rem 1.5rem;background:#fff;border:1px solid #ddd;border-radius:20px;color:#333;cursor:pointer;transition:all .3s;font-weight:500;font-size:1rem;text-decoration:none}.category-btn:hover{background:#ef6d0f;color:#fff;border-color:#ef6d0f;transform:translateY(-2px)}.search-form-mobile{display:none;margin-top:1rem}.search-input{width:100%;padding:.7rem 1rem;border:1px solid #ddd;border-radius:4px;font-size:.95rem}.search-input:focus{outline:none;border-color:#333}@media(max-width:968px){.nav{position:fixed;top:70px;left:0;right:0;background:#fff;flex-direction:column;padding:1rem 2rem;display:none;box-shadow:0 4px 6px #0000001a;gap:.5rem}.nav.active{display:flex}.nav a{padding:.8rem 0;border-bottom:1px solid #e8e8e8}.menu-toggle{display:flex}.search-form-mobile{display:block}.search-icon{display:none}.header-content{gap:.5rem}.logo{flex:1}.header-actions{min-width:auto}.categories{gap:.8rem}.category-btn{padding:.5rem 1rem;font-size:.85rem}}@media(max-width:640px){.container{padding:0 1rem}.logo img{height:50px;width:130px}.header-actions{gap:.5rem}.icon-btn{padding:.3rem}.icon-btn svg{width:18px;height:18px}.nav{top:60px;padding:1rem}.categories{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:.5rem}.category-btn{white-space:nowrap}}@media(max-width:968px){.top-menu{display:none}.logo{flex:0}.nav{position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:1rem;display:none;box-shadow:0 4px 6px #0000001a}.nav.active{display:flex}.menu-toggle,.search-form-mobile{display:block}.search-icon{display:none}.header-content{gap:.5rem}}@media(max-width:640px){.container{padding:0 1rem}.logo img{height:50px;width:130px}.header-actions{gap:.5rem}.icon-btn{font-size:1.1rem}}.footer{background:#1a1a1a;color:#fff}.footer-top{padding:4rem 0 2rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem}.footer-about{max-width:350px}.footer-logo{margin-bottom:.5rem}.footer-logo img{height:76px;width:190px;object-fit:contain}.footer-description{color:#ffffffb3;line-height:1.8;font-size:.95rem;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-link{width:40px;height:40px;background:#ffffff1a;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;text-decoration:none;transition:all .3s ease}.social-link:hover{background:#ff6b35;transform:translateY(-3px);color:#fff}.footer-heading{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:1px}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.8rem}.footer-links li a{color:#ffffffb3;text-decoration:none;font-size:.95rem;transition:all .3s ease;display:inline-block}.footer-links li a:hover{color:#ff6b35;padding-left:5px}.footer-contact{list-style:none;padding:0;margin:0}.footer-contact li{display:flex;align-items:flex-start;gap:.8rem;color:#ffffffb3;margin-bottom:1rem;font-size:.95rem}.footer-contact li svg{flex-shrink:0;margin-top:2px;color:#ff6b35}.footer-bottom{padding:1.5rem 0;background:#111}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.copyright{color:#ffffff80;margin:0;font-size:.9rem}.footer-policies{display:flex;align-items:center;gap:1rem}.footer-policies a{color:#ffffff80;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-policies a:hover{color:#ff6b35}.footer-policies .separator{color:#ffffff4d}@media(max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}.footer-about{max-width:100%}}@media(max-width:768px){.footer-top{padding:3rem 0 1.5rem}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-about{max-width:100%}.footer-bottom-content{flex-direction:column;text-align:center}.footer-policies{flex-direction:column;gap:.5rem}.footer-policies .separator{display:none}}@media(max-width:640px){.footer-top{padding:2rem 0 1rem}.footer-logo img{height:50px;width:auto}.footer-heading{font-size:1rem}.social-links{gap:.8rem}.social-link{width:35px;height:35px}}.hero{height:600px;position:relative;overflow:hidden}.hero-slider{position:relative;width:100%;height:100%}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;opacity:0;transition:opacity 1s ease-in-out;z-index:0}.hero-slide.active{opacity:1;z-index:1}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;background:linear-gradient(135deg,#00000080,#0000004d);z-index:2}.hero-content{text-align:center;color:#fff;animation:fadeInUp 1s ease-out;max-width:800px;margin:0 auto;padding:0 2rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-title{font-size:3.5rem;margin-bottom:1.5rem;font-weight:700;text-shadow:2px 2px 8px rgba(0,0,0,.5);line-height:1.2}.hero-subtitle{font-size:1.3rem;margin-bottom:2.5rem;opacity:.95;text-shadow:1px 1px 4px rgba(0,0,0,.5);line-height:1.5;max-width:600px;margin-left:auto;margin-right:auto}.hero-btn{display:inline-block;padding:1rem 3rem;background:#fff;color:#333;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s;box-shadow:0 4px 15px #0000004d;text-transform:uppercase;letter-spacing:1px}.hero-btn:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0006;background:#ff6b35;color:#fff}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff4d;border:none;color:#fff;width:50px;height:50px;border-radius:50%;cursor:pointer;z-index:10;transition:all .3s;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.slider-btn:hover{background:#ffffff80;transform:translateY(-50%) scale(1.1)}.prev-btn{left:2rem}.next-btn{right:2rem}.slider-dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:1rem;z-index:10}.dot{width:12px;height:12px;border-radius:50%;background:#ffffff80;border:none;cursor:pointer;transition:all .3s;padding:0}.dot:hover{background:#fffc;transform:scale(1.2)}.dot.active{background:#fff;width:40px;border-radius:6px}@media(max-width:968px){.hero{height:500px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-btn{padding:.9rem 2.5rem;font-size:1rem}.slider-btn{width:40px;height:40px}.prev-btn{left:1rem}.next-btn{right:1rem}}@media(max-width:640px){.hero{height:400px}.hero-title{font-size:1.8rem;margin-bottom:1rem}.hero-subtitle{font-size:.95rem;margin-bottom:1.5rem}.hero-btn{padding:.8rem 2rem;font-size:.9rem}.slider-btn{width:35px;height:35px}.prev-btn{left:.5rem}.next-btn{right:.5rem}.slider-dots{bottom:1rem;gap:.5rem}.dot{width:8px;height:8px}.dot.active{width:24px}.hero-content{padding:0 1rem}}.about-section{padding:4rem 0;background:#fff}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-image{position:relative}.about-image img{width:100%;height:600px;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px #00000026}.about-badge{position:absolute;bottom:2rem;right:-2rem;background:#fff;padding:1.5rem 2rem;border-radius:12px;box-shadow:0 8px 20px #00000026;text-align:center}.badge-number{display:block;font-size:2.5rem;font-weight:700;color:#333;line-height:1;margin-bottom:.5rem}.about-content{padding:2rem 0}.section-label{display:inline-block;padding:.5rem;background:#fff3ef;color:#ff6b35;border-radius:20px;font-size:1.2rem;font-weight:600;margin-bottom:1rem;letter-spacing:.5px}.about-title{font-size:2.8rem;color:#333;margin-bottom:.5rem;font-weight:700;line-height:1.2}.about-subtitle{font-size:1.3rem;color:#666;margin-bottom:.5rem;font-weight:500}.about-description{color:#555;line-height:1.8;margin-bottom:.5rem;font-size:1.05rem}.about-features{margin:1rem 0;display:flex;flex-direction:column;gap:1.5rem}.feature-item{display:flex;gap:1.5rem;align-items:flex-start}.feature-icon{flex-shrink:0;width:60px;height:60px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#ff6b35;box-shadow:0 4px 12px #00000014}.feature-text h4{font-size:1.2rem;color:#333;margin-bottom:.3rem;font-weight:600}.feature-text p{color:#666;line-height:1.5}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:.5rem;padding-top:1rem;border-top:2px solid #e0e0e0}.stat-item{text-align:center}.stat-item h3{font-size:2.5rem;color:#ff6b35;font-weight:700;margin-bottom:.5rem;line-height:1}.stat-item p{color:#666;font-size:1rem;font-weight:500}@media(max-width:968px){.about-section{padding:3rem 0}.about-grid{grid-template-columns:1fr;gap:3rem}.about-image img{height:400px}.about-badge{right:1rem;bottom:1rem}.badge-number{font-size:2rem}.about-title{font-size:2.2rem}.about-subtitle{font-size:1.1rem}.about-stats{gap:1.5rem}.stat-item h3{font-size:2rem}}@media(max-width:640px){.about-section{padding:2rem 0}.about-grid{gap:2rem}.about-image img{height:300px}.about-badge{padding:1rem 1.5rem}.badge-number{font-size:1.5rem}.badge-text{font-size:.8rem}.about-title{font-size:1.8rem}.about-subtitle{font-size:1rem}.about-description{font-size:.95rem}.feature-item{gap:1rem}.feature-icon{width:50px;height:50px}.feature-icon svg{width:24px;height:24px}.feature-text h4{font-size:1rem}.feature-text p{font-size:.9rem}.about-stats{grid-template-columns:1fr;gap:1rem}.stat-item h3{font-size:1.8rem}}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) svg{width:100%;height:100%;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.services-section{padding:5rem 0;background:#f9f9f9}.services-header{text-align:center;max-width:700px;margin:0 auto 4rem}.section-label{display:inline-block;padding:.5rem 1.5rem;background:#fff3e0;color:#ff6b35;border-radius:50px;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem}.services-subtitle{font-size:1.2rem;color:#666;line-height:1.6}.services-swiper-container{position:relative;max-width:1400px;margin:0 auto;padding:0 4rem}.services-swiper{padding-bottom:3rem}.service-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #00000014;transition:all .3s ease;cursor:pointer;height:100%}.service-card:hover{transform:translateY(-8px);box-shadow:0 8px 25px #00000026}.service-image{position:relative;width:100%;height:250px;overflow:hidden}.service-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.service-card:hover .service-image img{transform:scale(1.1)}.service-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0000,#0009);opacity:0;transition:opacity .3s ease}.service-card:hover .service-overlay{opacity:1}.service-content{padding:1.8rem}.service-title{font-size:1.3rem;color:#333;margin-bottom:.8rem;font-weight:600;line-height:1.3}.service-description{color:#666;line-height:1.7;font-size:.95rem}.service-slider-btn{position:absolute;top:40%;transform:translateY(-50%);background:#fff;border:none;color:#333;width:45px;height:45px;border-radius:50%;cursor:pointer;z-index:10;transition:all .3s;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026}.service-slider-btn:hover{background:#ff6b35;color:#fff;transform:translateY(-50%) scale(1.1)}.service-prev{left:0}.service-next{right:0}.service-slider-btn.swiper-button-disabled{opacity:.3;cursor:not-allowed}.service-pagination{display:flex;justify-content:center;gap:.8rem;margin-top:1rem;position:relative}.service-pagination .swiper-pagination-bullet{width:12px;height:12px;border-radius:50%;background:#ddd;opacity:1;transition:all .3s}.service-pagination .swiper-pagination-bullet:hover{background:#ff6b35;transform:scale(1.2)}.service-pagination .swiper-pagination-bullet-active{background:#ff6b35;width:35px;border-radius:6px}@media(max-width:1024px){.services-swiper-container{padding:0 3rem}}@media(max-width:968px){.services-section{padding:3rem 0}.services-header{margin-bottom:3rem}.services-title{font-size:2.2rem}.services-subtitle{font-size:1.1rem}.services-swiper-container{padding:0 1.5rem}.service-image{height:200px}.service-content{padding:1.5rem}.service-slider-btn{width:40px;height:40px}}@media(max-width:640px){.services-section{padding:2rem 0}.services-header{margin-bottom:2rem}.services-title{font-size:1.8rem}.services-subtitle{font-size:1rem}.services-swiper-container{padding:0 0rem}.service-image{height:220px}.service-content{padding:1.3rem}.service-title{font-size:1.1rem}.service-description{font-size:.9rem}.service-slider-btn{width:35px;height:35px}.service-prev{left:0}.service-next{right:0}.service-pagination .swiper-pagination-bullet{width:8px;height:8px}.service-pagination .swiper-pagination-bullet-active{width:24px}}.shop-by-category{padding:5rem 0;background:#fff}.category-header{text-align:center;margin-bottom:3rem}.category-header h2{font-size:2.5rem;color:#333;font-weight:600;margin:0}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1.5rem;max-width:1400px;margin:0 auto}.category-card{position:relative;cursor:pointer;overflow:hidden;border-radius:30px 0;background:#f5f5f5;transition:all .3s ease}.category-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001f}.category-image{position:relative;width:100%;padding-top:140%;overflow:hidden}.category-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.category-card:hover .category-image img{transform:scale(1.08)}.category-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0000,#0000004d);opacity:0;transition:opacity .3s ease}.category-card:hover .category-overlay{opacity:1}.category-name{position:relative;bottom:0;left:0;right:0;padding:1rem;text-align:center;background:#ef6d0f;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.category-name h3{margin:0;font-size:.85rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:#fff}@media(max-width:1200px){.category-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:968px){.shop-by-category{padding:3rem 0}.category-header h2{font-size:2rem}.category-grid{grid-template-columns:repeat(3,1fr);gap:1rem}.category-name h3{font-size:.75rem}}@media(max-width:640px){.shop-by-category{padding:2rem 0}.category-header h2{font-size:1.8rem}.category-grid{grid-template-columns:repeat(2,1fr);gap:.8rem}.category-name{padding:.8rem}.category-name h3{font-size:.7rem}}.featured-collections{padding:0;background:#fff}.collections-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;max-width:100%;margin:0}.collection-card{position:relative;overflow:hidden;cursor:pointer;aspect-ratio:4/5}.collection-image{position:relative;width:100%;height:100%;overflow:hidden}.collection-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.collection-card:hover .collection-image img{transform:scale(1.05)}.collection-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0000001a,#0006);transition:background .3s ease}.collection-card:hover .collection-overlay{background:linear-gradient(to bottom,#0003,#00000080)}.collection-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;z-index:2;width:90%}.collection-title{font-size:2.5rem;color:#fff;font-weight:400;margin:0 0 1.5rem;letter-spacing:.5px;text-shadow:0 2px 8px rgba(0,0,0,.3)}.collection-btn{display:inline-block;padding:.9rem 2rem;background:#fff;color:#333;text-decoration:none;font-size:.75rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;border:none;transition:all .3s ease;box-shadow:0 4px 15px #0003}.collection-btn:hover{background:#ff6b35;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}@media(max-width:968px){.collections-grid{grid-template-columns:1fr}.collection-card{aspect-ratio:16/9}.collection-title{font-size:2rem;margin-bottom:1rem}.collection-btn{padding:.8rem 1.8rem;font-size:.7rem}}@media(max-width:640px){.collection-card{aspect-ratio:4/5}.collection-title{font-size:1.8rem;margin-bottom:1rem}.collection-btn{padding:.7rem 1.5rem;font-size:.65rem;letter-spacing:1px}}.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px #0000001a;transition:all .3s;cursor:pointer}.product-card:hover{transform:translateY(-5px);box-shadow:0 5px 20px #00000026}.product-image{position:relative;overflow:hidden;height:300px;background:#f5f5f5}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card:hover .product-image img{transform:scale(1.05)}.discount-badge{position:absolute;top:10px;left:10px;background:#ff6b35;color:#fff;padding:.4rem;font-weight:600;font-size:.85rem}.new-badge{position:absolute;top:10px;right:10px;background:#4caf50;color:#fff;padding:.4rem;font-weight:600;font-size:.85rem}.product-info{padding:1.2rem}.product-name{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;color:#333}.product-category{color:#777;font-size:.9rem;margin-bottom:.5rem}.product-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:.8rem}.stars-container{display:flex;align-items:center;gap:2px}.stars-container svg{display:inline-block}.rating-text{color:#666;font-size:.85rem;font-weight:500;margin-left:.3rem}.product-price{display:flex;align-items:center;gap:.8rem;margin-bottom:1rem}.current-price{font-size:1.5rem;font-weight:700;color:#ff6b35}.original-price{font-size:1.1rem;color:#999;text-decoration:line-through}.view-details-btn{width:100%;padding:.8rem;background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s}.view-details-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ff6b354d}@media(max-width:640px){.product-image{height:220px}.product-name{font-size:1rem}.current-price{font-size:1.3rem}}.modal-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem;animation:fadeIn .3s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:16px;max-width:1000px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:slideUp .3s}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:1rem;right:1rem;background:#fff;border:none;font-size:2rem;width:40px;height:40px;border-radius:50%;cursor:pointer;box-shadow:0 2px 8px #0003;transition:all .3s;z-index:10}.modal-close:hover{background:#ff6b35;color:#fff;transform:rotate(90deg)}.modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.modal-image{background:#f5f5f5;padding:2rem;display:flex;align-items:center;justify-content:center}.modal-image img{width:100%;height:auto;max-height:500px;object-fit:contain;border-radius:8px}.modal-details{padding:2rem}.modal-details h2{font-size:2rem;color:#333;margin-bottom:1rem}.modal-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.modal-stars-container{display:flex;align-items:center;gap:3px}.modal-stars-container svg{display:inline-block}.modal-rating-text{color:#666;font-size:.95rem;font-weight:500;margin-left:.3rem}.modal-price{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.modal-price .current{font-size:2rem;font-weight:700;color:#ff6b35}.modal-price .original{font-size:1.3rem;color:#999;text-decoration:line-through}.modal-price .save{background:#4caf50;color:#fff;padding:.3rem .8rem;border-radius:15px;font-size:.9rem}.product-description{color:#666;line-height:1.6;margin-bottom:2rem}.product-options{margin-bottom:2rem}.option-group{margin-bottom:1.5rem}.option-group label{display:block;font-weight:600;margin-bottom:.8rem;color:#333}.size-options{display:flex;gap:.5rem;flex-wrap:wrap}.size-btn{padding:.6rem 1.2rem;border:2px solid #e0e0e0;background:#fff;border-radius:8px;cursor:pointer;transition:all .3s;font-weight:500}.size-btn:hover{border-color:#ff6b35}.size-btn.active{background:#ff6b35;color:#fff;border-color:#ff6b35}.color-options{display:flex;gap:.8rem;flex-wrap:wrap}.color-btn{padding:.6rem 1.2rem;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .3s;font-weight:500;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.color-btn.active{border-color:#333;border-width:3px;transform:scale(1.1)}.quantity-control{display:flex;align-items:center;gap:1rem}.quantity-control button{width:40px;height:40px;border:2px solid #e0e0e0;background:#fff;border-radius:8px;font-size:1.2rem;cursor:pointer;transition:all .3s}.quantity-control button:hover{background:#ff6b35;color:#fff;border-color:#ff6b35}.quantity-control span{font-size:1.2rem;font-weight:600;min-width:40px;text-align:center}.modal-actions{display:flex;gap:1rem;margin-bottom:2rem}.order-btn{flex:1;padding:1rem;background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s}.order-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #25d3664d}.wishlist-btn{padding:1rem 1.5rem;background:#fff;border:2px solid #e0e0e0;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s;color:#ff6b35}.wishlist-btn:hover{background:#ff6b35;color:#fff;border-color:#ff6b35}.product-features{background:#f9f9f9;padding:1rem;border-radius:8px}.product-features .feature{padding:.5rem 0;color:#4caf50;font-weight:500}@media(max-width:968px){.modal-grid{grid-template-columns:1fr}.modal-image{max-height:400px}.modal-details h2{font-size:1.5rem}.modal-price .current{font-size:1.6rem}}@media(max-width:640px){.modal-overlay{padding:1rem}.modal-content{max-height:95vh}.modal-details{padding:1rem}.modal-actions{flex-direction:column}.order-btn,.wishlist-btn{width:100%}}.products-section{padding:4rem 0;background:#f9f9f9}.section-header h2{font-size:2.5rem;color:#333;margin-bottom:.5rem}.section-header p{color:#777;font-size:1.1rem}.filters-bar{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:1.5rem;border-radius:12px;margin-bottom:2rem;gap:1rem;flex-wrap:wrap;box-shadow:0 2px 8px #00000014}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-group label{font-weight:600;color:#555;font-size:.9rem}.filter-group select{padding:.6rem 1rem;border:2px solid #e0e0e0;border-radius:8px;background:#fff;cursor:pointer;font-size:.95rem;transition:border-color .3s}.filter-group select:focus{outline:none;border-color:#ff6b35}.filter-group input[type=range]{width:200px;accent-color:#ff6b35}.results-count{font-weight:600;color:#ff6b35;padding:.6rem 1.2rem;background:#fff3ef;border-radius:20px}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.no-products{grid-column:1 / -1;text-align:center;padding:4rem 2rem;color:#999;font-size:1.2rem}@media(max-width:768px){.section-header h2{font-size:2rem}.filters-bar{flex-direction:column;align-items:stretch}.filter-group input[type=range]{width:100%}.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}}@media(max-width:640px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}}.testimonials-header{text-align:center;max-width:700px;margin:0 auto 2rem}.testimonials-title{font-size:2.8rem;color:#333;margin-bottom:1rem;font-weight:700;line-height:1.2}.testimonials-subtitle{font-size:1.2rem;color:#666;line-height:1.6}.testimonials-swiper-container{position:relative;max-width:1400px;margin:0 auto;padding:0 4rem}.testimonials-swiper{padding-bottom:3rem}.testimonial-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:10px 12px 20px #0003;transition:all .3s ease;cursor:pointer;height:100%;position:relative;overflow:hidden}.testimonial-card:hover{transform:translateY(-8px);box-shadow:0 8px 30px #00000026}.testimonial-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.testimonial-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid #ff6b35}.testimonial-info{flex:1}.testimonial-name{font-size:1.1rem;font-weight:600;color:#333;margin:0 0 .3rem}.testimonial-location{font-size:.9rem;color:#777;margin:0}.testimonial-rating{display:flex;gap:3px;margin-bottom:1rem}.testimonial-text{color:#555;line-height:1.8;font-size:.95rem;font-style:italic;margin:0}.quote-icon{position:absolute;bottom:1rem;right:1rem}.testimonial-slider-btn{position:absolute;top:45%;transform:translateY(-50%);background:#fff;border:none;color:#333;width:45px;height:45px;border-radius:50%;cursor:pointer;z-index:10;transition:all .3s;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026}.testimonial-slider-btn:hover{background:#ff6b35;color:#fff;transform:translateY(-50%) scale(1.1)}.testimonial-prev{left:0}.testimonial-next{right:0}.testimonial-slider-btn.swiper-button-disabled{opacity:.3;cursor:not-allowed}.testimonial-pagination{display:flex;justify-content:center;gap:.8rem;margin-top:1rem;position:relative}.testimonial-pagination .swiper-pagination-bullet{width:12px;height:12px;border-radius:50%;background:#ddd;opacity:1;transition:all .3s}.testimonial-pagination .swiper-pagination-bullet:hover{background:#ff6b35;transform:scale(1.2)}.testimonial-pagination .swiper-pagination-bullet-active{background:#ff6b35;width:35px;border-radius:6px}@media(max-width:1024px){.testimonials-swiper-container{padding:0 3rem}}@media(max-width:968px){.testimonials-section{padding:3rem 0}.testimonials-header{margin-bottom:3rem}.testimonials-title{font-size:2.2rem}.testimonials-subtitle{font-size:1.1rem}.testimonials-swiper-container{padding:0 1.5rem}.testimonial-card{padding:1.5rem}.testimonial-slider-btn{width:40px;height:40px}}@media(max-width:640px){.testimonials-section{padding:2rem 0}.testimonials-header{margin-bottom:2rem}.testimonials-title{font-size:1.8rem}.testimonials-subtitle{font-size:1rem}.testimonials-swiper-container{padding:0 0rem}.testimonial-card{padding:1.3rem}.testimonial-avatar{width:50px;height:50px}.testimonial-name{font-size:1rem}.testimonial-text{font-size:.9rem}.testimonial-slider-btn{width:35px;height:35px}.testimonial-prev{left:0}.testimonial-next{right:0}.testimonial-pagination .swiper-pagination-bullet{width:8px;height:8px}.testimonial-pagination .swiper-pagination-bullet-active{width:24px}}.mission-banner{position:relative;height:300px;background-image:url(https://images.unsplash.com/photo-1441974231531-c6227db76b6e?w=1600&h=600&fit=crop);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;overflow:hidden;margin:50px 0}.mission-overlay{position:absolute;inset:0;background:#0006;z-index:1}.mission-content{position:relative;z-index:2;text-align:center;max-width:850px;padding:2rem;color:#fff}.mission-title{font-size:3rem;font-weight:400;margin:0 0 1rem;line-height:1.3;letter-spacing:.5px;text-shadow:0 2px 10px rgba(0,0,0,.3)}.mission-subtitle{font-size:1.1rem;margin:0 0 2rem;font-weight:300;line-height:1.6;text-shadow:0 2px 8px rgba(0,0,0,.3)}.mission-btn{display:inline-block;padding:1rem 3rem;background:#fff;color:#333;text-decoration:none;font-size:.85rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;border:none;transition:all .3s ease;box-shadow:0 4px 15px #0003}.mission-btn:hover{background:#ff6b35;color:#fff;transform:translateY(-3px);box-shadow:0 6px 20px #0000004d}@media(max-width:968px){.mission-banner{height:350px}.mission-title{font-size:2.2rem}.mission-subtitle{font-size:1rem}.mission-btn{padding:.9rem 2.5rem;font-size:.8rem}}@media(max-width:640px){.mission-banner{height:300px}.mission-content{padding:1.5rem}.mission-title{font-size:1.8rem}.mission-subtitle{font-size:.95rem;margin-bottom:1.5rem}.mission-btn{padding:.8rem 2rem;font-size:.75rem;letter-spacing:1.5px}}.about-page{background:#fff}.about-hero{position:relative;height:500px;background:linear-gradient(135deg,#ff6b35,#ff8555);background-image:url(https://images.unsplash.com/photo-1441984904996-e0b6ba687e04?w=1920&h=500&fit=crop);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center}.about-hero-overlay{position:absolute;inset:0;background:#00000080}.about-hero-content{position:relative;z-index:1;max-width:850px;padding:1rem}.about-hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.about-hero-subtitle{font-size:1.5rem;margin-bottom:1rem;font-weight:500}.about-hero-description{font-size:1.1rem;opacity:.9;max-width:600px;margin:0 auto}.our-story-section{padding:4rem 0;background:#fff}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.story-image{position:relative}.story-image img{width:100%;height:600px;object-fit:cover;border-radius:12px}.story-badge{position:absolute;bottom:2rem;right:-2rem;background:#fff;padding:1.5rem 2rem;border-radius:12px;box-shadow:0 8px 20px #00000026;text-align:center}.badge-number{display:block;font-size:2.5rem;font-weight:700;color:#ff6b35;line-height:1;margin-bottom:.5rem}.badge-text{display:block;font-size:.9rem;color:#666;font-weight:500}.story-content{padding:2rem 0}.section-title{font-size:2.8rem;color:#333;margin-bottom:.5rem;font-weight:700;line-height:1.2}.section-subtitle{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto 2rem}.section-description{color:#555;line-height:1.8;margin-bottom:.5rem;font-size:1.05rem}.story-highlights{margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.highlight-item{display:flex;align-items:center;gap:1rem}.highlight-icon{width:32px;height:32px;background:#ff6b35;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.highlight-item p{color:#555;font-size:1rem;margin:0}.stats-section{padding:4rem 0;position:relative;background-image:url(https://images.unsplash.com/photo-1490481651871-ab68de25d43d?w=1920&h=600&fit=crop);background-size:cover;background-position:center;color:#fff}.stats-section:before{content:"";position:absolute;inset:0;z-index:1}.stats-section .container{position:relative;z-index:2}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.stat-card{text-align:center;padding:2rem;background:#ff6b35;border-radius:12px;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);transition:transform .3s ease,background .3s ease}.stat-card:hover{transform:translateY(-5px);background:#ffffff1a;color:#ff6b35}.stat-icon{margin-bottom:1rem;color:#fff;display:flex;justify-content:center}.stat-icon:hover{color:#ff6b35}.stat-number{font-size:3rem;font-weight:700;margin-bottom:.5rem;line-height:1}.stat-label{font-size:1rem;opacity:.9}.mission-vision-section{padding:4rem 0;background:#f8f9fa}.mission-vision-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-top:2rem}.mission-vision-image{position:relative}.mission-vision-image img{width:100%;height:700px;object-fit:cover;border-radius:12px}.mission-vision-content{display:flex;flex-direction:column;gap:1rem}.mission-card,.vision-card{background:#fff;padding:1rem;border-radius:12px;box-shadow:0 5px 20px #00000014;transition:transform .3s ease}.mission-card:hover,.vision-card:hover{transform:translateY(-5px)}.mv-icon{width:80px;height:80px;background:#fff3ef;color:#ff6b35;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.mission-card h3,.vision-card h3{font-size:1.8rem;color:#333;margin-bottom:1rem;font-weight:700}.mission-card p,.vision-card p{color:#555;line-height:1.8;font-size:1.05rem}.values-section{padding:4rem 0;background:#fff}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}.value-card{text-align:center;padding:2.5rem 1.5rem;background:#f8f9fa;border-radius:12px;transition:transform .3s ease,box-shadow .3s ease}.value-card:hover{transform:translateY(-10px);box-shadow:0 10px 30px #0000001a;background:#fff}.value-icon{width:80px;height:80px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#ff6b35;box-shadow:0 5px 15px #00000014}.value-card h3{font-size:1.4rem;color:#333;margin-bottom:1rem;font-weight:600}.value-card p{color:#666;line-height:1.6;font-size:.95rem}.team-section{padding:4rem 0;background:#f8f9fa}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}.team-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 5px 20px #00000014;transition:transform .3s ease}.team-card:hover{transform:translateY(-10px)}.team-image{position:relative;overflow:hidden;height:300px}.team-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.team-card:hover .team-image img{transform:scale(1.1)}.team-social{position:absolute;bottom:1rem;right:1rem;display:flex;gap:.5rem;opacity:0;transition:opacity .3s ease}.team-card:hover .team-social{opacity:1}.team-social a{width:40px;height:40px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ff6b35;transition:background .3s ease}.team-social a:hover{background:#ff6b35;color:#fff}.team-info{padding:1.5rem;text-align:center}.team-info h3{font-size:1.3rem;color:#333;margin-bottom:.5rem;font-weight:600}.team-role{color:#ff6b35;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.team-description{color:#666;font-size:.9rem;line-height:1.5}.testimonials-section{padding:4rem 0;background:#fff}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.testimonial-card{background:#f8f9fa;padding:2rem;border-radius:12px;transition:transform .3s ease,box-shadow .3s ease}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a;background:#fff}.testimonial-rating{display:flex;gap:.25rem;margin-bottom:1rem}.testimonial-text{color:#555;line-height:1.8;font-size:1rem;margin-bottom:1.5rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:1rem}.testimonial-author img{width:50px;height:50px;border-radius:50%;object-fit:cover}.testimonial-author h4{font-size:1rem;color:#333;margin-bottom:.25rem;font-weight:600}.testimonial-author p{font-size:.85rem;color:#666;margin:0}.cta-section{padding:2rem 0;position:relative;background-image:url(https://images.unsplash.com/photo-1445205170230-053b83016050?w=1920&h=600&fit=crop);background-size:cover;background-position:center;color:#fff;text-align:center;margin:50px 0}.cta-section:before{content:"";position:absolute;inset:0;z-index:1}.cta-section .cta-content{position:relative;z-index:2}.cta-content h2{font-size:3rem;font-weight:700;margin-bottom:1rem}.cta-content p{font-size:1.3rem;margin-bottom:2rem;opacity:.9}.cta-buttons{display:inline-block;gap:1rem;justify-content:center}.cta-btn{padding:.5rem 2rem;border-radius:0;font-weight:600;font-size:1.1rem;text-decoration:none;text-transform:uppercase;transition:all .3s ease;display:inline-block}.cta-btn.primary{background:#fff;color:#ff6b35}.cta-btn.primary:hover{background:#f8f9fa;transform:translateY(-3px);box-shadow:0 10px 25px #0003}.cta-btn.secondary{background:#fff;color:#000;border:2px solid white}.cta-btn.secondary:hover{background:#ff6b35;color:#fff;transform:translateY(-3px);border:2px solid #ff6b35}@media(max-width:1200px){.values-grid,.team-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:968px){.about-hero{height:400px}.about-hero-title{font-size:2.5rem}.about-hero-subtitle{font-size:1.2rem}.story-grid{grid-template-columns:1fr;gap:3rem}.story-image img{height:400px}.story-badge{right:1rem;bottom:1rem}.section-title{font-size:2.2rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.mission-vision-grid{grid-template-columns:1fr}.mission-vision-image{order:1}.mission-vision-content{order:2}.mission-vision-image img{height:400px}.testimonials-grid{grid-template-columns:1fr}.cta-content h2{font-size:2.2rem}.cta-content p{font-size:1.1rem}}@media(max-width:640px){.about-hero{height:350px}.about-hero-title{font-size:1.8rem}.about-hero-subtitle{font-size:1rem}.about-hero-description{font-size:.95rem}.our-story-section{padding:3rem 0}.story-grid{gap:2rem}.story-image img{height:300px}.story-badge{padding:1rem 1.5rem}.badge-number{font-size:2rem}.section-title{font-size:1.8rem}.section-subtitle{font-size:1rem}.stats-section{padding:3rem 0}.stats-grid{grid-template-columns:1fr;gap:1.5rem}.stat-number{font-size:2.5rem}.mission-vision-section,.values-section,.team-section,.testimonials-section{padding:3rem 0}.values-grid,.team-grid{grid-template-columns:1fr}.cta-section{padding:3rem 0}.cta-content h2{font-size:1.8rem}.cta-content p{font-size:1rem}.cta-buttons{flex-direction:column;gap:1rem}.cta-btn{padding:.9rem 2rem;font-size:1rem}}.services-page{background:#fff}.services-hero{position:relative;height:500px;background:linear-gradient(135deg,#ff6b35,#ff8555);background-image:url(https://images.unsplash.com/photo-1441986300917-64674bd600d8?w=1920&h=500&fit=crop);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center}.services-hero-overlay{position:absolute;inset:0;background:#00000080}.services-hero-content{position:relative;z-index:1;max-width:800px;padding:2rem}.services-hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.services-hero-subtitle{font-size:1.5rem;margin-bottom:1rem;font-weight:500}.services-hero-description{font-size:1.1rem;opacity:.9;max-width:600px;margin:0 auto}.main-services-section{padding:4rem 0;background:#fff}.services-header{text-align:center;margin-bottom:3rem}.section-label{display:inline-block;padding:.5rem 1rem;background:#fff3ef;color:#ff6b35;border-radius:20px;font-size:.9rem;font-weight:600;margin-bottom:1rem;letter-spacing:.5px}.services-title{font-size:2.8rem;color:#333;margin-bottom:1rem;font-weight:700;line-height:1.2}.services-subtitle{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.service-card-detailed{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 5px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.service-card-detailed:hover{transform:translateY(-10px);box-shadow:0 15px 40px #00000026}.service-card-image{position:relative;height:250px;overflow:hidden}.service-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.service-card-detailed:hover .service-card-image img{transform:scale(1.1)}.service-card-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent,rgba(0,0,0,.4))}.service-card-content{padding:2rem;text-align:center}.service-card-icon{width:50px;height:50px;background:#fff3ef;color:#ff6b35;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:-15px auto 0rem;box-shadow:0 5px 15px #0000001a}.service-card-title{font-size:1.5rem;color:#333;margin-bottom:1rem;font-weight:600}.service-card-description{color:#666;line-height:1.8;font-size:1rem}.services-features-section{padding:4rem 0;background:#f8f9fa}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2.8rem;color:#333;margin-bottom:1rem;font-weight:700;line-height:1.2}.section-subtitle{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.services-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}.services-feature-card{background:#fff;padding:2.5rem 1.5rem;border-radius:12px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.services-feature-card:hover{transform:translateY(-10px);box-shadow:0 10px 30px #0000001a}.services-feature-icon{width:100px;height:100px;background:#fff3ef;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#ff6b35}.services-feature-card h3{font-size:1.4rem;color:#333;margin-bottom:1rem;font-weight:600}.services-feature-card p{color:#666;line-height:1.6;font-size:.95rem}.process-section{padding:4rem 0;background:#fff}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}.process-card{text-align:center;padding:2rem 1rem;position:relative;box-shadow:0 10px 25px #0003}.process-card:after{content:"→";position:absolute;top:50%;right:-1.5rem;transform:translateY(-50%);font-size:2rem;color:#ff6b35;font-weight:700}.process-card:last-child:after{display:none}.process-step{width:80px;height:80px;background:linear-gradient(135deg,#ff6b35,#ff8555);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2rem;font-weight:700;box-shadow:0 5px 20px #ff6b354d}.process-card h3{font-size:1.4rem;color:#333;margin-bottom:1rem;font-weight:600}.process-card p{color:#666;line-height:1.6;font-size:.95rem}.services-cta-section{padding:4rem 0;position:relative;background-image:url(https://images.unsplash.com/photo-1483985988355-763728e1935b?w=1920&h=600&fit=crop);background-size:cover;background-position:center;color:#fff;text-align:center;margin:50px 0}.services-cta-section:before{content:"";position:absolute;inset:0;z-index:1}.services-cta-content{position:relative;z-index:2}.services-cta-content h2{font-size:3rem;font-weight:700;margin-bottom:1rem}.services-cta-content p{font-size:1.3rem;margin-bottom:2rem;opacity:.9}.services-cta-buttons{display:inline-flex;gap:1rem;justify-content:center}.services-cta-btn{padding:.5rem 2rem;font-weight:600;font-size:1.1rem;text-decoration:none;transition:all .3s ease;display:inline-block;text-transform:uppercase}.services-cta-btn.primary{background:#fff;color:#000}.services-cta-btn.primary:hover{background:#ff6b35;color:#fff;transform:translateY(-3px);box-shadow:0 10px 25px #0003}.services-cta-btn.secondary{background:#fff;color:#000}.services-cta-btn.secondary:hover{background:#ff6b35;color:#fff;transform:translateY(-3px)}@media(max-width:1200px){.services-features-grid,.process-grid{grid-template-columns:repeat(2,1fr)}.process-card:after{display:none}}@media(max-width:968px){.services-hero{height:400px}.services-hero-title{font-size:2.5rem}.services-hero-subtitle{font-size:1.2rem}.services-grid{grid-template-columns:repeat(2,1fr)}.services-title,.section-title,.services-cta-content h2{font-size:2.2rem}.services-cta-content p{font-size:1.1rem}}@media(max-width:640px){.services-hero{height:350px}.services-hero-title{font-size:1.8rem}.services-hero-subtitle{font-size:1rem}.services-hero-description{font-size:.95rem}.main-services-section,.services-features-section,.process-section,.services-cta-section{padding:3rem 0}.services-grid,.services-features-grid,.process-grid{grid-template-columns:1fr}.services-title,.section-title,.services-cta-content h2{font-size:1.8rem}.services-cta-content p{font-size:1rem}.services-cta-buttons{flex-direction:column;gap:1rem}.services-cta-btn{padding:.9rem 2rem;font-size:1rem}}.products-page{background:#fff}.products-page-hero{position:relative;height:400px;background:linear-gradient(135deg,#ff6b35,#ff8555);background-image:url(https://images.unsplash.com/photo-1441984904996-e0b6ba687e04?w=1920&h=400&fit=crop);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center}.products-page-hero-overlay{position:absolute;inset:0;background:#00000080}.products-page-hero-content{position:relative;z-index:1;max-width:800px;padding:2rem}.products-page-hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.products-page-hero-subtitle{font-size:1.5rem;margin-bottom:1rem;font-weight:500}.products-page-hero-description{font-size:1.1rem;opacity:.9}.products-page-main-section{padding:4rem 0;background:#f8f9fa}.products-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d}.products-info h2{font-size:1.8rem;color:#333;margin-bottom:.3rem;font-weight:700}.products-info p{color:#666;font-size:.95rem}.products-sort{display:flex;align-items:center;gap:1rem}.products-sort label{color:#666;font-weight:500;font-size:.95rem}.products-sort select{padding:.7rem 1.5rem;border:2px solid #e0e0e0;border-radius:8px;font-size:.95rem;color:#333;background:#fff;cursor:pointer;transition:border-color .3s ease}.products-sort select:hover,.products-sort select:focus{border-color:#ff6b35;outline:none}.products-layout{display:grid;grid-template-columns:280px 1fr;gap:2rem}.products-sidebar{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000000d;height:fit-content;position:sticky;top:100px}.filter-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e0e0e0}.filter-section:last-of-type{border-bottom:none;margin-bottom:1rem}.filter-section h3{font-size:1.1rem;color:#333;margin-bottom:1rem;font-weight:600}.products-page-category-filters{display:flex;flex-direction:column;gap:.5rem}.products-page-category-btn{display:flex;justify-content:space-between;align-items:center;padding:.8rem 1rem;background:#f8f9fa;border:2px solid transparent;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:.95rem;color:#555;text-align:left}.products-page-category-btn:hover{background:#fff3ef;border-color:#ff6b35}.products-page-category-btn.active{background:#ff6b35;color:#fff;font-weight:600}.products-page-category-count{font-size:.85rem;opacity:.8}.price-filters,.discount-filters,.rating-filters{display:flex;flex-direction:column;gap:.7rem}.filter-checkbox{display:flex;align-items:center;gap:.7rem;cursor:pointer;color:#555;font-size:.95rem}.filter-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#ff6b35}.filter-checkbox:hover{color:#ff6b35}.clear-filters-btn{width:100%;padding:.8rem;background:transparent;border:2px solid #ff6b35;color:#ff6b35;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.clear-filters-btn:hover{background:#ff6b35;color:#fff}.products-page-main-content{min-height:500px}.products-page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.products-page-no-products{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:#fff;border-radius:12px}.products-page-no-products svg{color:#ccc;margin-bottom:1rem}.products-page-no-products h3{font-size:1.5rem;color:#333;margin-bottom:.5rem}.products-page-no-products p{color:#666}.products-page-category-showcase{padding:4rem 0;background:#fff}.products-page-section-header{text-align:center;margin-bottom:3rem}.products-page-section-title{font-size:2.8rem;color:#333;margin-bottom:1rem;font-weight:700}.products-page-section-subtitle{font-size:1.2rem;color:#666}.products-page-category-showcase-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.products-page-category-showcase-card{position:relative;border-radius:12px;overflow:hidden;cursor:pointer;box-shadow:0 5px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.products-page-category-showcase-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #0003}.products-page-category-showcase-image{position:relative;height:400px;overflow:hidden}.products-page-category-showcase-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.products-page-category-showcase-card:hover .products-page-category-showcase-image img{transform:scale(1.1)}.products-page-category-showcase-overlay{position:absolute;inset:0}.products-page-category-showcase-content{position:absolute;bottom:0;left:0;right:0;padding:2rem;color:#fff;z-index:2}.products-page-category-showcase-content h3{font-size:2rem;margin-bottom:.5rem;font-weight:700}.products-page-category-showcase-content p{font-size:1rem;margin-bottom:1rem;opacity:.9}.products-page-category-showcase-btn{padding:.7rem 1.5rem;background:#fff;color:#ff6b35;border:none;font-weight:600;cursor:pointer;transition:all .3s ease}.products-page-category-showcase-btn:hover{background:#ff6b35;color:#fff;transform:scale(1.05)}.products-page-newsletter{padding:4rem 0;position:relative;background-image:url(https://images.unsplash.com/photo-1483985988355-763728e1935b?w=1920&h=600&fit=crop);background-size:cover;background-position:center;color:#fff;text-align:center;margin:50px 0}.products-page-newsletter:before{content:"";position:absolute;inset:0;z-index:1}.products-page-newsletter-content{position:relative;z-index:2}.products-page-newsletter-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.products-page-newsletter-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.products-page-newsletter-form{display:flex;max-width:500px;margin:0 auto;gap:1rem}.products-page-newsletter-form input{flex:1;padding:1rem 1.5rem;border:none;font-size:1rem}.products-page-newsletter-form input:focus{outline:2px solid white}.products-page-newsletter-form button{padding:1rem 2rem;background:#fff;color:#000;border:none;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.products-page-newsletter-form button:hover{background:#ff6b35;color:#fff;transform:translateY(-2px)}@media(max-width:1200px){.products-page-grid,.products-page-category-showcase-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:968px){.products-page-hero{height:350px}.products-page-hero-title{font-size:2.5rem}.products-layout{grid-template-columns:1fr}.products-sidebar{position:static}.products-controls{flex-direction:column;gap:1rem;align-items:flex-start}.products-sort{width:100%}.products-sort select{flex:1}.products-page-category-showcase-grid{grid-template-columns:1fr}.products-page-section-title{font-size:2.2rem}}@media(max-width:640px){.products-page-hero{height:300px}.products-page-hero-title{font-size:1.8rem}.products-page-hero-subtitle{font-size:1.2rem}.products-page-grid{grid-template-columns:1fr;gap:1.5rem}.products-page-main-section{padding:2rem 0}.products-page-category-showcase,.products-page-newsletter{padding:3rem 0}.products-page-newsletter-content h2{font-size:1.8rem}.products-page-newsletter-content p{font-size:1rem}.products-page-newsletter-form{flex-direction:column}.products-page-section-title{font-size:1.8rem}}.contact-page{width:100%}.contact-hero{position:relative;height:400px;background-image:url(https://images.unsplash.com/photo-1534452203293-494d7ddbf7e0?w=1600);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;color:#fff}.contact-hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#75280be6,#553427cc)}.contact-hero-content{position:relative;z-index:1;text-align:center;padding:0 20px}.contact-hero h1{font-size:3.5rem;margin-bottom:1rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.contact-hero p{font-size:1.3rem;max-width:600px;margin:0 auto}.contact-info-section{padding:80px 0;background:linear-gradient(to bottom,#fff,#f9f9f9)}.contact-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.contact-info-card{background:#fff;padding:40px 30px;border-radius:15px;text-align:center;box-shadow:0 5px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.contact-info-card:hover{transform:translateY(-10px);box-shadow:0 10px 30px #ff6b3533}.contact-info-icon{width:70px;height:70px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ff6b35,#ff8555);border-radius:50%;color:#fff}.contact-info-icon svg{width:35px;height:35px}.contact-info-card h3{font-size:1.5rem;color:#ff6b35;margin-bottom:15px;font-weight:600}.contact-info-card p{color:#666;margin:8px 0;font-size:.95rem;line-height:1.6}.contact-form-section{padding:80px 0;background:#f9f9f9}.contact-form-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}.contact-form-container h2{font-size:2.5rem;color:#333;margin-bottom:10px}.contact-form-subtitle{color:#666;margin-bottom:30px;font-size:1.05rem}.contact-form{background:#fff;padding:40px;border-radius:15px;box-shadow:0 5px 25px #00000014}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;color:#333;margin-bottom:8px;font-size:.95rem}.form-group input,.form-group textarea{padding:12px 15px;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b351a}.form-group textarea{resize:vertical;min-height:120px}.form-success-message{background:#d4edda;color:#155724;padding:15px 20px;border-radius:8px;margin-bottom:25px;border-left:4px solid #28a745;font-weight:500}.contact-submit-btn{width:100%;padding:15px 30px;background:linear-gradient(135deg,#ff6b35,#ff8555);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;margin-top:10px}.contact-submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ff6b354d}.contact-map-container{display:flex;flex-direction:column;gap:30px}.contact-map{background:#fff;padding:20px;border-radius:15px;box-shadow:0 5px 25px #00000014;overflow:hidden}.contact-map iframe{border-radius:10px}.contact-social{background:#fff;padding:40px;border-radius:15px;box-shadow:0 5px 25px #00000014;text-align:center}.contact-social h3{font-size:1.8rem;color:#333;margin-bottom:10px}.contact-social p{color:#666;margin-bottom:25px}.contact-social-links{display:flex;justify-content:center;gap:15px;flex-wrap:wrap}.contact-social-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#f0f0f0;color:#666;border-radius:50%;text-decoration:none;transition:all .3s ease}.contact-social-icon svg{width:24px;height:24px}.contact-social-icon:hover{transform:translateY(-5px) scale(1.1);box-shadow:0 8px 20px #00000026}.contact-social-icon.facebook:hover{background:#1877f2;color:#fff}.contact-social-icon.instagram:hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff}.contact-social-icon.twitter:hover{background:#1da1f2;color:#fff}.contact-social-icon.youtube:hover{background:red;color:#fff}.contact-social-icon.linkedin:hover{background:#0077b5;color:#fff}.contact-social-icon.whatsapp:hover{background:#25d366;color:#fff}.contact-faq-section{padding:80px 0;background:#fff}.contact-faq-section h2{font-size:2.5rem;text-align:center;color:#333;margin-bottom:10px}.contact-faq-subtitle{text-align:center;color:#666;margin-bottom:50px;font-size:1.1rem}.contact-faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.contact-faq-card{background:#f9f9f9;padding:30px;border-radius:15px;border-left:4px solid #ff6b35;transition:transform .3s ease,box-shadow .3s ease}.contact-faq-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001a}.contact-faq-card h3{font-size:1.2rem;color:#ff6b35;margin-bottom:15px;font-weight:600}.contact-faq-card p{color:#666;line-height:1.7;font-size:.95rem}.contact-cta-section{position:relative;padding:60px 0;background-image:url(https://images.unsplash.com/photo-1441984904996-e0b6ba687e04?w=1600);background-size:cover;background-position:center;text-align:center;color:#fff;margin:50px 0}.contact-cta-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#b93d0fd9,#ff8555d9)}.contact-cta-content{position:relative;z-index:1;max-width:700px;margin:0 auto;padding:0 20px}.contact-cta-content h2{font-size:3rem;margin-bottom:20px;font-weight:700}.contact-cta-content p{font-size:1.2rem;margin-bottom:30px;opacity:.95}.contact-cta-btn{display:inline-block;padding:10px 25px;background:#fff;color:#ff6b35;text-decoration:none;font-weight:600;font-size:1.1rem;transition:transform .3s ease,box-shadow .3s ease}.contact-cta-btn:hover{transform:translateY(-3px);box-shadow:0 10px 30px #0000004d}@media(max-width:992px){.contact-form-wrapper{grid-template-columns:1fr;gap:40px}.contact-hero h1{font-size:2.5rem}.contact-hero p{font-size:1.1rem}.contact-cta-content h2{font-size:2.3rem}}@media(max-width:768px){.contact-info-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.form-row{grid-template-columns:1fr;gap:15px}.contact-form{padding:30px 20px}.contact-hero{height:300px}.contact-hero h1{font-size:2rem}.contact-hero p{font-size:1rem}.contact-form-container h2,.contact-faq-section h2{font-size:2rem}.contact-cta-content h2{font-size:1.8rem}.contact-social-links{gap:10px}.contact-social-icon{width:45px;height:45px;font-size:1.3rem}}@media(max-width:480px){.contact-info-grid,.contact-faq-grid{grid-template-columns:1fr}.contact-hero h1{font-size:1.8rem}.contact-cta-btn{padding:12px 35px;font-size:1rem}}
