body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);background:#0d0b0bf5;border-bottom:1px solid #b91c1c2e;box-sizing:border-box;left:0;padding:16px 20px;position:fixed;top:0;width:100%;z-index:1000}.navbar-container{gap:25px;height:60px;margin:0 auto;max-width:1250px;position:relative;width:100%}.navbar-container,.navbar-logo{align-items:center;display:flex}.navbar-logo{color:#fff;flex-shrink:0;gap:11px;text-decoration:none}.logo-mark{align-items:center;background:#fff;border:2px solid #b91c1c;border-radius:50%;box-shadow:0 0 0 3px #b91c1c1f;display:flex;flex-shrink:0;height:58px;justify-content:center;overflow:hidden;width:58px}.logo-mark img{border-radius:50%;display:block;height:100%;object-fit:cover;width:100%}.logo-text{display:flex;flex-direction:column;line-height:1}.logo-text span{color:#ffffff85;font-size:8px;font-weight:800;letter-spacing:3px;margin-bottom:5px}.logo-text strong{color:#fff;font-size:17px;font-weight:900;letter-spacing:1.5px}.desktop-nav{align-items:center;display:flex;flex:1 1;gap:27px;justify-content:center}.desktop-nav a{color:#ffffffb8;font-size:14px;font-weight:700;position:relative;text-decoration:none;transition:color .25s ease;white-space:nowrap}.desktop-nav a:after{background:#b91c1c;bottom:-8px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:width .25s ease;width:0}.desktop-nav a:hover{color:#fff}.desktop-nav a:hover:after{width:22px}.navbar-actions{align-items:center;display:flex;flex-shrink:0;gap:10px}.order-button{align-items:center;background:#b91c1c;border-radius:25px;color:#fff;display:inline-flex;font-size:11px;font-weight:900;height:42px;justify-content:center;padding:0 20px;text-decoration:none;transition:transform .25s ease,background .25s ease,box-shadow .25s ease;white-space:nowrap}.order-button:hover{background:#dc2626;box-shadow:0 10px 25px #b91c1c40;transform:translateY(-2px)}.cart-button{align-items:center;background:#ffffff0d;border:1px solid #ffffff17;border-radius:50%;color:#fff;display:flex;flex-shrink:0;height:42px;justify-content:center;position:relative;text-decoration:none;transition:transform .25s ease,background .25s ease,border-color .25s ease;width:42px}.cart-button:hover{background:#b91c1c1f;border-color:#b91c1c73;transform:translateY(-2px)}.cart-count{background:#b91c1c;border:2px solid #0d0b0b;border-radius:50%;display:flex;font-size:8px;font-weight:900;height:18px;min-width:18px;padding:0 4px;position:absolute;right:-4px;top:-4px}.cart-count,.menu-button{align-items:center;box-sizing:border-box;color:#fff;justify-content:center}.menu-button{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:50%;cursor:pointer;display:none;flex-direction:column;flex-shrink:0;gap:4px;height:42px;margin:0;padding:0;position:relative;transition:background .25s ease,border-color .25s ease;width:42px;z-index:1200}.menu-button:hover{background:#b91c1c1f;border-color:#b91c1c73}.menu-button span{background:#fff;border-radius:10px;display:block;flex:0 0 2px;height:2px;margin:0;opacity:1;padding:0;transition:transform .3s ease,opacity .3s ease;width:18px}.menu-button.open span:first-child{transform:translateY(6px) rotate(45deg)}.menu-button.open span:nth-child(2){opacity:0}.menu-button.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.mobile-nav{display:none}@media (max-width:1080px){.desktop-nav{gap:18px}.desktop-nav a{font-size:13px}.order-button{padding:0 16px}}@media (max-width:800px){.navbar{padding:10px 14px}.navbar-container{gap:0;height:56px;width:100%}.navbar-logo{align-items:center;display:flex;flex:1 1;gap:9px;min-width:0}.logo-mark{height:46px;width:46px}.logo-text{min-width:0}.logo-text span{font-size:6px;letter-spacing:2.5px}.logo-text strong{font-size:14px;letter-spacing:1.2px}.desktop-nav,.order-button{display:none}.navbar-actions{align-items:center;display:flex;flex:0 0 auto;gap:8px;margin-left:auto}.cart-button,.menu-button{flex:0 0 40px;height:40px;width:40px}.menu-button{display:flex!important}.menu-button span{background:#fff;display:block!important;flex:0 0 2px;height:2px;margin:0;opacity:1;width:18px}.mobile-nav{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#171313fa;border:1px solid #b91c1c33;border-radius:18px;box-shadow:0 25px 60px #0006;box-sizing:border-box;display:flex;flex-direction:column;left:0;opacity:0;padding:10px;pointer-events:none;position:absolute;right:0;top:calc(100% + 8px);transform:translateY(-10px);transition:opacity .25s ease,transform .25s ease,visibility .25s ease;visibility:hidden;width:100%}.mobile-nav-open{opacity:1;pointer-events:auto;transform:translateY(0);visibility:visible}.mobile-nav a{border-radius:10px;box-sizing:border-box;color:#ffffffc7;font-size:14px;font-weight:700;padding:14px 15px;text-decoration:none;transition:background .2s ease,color .2s ease;width:100%}.mobile-nav a:hover{background:#b91c1c1f;color:#fff}.mobile-order-button{align-items:center;background:#b91c1c!important;color:#fff!important;display:flex!important;font-weight:900!important;justify-content:center;margin-top:7px}}@media (max-width:380px){.navbar{padding-left:10px;padding-right:10px}.navbar-container{height:54px}.logo-mark{height:43px;width:43px}.logo-text strong{font-size:12px}.navbar-actions{gap:7px}.cart-button,.menu-button{flex-basis:38px;height:38px;width:38px}.menu-button span{flex-basis:2px;height:2px;width:17px}}.hero{background:radial-gradient(circle at 78% 45%,#b91c1c38,#0000 32%),#0d0b0b;color:#fff;min-height:100vh;overflow:hidden;position:relative;width:100%}.hero-glow{border-radius:50%;filter:blur(85px);pointer-events:none;position:absolute}.hero-glow-left{background:#b91c1c2e;height:350px;left:-180px;top:20%;width:350px}.hero-glow-right{background:#b91c1c1a;bottom:5%;height:400px;right:-180px;width:400px}.hero-container{grid-gap:70px;align-items:center;display:grid;gap:70px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1300px;min-height:100vh;padding:150px 30px 100px;position:relative;width:100%;z-index:2}.hero-content{max-width:650px;position:relative;z-index:5}.hero-label{align-items:center;color:#d62828;display:flex;font-size:11px;font-weight:800;gap:12px;letter-spacing:3px;margin-bottom:25px;text-transform:uppercase}.hero-label span{background:#d62828;height:2px;width:38px}.hero-content h1{font-size:clamp(44px,5.2vw,76px);font-weight:900;letter-spacing:-2.5px;line-height:1.02;margin:0}.hero-content h1 span{color:#d62828}.hero-content p{color:#fffc;font-size:16px;line-height:1.8;margin-top:28px;max-width:580px;position:relative;z-index:5}.hero-buttons{align-items:center;display:flex;flex-wrap:wrap;gap:15px;margin-top:35px}.hero-primary-btn{align-items:center;background:linear-gradient(135deg,#dc2626,#991b1b);border-radius:30px;box-shadow:0 12px 30px #b91c1c40;color:#fff;display:inline-flex;font-size:13px;font-weight:800;gap:12px;height:56px;justify-content:center;padding:0 28px;text-decoration:none;transition:box-shadow .3s ease,background .3s ease}.hero-primary-btn:hover{background:linear-gradient(135deg,#ef4444,#b91c1c);box-shadow:0 16px 40px #b91c1c61}.hero-primary-btn span{font-size:19px}.hero-secondary-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0a;border:1px solid #ffffff24;border-radius:30px;color:#fff;display:inline-flex;font-size:13px;font-weight:600;height:56px;justify-content:center;padding:0 25px;text-decoration:none;transition:background .3s ease,border-color .3s ease}.hero-secondary-btn:hover{background:#b91c1c1a;border-color:#b91c1c80}.hero-trust{color:#ffffff80;flex-wrap:wrap;font-size:11px;gap:25px;margin-top:35px}.hero-trust,.hero-trust div{align-items:center;display:flex}.hero-trust div{gap:8px}.hero-trust span{background:#d62828;border-radius:50%;box-shadow:0 0 10px #d6282880;height:7px;width:7px}.hero-visual{margin:0 auto;max-width:600px;position:relative;width:100%}.hero-image-glow{background:#b91c1c3d;border-radius:40px;filter:blur(50px);inset:-30px;position:absolute;z-index:-1}.hero-image-card{background:#ffffff0f;border:1px solid #b91c1c47;border-radius:32px;box-shadow:0 30px 80px #00000073;padding:8px;position:relative;transition:transform .5s ease}.hero-image-wrapper{aspect-ratio:4/4.5;border-radius:25px;overflow:hidden;position:relative}.hero-image-wrapper img{display:block;height:100%;object-fit:cover;width:100%}.hero-image-overlay{background:linear-gradient(0deg,#000c,#0000 55%,#b91c1c14);inset:0;position:absolute}.hero-image-info{align-items:flex-end;bottom:25px;display:flex;gap:15px;justify-content:space-between;left:25px;position:absolute;right:25px}.hero-image-info small{color:#d62828;display:block;font-size:9px;font-weight:800;letter-spacing:3px}.hero-image-info h3{color:#fff;font-size:22px;font-weight:800;margin:6px 0 0}.hero-pf{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0006;border:2px solid #b91c1ca6;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:13px;font-weight:800;height:48px;justify-content:center;width:48px}.hero-floating-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#171313eb;border:1px solid #b91c1c4d;border-radius:15px;bottom:-22px;box-shadow:0 15px 35px #0000004d;left:25px;padding:14px 20px;position:absolute}.hero-floating-card small{color:#fff6;display:block;font-size:8px;font-weight:700;letter-spacing:2px}.hero-floating-card strong{color:#d62828;display:block;font-size:12px;margin-top:5px}.hero-bottom-fade{background:linear-gradient(0deg,#0d0b0b,#0000);bottom:0;height:130px;left:0;pointer-events:none;position:absolute;width:100%;z-index:3}@media (max-width:1000px){.hero-container{gap:45px;padding-left:25px;padding-right:25px}.hero-content h1{font-size:55px}.hero-content p{font-size:15px}}@media (max-width:800px){.hero-container{gap:60px;grid-template-columns:1fr;padding:130px 20px 100px;text-align:center}.hero-content{margin:0 auto;max-width:650px}.hero-label{justify-content:center}.hero-content h1{font-size:clamp(42px,10vw,58px);letter-spacing:-1.5px}.hero-content p{font-size:15px;margin-left:auto;margin-right:auto}.hero-buttons,.hero-trust{justify-content:center}.hero-visual{max-width:550px}}@media (max-width:500px){.hero-container{gap:50px;padding:120px 16px 90px}.hero-label{font-size:9px;letter-spacing:2px}.hero-label span{width:25px}.hero-content h1{font-size:39px;line-height:1.06}.hero-content p{font-size:14px;line-height:1.7;margin-top:22px}.hero-buttons{flex-direction:column;margin-top:28px;width:100%}.hero-primary-btn,.hero-secondary-btn{height:53px;width:100%}.hero-trust{font-size:10px;gap:12px 18px;margin-top:28px}.hero-image-info{bottom:18px;left:18px;right:18px}.hero-image-info h3{font-size:18px}.hero-pf{font-size:11px;height:40px;width:40px}.hero-floating-card{bottom:-20px;left:12px;padding:12px 15px}.hero-floating-card strong{font-size:10px}}@media (max-width:360px){.hero-content h1{font-size:35px}.hero-content p{font-size:13px}.hero-trust{align-items:center;flex-direction:column}}.about-section{background:#0d0b0b;color:#fff;overflow:hidden;padding:120px 30px;position:relative;width:100%}.about-glow{border-radius:50%;filter:blur(110px);height:350px;pointer-events:none;position:absolute;width:350px}.about-glow-left{background:#b91c1c24;left:-200px;top:25%}.about-glow-right{background:#b91c1c14;bottom:5%;right:-200px}.about-container{grid-gap:90px;align-items:center;display:grid;gap:90px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;position:relative;width:100%;z-index:2}.about-image-side{max-width:560px;position:relative;width:100%}.about-image-frame{background:#ffffff0a;border:1px solid #dc262640;border-radius:30px;box-shadow:0 30px 70px #00000080,0 0 45px #b91c1c14;padding:8px}.about-image-wrapper{aspect-ratio:4/4.6;border-radius:23px;overflow:hidden;position:relative;width:100%}.about-image-wrapper img{display:block;height:100%;object-fit:cover;width:100%}.about-image-overlay{background:linear-gradient(0deg,#000000d1,#0000000d 65%);inset:0;position:absolute}.about-image-label{bottom:25px;display:flex;flex-direction:column;gap:6px;left:25px;position:absolute;right:25px}.about-image-label span{color:#dc2626;font-size:9px;font-weight:800;letter-spacing:3px}.about-image-label strong{color:#fff;font-size:22px;font-weight:800}.about-floating-badge{align-items:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#181313f2;border:1px solid #dc26264d;border-radius:16px;bottom:30px;box-shadow:0 15px 35px #0006,0 0 25px #b91c1c14;display:flex;gap:12px;padding:14px 18px;position:absolute;right:-25px}.badge-icon{align-items:center;background:#dc2626;border-radius:50%;box-shadow:0 0 18px #dc26264d;color:#fff;display:flex;font-size:17px;font-weight:900;height:38px;justify-content:center;width:38px}.about-floating-badge small{color:#fff6;display:block;font-size:8px;font-weight:700;letter-spacing:2px}.about-floating-badge strong{color:#e8c978;display:block;font-size:12px;margin-top:4px}.about-content{max-width:560px}.about-label{align-items:center;color:#dc2626;display:flex;font-size:11px;font-weight:800;gap:12px;letter-spacing:3px;margin-bottom:22px;text-transform:uppercase}.about-label span{background:#dc2626;box-shadow:0 0 8px #dc262666;height:1px;width:38px}.about-content h2{font-size:clamp(40px,5vw,62px);font-weight:900;letter-spacing:-2px;line-height:1.05;margin:0}.about-content h2 span{color:#dc2626}.about-intro{color:#ffffffbf;font-size:16px;font-weight:500;line-height:1.8;margin-top:28px}.about-description{color:#ffffff7a;font-size:14px;line-height:1.8;margin-top:15px}.about-stats{grid-gap:12px;border-top:1px solid #ffffff14;display:grid;gap:12px;grid-template-columns:repeat(3,1fr);margin-top:35px;padding-top:25px}.about-stat{display:flex;flex-direction:column;gap:6px}.about-stat strong{color:#dc2626;font-size:17px;font-weight:800}.about-stat span{color:#ffffff6b;font-size:10px;letter-spacing:1px;text-transform:uppercase}.about-button{align-items:center;background:linear-gradient(135deg,#dc2626,#991b1b);border-radius:30px;box-shadow:0 10px 30px #b91c1c38;color:#fff;display:inline-flex;font-size:12px;font-weight:800;gap:12px;height:52px;justify-content:center;margin-top:35px;padding:0 25px;text-decoration:none}.about-button span{font-size:18px}@media (max-width:950px){.about-container{gap:50px}.about-section{padding:100px 25px}.about-floating-badge{right:-10px}}@media (max-width:800px){.about-section{padding:90px 20px}.about-container{gap:65px;grid-template-columns:1fr}.about-image-side{margin:0 auto;max-width:600px}.about-content{margin:0 auto;max-width:650px;text-align:center}.about-label{justify-content:center}.about-content h2{font-size:clamp(40px,10vw,56px)}.about-intro{font-size:15px}.about-stats{text-align:left}.about-button{margin-left:auto;margin-right:auto}}@media (max-width:500px){.about-section{padding:80px 16px}.about-container{gap:55px}.about-image-frame{border-radius:24px;padding:6px}.about-image-wrapper{border-radius:19px}.about-image-label{bottom:18px;left:18px;right:18px}.about-image-label strong{font-size:18px}.about-floating-badge{bottom:-18px;padding:11px 14px;right:8px}.badge-icon{font-size:14px;height:34px;width:34px}.about-floating-badge strong{font-size:10px}.about-content h2{font-size:39px;letter-spacing:-1px}.about-intro{font-size:14px;line-height:1.75}.about-description{font-size:13px}.about-stats{gap:8px}.about-stat strong{font-size:14px}.about-stat span{font-size:8px;letter-spacing:.5px}.about-button{width:100%}}.products-section{background:#0d0b0b;color:#fff;overflow:hidden;padding:120px 30px;position:relative;width:100%}.products-container{margin:0 auto;max-width:1250px;position:relative;width:100%;z-index:2}.products-glow{border-radius:50%;filter:blur(110px);height:400px;pointer-events:none;position:absolute;width:400px}.products-glow-left{background:#b91c1c24;left:-250px;top:25%}.products-glow-right{background:#b91c1c12;bottom:10%;right:-250px}.products-header{margin:0 auto 65px;max-width:700px;text-align:center}.products-label{align-items:center;color:#dc2626;display:flex;font-size:10px;font-weight:800;gap:12px;justify-content:center;letter-spacing:3px;margin-bottom:20px;text-transform:uppercase}.products-label span{background:#dc2626;box-shadow:0 0 8px #dc262659;height:1px;width:35px}.products-header h2{font-size:clamp(42px,5vw,64px);font-weight:900;letter-spacing:-2px;line-height:1;margin:0}.products-header h2 span{color:#dc2626}.products-header p{color:#ffffff85;font-size:15px;line-height:1.8;margin:24px auto 0;max-width:600px}.products-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(3,1fr)}.product-card{background:linear-gradient(145deg,hsla(0,0%,100%,.075),hsla(0,0%,100%,.025));border:1px solid #ffffff17;border-radius:22px;box-shadow:0 15px 40px #00000047;overflow:hidden;transition:border-color .35s ease,box-shadow .35s ease}.product-card:hover{border-color:#dc262661;box-shadow:0 25px 55px #00000073,0 0 25px #b91c1c12}.product-image-wrapper{height:270px;overflow:hidden;position:relative;width:100%}.product-image{display:block;height:100%;object-fit:cover;transition:transform .6s ease;width:100%}.product-card:hover .product-image{transform:scale(1.06)}.product-image-overlay{background:linear-gradient(0deg,#0009,#0000 60%);inset:0;position:absolute}.product-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0d0b0bc7;border:1px solid #dc262666;border-radius:20px;color:#dc2626;font-size:9px;font-weight:800;left:15px;letter-spacing:1px;padding:7px 12px;position:absolute;text-transform:uppercase;top:15px}.product-content{padding:22px}.product-info{margin-bottom:20px}.product-info h3{color:#fff;font-size:19px;font-weight:800;margin:0}.product-info p{color:#e8c978;font-size:15px;font-weight:800;margin:8px 0 0}.add-cart-button{align-items:center;background:#dc262614;border:1px solid #dc262659;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:11px;font-weight:800;gap:8px;height:46px;justify-content:center;transition:background .3s ease,border-color .3s ease,box-shadow .3s ease;width:100%}.add-cart-button span{color:#dc2626;font-size:19px;line-height:1}.add-cart-button:hover{background:linear-gradient(135deg,#dc2626,#991b1b);border-color:#dc2626;box-shadow:0 8px 22px #b91c1c38}.add-cart-button:hover span{color:#fff}@media (max-width:950px){.products-section{padding:100px 25px}.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.products-section{padding:85px 16px}.products-header{margin-bottom:45px}.products-label{font-size:9px;letter-spacing:2px}.products-label span{width:25px}.products-header h2{font-size:40px}.products-header p{font-size:13px;line-height:1.7}.products-grid{gap:20px;grid-template-columns:1fr}.product-image-wrapper{height:260px}.product-content{padding:19px}.product-info h3{font-size:18px}}@media (max-width:360px){.products-section{padding-left:12px;padding-right:12px}.product-image-wrapper{height:230px}}.gallery-section{background:#0d0b0b;color:#fff;overflow:hidden;padding:120px 30px;position:relative;width:100%}.gallery-container{margin:0 auto;max-width:1250px;position:relative;width:100%;z-index:2}.gallery-glow{border-radius:50%;filter:blur(110px);height:400px;pointer-events:none;position:absolute;width:400px}.gallery-glow-left{background:#b91c1c1f;left:-250px;top:25%}.gallery-glow-right{background:#b91c1c12;bottom:5%;right:-250px}.gallery-header{margin-bottom:55px;max-width:700px}.gallery-label{align-items:center;color:#dc2626;display:flex;font-size:10px;font-weight:800;gap:12px;letter-spacing:3px;margin-bottom:18px;text-transform:uppercase}.gallery-label span{background:#dc2626;box-shadow:0 0 8px #dc262659;height:1px;width:35px}.gallery-header h2{color:#fff;font-size:clamp(42px,5vw,60px);font-weight:900;letter-spacing:-2px;line-height:1.05;margin:0}.gallery-header h2 span{color:#dc2626}.gallery-header p{color:#ffffff80;font-size:14px;line-height:1.8;margin:20px 0 0;max-width:560px}.gallery-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr)}.gallery-item{appearance:none;background:#171313;border:1px solid #ffffff12;border-radius:16px;cursor:pointer;height:290px;overflow:hidden;padding:0;position:relative;text-align:left;transition:border-color .35s ease,box-shadow .35s ease;width:100%}.gallery-item:hover{border-color:#dc262666;box-shadow:0 20px 45px #0006,0 0 25px #b91c1c14}.gallery-item img{display:block;height:100%;object-fit:cover;transition:transform .7s ease;width:100%}.gallery-item:hover img{transform:scale(1.08)}.gallery-overlay{align-items:flex-end;background:linear-gradient(0deg,#000000e6,#0000000d 70%);display:flex;inset:0;opacity:.75;padding:22px;position:absolute;transition:opacity .3s ease}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-overlay-content{transform:translateY(8px);transition:transform .3s ease}.gallery-item:hover
.gallery-overlay-content{transform:translateY(0)}.gallery-overlay-content h3{color:#fff;font-size:13px;font-weight:800;margin:0 0 6px}.gallery-overlay-content span{color:#dc2626;font-size:8px;font-weight:800;letter-spacing:2px}.gallery-lightbox{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000f5;display:flex;inset:0;justify-content:center;padding:25px;position:fixed;z-index:2000}.gallery-lightbox-content{align-items:center;display:flex;flex-direction:column;position:relative;width:min(100%,950px)}.gallery-lightbox-content img{border:1px solid #dc26262e;border-radius:12px;box-shadow:0 30px 80px #000000a6,0 0 40px #b91c1c14;max-height:78vh;max-width:100%;object-fit:contain}.gallery-lightbox-info{margin-top:15px;text-align:center}.gallery-lightbox-info h3{color:#fff;font-size:14px;font-weight:800;margin:0 0 7px}.gallery-lightbox-info span{color:#dc2626;font-size:8px;font-weight:800;letter-spacing:3px}.gallery-close,.gallery-next,.gallery-prev{align-items:center;background:#ffffff12;border:1px solid #ffffff1f;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:44px;justify-content:center;padding:0;position:absolute;transition:background .25s ease,border-color .25s ease,color .25s ease,transform .25s ease;width:44px}.gallery-close:hover,.gallery-next:hover,.gallery-prev:hover{background:#dc2626;border-color:#dc2626;color:#fff}.gallery-close{right:25px;top:25px}.gallery-prev{left:25px}.gallery-next,.gallery-prev{top:50%;transform:translateY(-50%)}.gallery-next{right:25px}.gallery-next:hover,.gallery-prev:hover{transform:translateY(-50%) scale(1.05)}@media (max-width:1050px){.gallery-grid{grid-template-columns:repeat(3,1fr)}.gallery-item{height:280px}}@media (max-width:700px){.gallery-section{padding:90px 16px}.gallery-header{margin-bottom:38px}.gallery-header h2{font-size:38px}.gallery-header p{font-size:13px}.gallery-grid{gap:10px;grid-template-columns:repeat(2,1fr)}.gallery-item{border-radius:12px;height:230px}.gallery-overlay{padding:15px}.gallery-overlay-content h3{font-size:11px}.gallery-overlay-content span{font-size:7px}.gallery-lightbox{padding:15px}.gallery-close{right:15px;top:15px}.gallery-prev{left:10px}.gallery-next{right:10px}}@media (max-width:420px){.gallery-grid{grid-template-columns:1fr}.gallery-item{height:280px}.gallery-header h2{font-size:34px}.gallery-lightbox-content img{max-height:70vh}.gallery-next,.gallery-prev{height:38px;width:38px}}.how-order-section{background:#0d0b0b;overflow:hidden;padding:110px 25px;position:relative}.how-order-container{margin:0 auto;max-width:1200px;position:relative;z-index:2}.how-order-glow{border-radius:50%;filter:blur(110px);height:420px;opacity:.16;pointer-events:none;position:absolute;width:420px}.how-order-glow-left{background:#b91c1c;left:-250px;top:10%}.how-order-glow-right{background:#991b1b;bottom:5%;right:-250px}.how-order-header{margin:0 auto 70px;max-width:650px;text-align:center}.how-order-label{align-items:center;color:#d62828;display:inline-flex;font-size:10px;font-weight:800;gap:10px;justify-content:center;letter-spacing:3px;margin-bottom:18px}.how-order-label span{background:#d62828;height:1px;width:25px}.how-order-header h2{color:#fff;font-size:clamp(40px,5vw,62px);font-weight:900;letter-spacing:-2px;line-height:1;margin:0}.how-order-header h2 span{color:#dc2626}.how-order-header p{color:#9b9490;font-size:15px;line-height:1.8;margin:22px auto 0;max-width:580px}.how-order-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}.how-order-card{background:#151212;border:1px solid #ffffff12;border-radius:18px;box-shadow:0 15px 40px #00000040;padding:32px 25px;position:relative;transition:border-color .3s ease,box-shadow .3s ease}.how-order-card:hover{border-color:#dc262680;box-shadow:0 20px 50px #00000059,0 0 25px #b91c1c14}.step-number{align-items:center;background:linear-gradient(135deg,#dc2626,#991b1b);border-radius:50%;box-shadow:0 8px 22px #b91c1c38;color:#fff;display:flex;font-size:13px;font-weight:800;height:52px;justify-content:center;margin-bottom:25px;width:52px}.step-line{background:#e8c978;height:2px;margin-bottom:20px;width:35px}.how-order-card h3{color:#fff;font-size:18px;font-weight:800;margin:0}.how-order-card p{color:#9b9490;font-size:13px;line-height:1.75;margin:12px 0 0}.how-order-bottom{align-items:center;background:linear-gradient(135deg,#dc262617,#151212f2);border:1px solid #dc26262e;border-radius:18px;box-shadow:0 20px 50px #00000040;display:flex;gap:25px;justify-content:space-between;margin-top:55px;padding:30px 35px}.how-order-bottom>div span{color:#e8c978;font-size:9px;font-weight:800;letter-spacing:2px}.how-order-bottom h3{color:#fff;font-size:20px;font-weight:700;margin:7px 0 0}.how-order-bottom a{align-items:center;background:linear-gradient(135deg,#dc2626,#991b1b);border-radius:30px;box-shadow:0 10px 25px #b91c1c33;color:#fff;display:inline-flex;font-size:12px;font-weight:800;gap:12px;justify-content:center;min-height:48px;padding:0 23px;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.how-order-bottom a:hover{background:linear-gradient(135deg,#ef4444,#b91c1c);box-shadow:0 14px 30px #b91c1c4d;transform:translateY(-2px)}.how-order-bottom a span{color:#fff;font-size:18px;letter-spacing:0}@media (max-width:950px){.how-order-section{padding:90px 25px}.how-order-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.how-order-section{padding:80px 16px}.how-order-header{margin-bottom:50px}.how-order-header h2{font-size:42px}.how-order-header p{font-size:13px}.how-order-grid{gap:16px;grid-template-columns:1fr}.how-order-card{padding:28px 22px}.how-order-bottom{align-items:stretch;flex-direction:column;padding:28px 20px;text-align:center}.how-order-bottom a{width:100%}}.cart-section{background:#0d0b0b;color:#fff;overflow:hidden;padding:110px 25px;position:relative}.cart-container{margin:0 auto;max-width:1150px;position:relative;z-index:2}.cart-glow{border-radius:50%;filter:blur(120px);height:420px;opacity:.14;pointer-events:none;position:absolute;width:420px}.cart-glow-left{background:#b91c1c;left:-200px;top:-200px}.cart-glow-right{background:#991b1b;bottom:-220px;right:-220px}.cart-header{margin:0 auto 65px;max-width:650px;text-align:center}.cart-label{align-items:center;color:#dc2626;display:inline-flex;font-size:10px;font-weight:800;gap:10px;justify-content:center;letter-spacing:3px;margin-bottom:18px}.cart-label span{background:#dc2626;height:1px;width:25px}.cart-header h2{font-size:clamp(38px,5vw,58px);font-weight:900;letter-spacing:-2px;line-height:1;margin:0}.cart-header h2 strong{color:#dc2626}.cart-header p{color:#9b9490;font-size:14px;line-height:1.8;margin:20px auto 0;max-width:570px}.cart-layout{grid-gap:25px;display:grid;gap:25px;grid-template-columns:1fr 1fr}.cart-box{background:#151212;border:1px solid #ffffff12;border-radius:20px;box-shadow:0 20px 55px #00000040;padding:30px}.cart-box-header{align-items:center;border-bottom:1px solid #ffffff12;display:flex;gap:15px;justify-content:space-between;margin-bottom:25px;padding-bottom:22px}.cart-box-header h3{color:#fff;font-size:21px;font-weight:800;margin:0}.cart-box-header span{color:#e8c978;font-size:10px;font-weight:700;letter-spacing:1px}.empty-cart{padding:45px 20px;text-align:center}.empty-cart-icon{align-items:center;background:#dc262612;border:1px solid #dc26262e;border-radius:50%;display:flex;font-size:28px;height:64px;justify-content:center;margin:0 auto 18px;width:64px}.empty-cart h4{color:#fff;font-size:18px;margin:0}.empty-cart p{color:#85807c;font-size:12px;line-height:1.7;margin:10px auto 22px;max-width:300px}.empty-cart a{background:linear-gradient(135deg,#dc2626,#991b1b);border-radius:25px;box-shadow:0 8px 20px #b91c1c33;color:#fff;display:inline-flex;font-size:11px;font-weight:800;padding:12px 20px;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease}.empty-cart a:hover{box-shadow:0 12px 25px #b91c1c4d;transform:translateY(-2px)}.cart-items{display:flex;flex-direction:column;gap:15px}.cart-item{align-items:center;background:hsla(0,0%,100%,.035);border:1px solid #ffffff0a;border-radius:12px;display:flex;gap:14px;padding:12px;transition:background .25s ease,border-color .25s ease,transform .25s ease}.cart-item:hover{background:hsla(0,0%,100%,.055);border-color:#dc26262e;transform:translateY(-2px)}.cart-item img{border-radius:10px;flex-shrink:0;height:62px;object-fit:cover;width:62px}.cart-item-info{flex:1 1;min-width:0}.cart-item-info h4{color:#fff;font-size:13px;margin:0 0 6px}.cart-item-info p{color:#77716d;font-size:11px;margin:0}.cart-item>strong{color:#e8c978;flex-shrink:0;font-size:12px}.kg-control{align-items:center;background:#ffffff0a;border:1px solid #ffffff17;border-radius:8px;display:inline-flex;gap:0;margin-top:9px;overflow:hidden}.kg-control button{align-items:center;background:#0000;border:none;color:#dc2626;cursor:pointer;display:flex;font-size:17px;font-weight:700;height:28px;justify-content:center;padding:0;transition:background .2s ease,color .2s ease;width:28px}.kg-control button:hover{background:#dc2626;color:#fff}.kg-control span{color:#fff;font-size:10px;font-weight:800;min-width:52px;text-align:center}.cart-total{align-items:center;border-top:1px solid #ffffff14;display:flex;justify-content:space-between;margin-top:25px;padding-top:20px}.cart-total span{color:#85807c;font-size:13px}.cart-total strong{color:#fff;font-size:22px}.customer-form{background:#f7f3ed;color:#171313}.customer-form .cart-box-header{border-bottom-color:#2819141a}.customer-form .cart-box-header h3{color:#171313}.customer-form .cart-box-header span{color:#dc2626}.form-group{margin-bottom:17px}.form-group label{color:#4e4742;display:block;font-size:11px;font-weight:800;margin-bottom:8px}.form-group input,.form-group select,.form-group textarea{background:#fff;border:1px solid #28191421;border-radius:9px;box-sizing:border-box;color:#171313;font-family:inherit;font-size:12px;outline:none;padding:13px 14px;transition:border-color .25s ease,box-shadow .25s ease;width:100%}.form-group input{height:47px}.form-group textarea{min-height:110px;resize:vertical}.form-group input::placeholder,.form-group textarea::placeholder{color:#aaa29c}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc262614,0 5px 15px #b91c1c0a}.form-row{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.place-order-button{align-items:center;background:linear-gradient(135deg,#dc2626,#991b1b);border:none;border-radius:28px;box-shadow:0 10px 25px #b91c1c2e;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:12px;font-weight:800;gap:12px;justify-content:center;margin-top:5px;min-height:52px;transition:transform .3s ease,background .3s ease,box-shadow .3s ease,opacity .3s ease;width:100%}.place-order-button:hover:not(:disabled){background:linear-gradient(135deg,#ef4444,#b91c1c);box-shadow:0 14px 30px #b91c1c47;transform:translateY(-2px)}.place-order-button:active:not(:disabled){transform:translateY(0)}.place-order-button span{font-size:18px;line-height:1}.place-order-button:disabled{cursor:not-allowed;opacity:.6}.place-order-button:disabled:hover{box-shadow:none;transform:none}.order-note{color:#8b8179;font-size:10px;line-height:1.5;margin:13px 0 0;text-align:center}@media (max-width:850px){.cart-layout{grid-template-columns:1fr}}@media (max-width:600px){.cart-section{padding:80px 16px}.cart-box{border-radius:18px;padding:22px}.cart-header{margin-bottom:45px}.cart-header h2{font-size:40px}.cart-header p{font-size:13px}.cart-item{gap:11px}.cart-item img{height:55px;width:55px}.cart-item-info h4{font-size:12px}.cart-item-info p{font-size:10px}.cart-item>strong{font-size:11px}.cart-total strong{font-size:20px}.form-row{gap:0;grid-template-columns:1fr}.place-order-button{min-height:54px}}.payment-section{background:#0d0b0b;color:#fff;overflow:hidden;padding:110px 25px;position:relative}.payment-container{margin:0 auto;max-width:1050px;position:relative;z-index:2}.payment-glow{border-radius:50%;filter:blur(110px);height:350px;pointer-events:none;position:absolute;width:350px}.payment-glow-left{background:#dc262614;left:-180px;top:-170px}.payment-glow-right{background:#991b1b12;bottom:-180px;right:-180px}.payment-header{margin:0 auto 55px;max-width:650px;text-align:center}.payment-label{color:#dc2626;display:inline-block;font-size:10px;font-weight:800;letter-spacing:3px;margin-bottom:15px}.payment-header h2{font-size:clamp(38px,5vw,56px);font-weight:900;letter-spacing:-2px;line-height:1;margin:0}.payment-header h2 strong{color:#dc2626}.payment-header p{color:#ffffff7a;font-size:14px;line-height:1.8;margin:20px auto 0;max-width:590px}.payment-grid{grid-gap:22px;display:grid;gap:22px;grid-template-columns:1fr 1fr}.payment-card{background:#171313;border:1px solid #ffffff12;border-radius:20px;overflow:hidden;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.payment-card:hover{border-color:#dc262659;box-shadow:0 20px 50px #00000040,0 0 25px #dc26260d;transform:translateY(-5px)}.bank-image{align-items:center;background:#fff;display:flex;height:210px;justify-content:center;padding:25px}.bank-image img{height:150px;max-height:100%;max-width:100%;object-fit:contain;width:280px}.payment-card-content{padding:27px}.payment-method{color:#dc2626;display:inline-block;font-size:9px;font-weight:800;letter-spacing:2px;margin-bottom:8px}.payment-card-content h3{color:#fff;font-size:23px;font-weight:900;margin:0 0 25px}.payment-detail{border-top:1px solid #ffffff12;padding:16px 0}.payment-detail span{color:#ffffff59;display:block;font-size:9px;font-weight:800;letter-spacing:1.5px;margin-bottom:7px}.payment-detail strong{color:#ffffffd9;display:block;font-size:12px;line-height:1.5}.account-number-detail{align-items:center;display:flex;gap:15px;justify-content:space-between}.account-number-detail strong{color:#e8c978;font-size:19px;letter-spacing:1px}.copy-button{align-items:center;background:#dc26260f;border:1px solid #dc26264d;border-radius:8px;color:#dc2626;cursor:pointer;display:inline-flex;flex-shrink:0;font-family:inherit;font-size:10px;font-weight:800;gap:6px;padding:9px 12px;transition:background .25s ease,color .25s ease,border-color .25s ease}.copy-button:hover{background:#dc2626;border-color:#dc2626;color:#fff}.payment-instruction{align-items:center;background:#dc26260d;border-left:2px solid #dc2626;border-radius:0 10px 10px 0;display:flex;gap:12px;margin-top:25px;padding:16px 20px}.payment-instruction svg{color:#dc2626;flex-shrink:0}.payment-instruction p{color:#ffffff7a;font-size:11px;line-height:1.6;margin:0}.payment-confirmation{align-items:center;background:hsla(43,71%,69%,.035);border:1px solid #e8c97826;border-radius:16px;display:flex;gap:25px;justify-content:space-between;margin-top:25px;padding:24px}.payment-confirmation span{color:#e8c978;display:block;font-size:9px;font-weight:800;letter-spacing:2px;margin-bottom:7px}.payment-confirmation h3{color:#fff;font-size:17px;margin:0 0 7px}.payment-confirmation p{color:#ffffff6b;font-size:11px;line-height:1.7;margin:0;max-width:550px}.payment-whatsapp{align-items:center;background:#dc2626;border-radius:25px;color:#fff;display:inline-flex;flex-shrink:0;font-size:11px;font-weight:800;gap:9px;justify-content:center;padding:13px 18px;text-decoration:none;transition:transform .25s ease,background .25s ease,box-shadow .25s ease}.payment-whatsapp:hover{background:#b91c1c;box-shadow:0 10px 25px #dc262633;transform:translateY(-2px)}.payment-note{color:#ffffff47;font-size:10px;margin:17px 0 0;text-align:center}@media (max-width:750px){.payment-grid{grid-template-columns:1fr}.payment-confirmation{align-items:flex-start;flex-direction:column}.payment-whatsapp{width:100%}}@media (max-width:600px){.payment-section{padding:80px 16px}.payment-header{margin-bottom:40px}.payment-header h2{font-size:40px}.payment-header p{font-size:13px}.payment-card-content{padding:22px}.bank-image{height:180px}.bank-image img{height:135px;width:250px}.account-number-detail{align-items:flex-start}.account-number-detail strong{font-size:16px}}@media (max-width:420px){.account-number-detail{flex-direction:column}.copy-button{justify-content:center;width:100%}.bank-image{height:165px}.bank-image img{height:125px;width:230px}}.contact-section{background:#0b0909;color:#fff;overflow:hidden;padding:120px 5%;position:relative}.contact-section:before{filter:blur(120px);height:380px;left:-160px;top:80px;width:380px}.contact-section:after,.contact-section:before{background:#dc26261a;border-radius:50%;content:"";pointer-events:none;position:absolute}.contact-section:after{bottom:-180px;filter:blur(130px);height:450px;right:-180px;width:450px}.contact-container{margin:0 auto;max-width:1280px;position:relative;width:100%;z-index:2}.contact-header{margin:0 auto 65px;max-width:680px;text-align:center}.contact-label{align-items:center;display:flex;gap:12px;justify-content:center;margin-bottom:18px}.contact-label:after,.contact-label:before{background:#dc2626;content:"";height:1px;width:32px}.contact-label span{color:#e8c978;font-size:10px;font-weight:700;letter-spacing:3px;text-transform:uppercase}.contact-header h2{color:#fff;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;letter-spacing:-2px;line-height:1.05;margin:0}.contact-header h2 span{color:#dc2626}.contact-header p{color:#a3a3a3;font-size:14px;line-height:1.9;margin:20px auto 0;max-width:620px}.contact-grid{grid-gap:28px;align-items:stretch;display:grid;gap:28px;grid-template-columns:.9fr 1.1fr}.contact-info{background:linear-gradient(145deg,#ffffff0f,hsla(0,0%,100%,.015));border:1px solid #ffffff12;border-radius:24px;box-shadow:0 25px 70px #00000059;overflow:hidden;padding:42px;position:relative}.contact-info:before{background:linear-gradient(90deg,#dc2626,#991b1b,#0000);content:"";height:2px;left:0;position:absolute;top:0;width:100%}.contact-info-header{margin-bottom:35px}.contact-info-label{color:#ef4444;font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase}.contact-info h3{color:#fff;font-size:28px;font-weight:800;line-height:1.2;margin:12px 0 0}.contact-info h3 span{color:#dc2626}.contact-info-description{color:#737373;font-size:13px;line-height:1.8;margin:15px 0 0;max-width:470px}.contact-details{display:flex;flex-direction:column;gap:25px}.contact-detail{align-items:flex-start;display:flex;gap:15px}.contact-detail-icon{align-items:center;background:#dc262612;border:1px solid #dc262633;border-radius:12px;color:#ef4444;display:flex;height:44px;justify-content:center;min-width:44px;transition:.3s ease;width:44px}.contact-detail:hover .contact-detail-icon{background:#dc26261f;border-color:#dc262666;transform:translateY(-2px)}.contact-detail-content{min-width:0}.contact-detail-content span{color:#525252;display:block;font-size:9px;font-weight:700;letter-spacing:1.8px;margin-bottom:6px;text-transform:uppercase}.contact-detail-content div,.contact-detail-content p{color:#e5e5e5;font-size:13px;line-height:1.7;margin:0}.business-info{border-top:1px solid #ffffff12;margin-top:35px;padding-top:25px}.business-info-header{align-items:center;display:flex;gap:10px;margin-bottom:20px}.business-info-header svg{color:#e8c978}.business-info-header span{color:#737373;font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase}.business-row{align-items:center;display:flex;gap:20px;justify-content:space-between;margin-bottom:12px}.business-row span:first-child{color:#525252;font-size:12px}.business-row span:last-child{color:#d4d4d4;font-size:12px;font-weight:600;max-width:240px;text-align:right}.business-row.established span:last-child{color:#e8c978}.directions-button{align-items:center;background:#dc26260f;border:1px solid #dc26264d;border-radius:9px;color:#ef4444;display:inline-flex;font-size:10px;font-weight:700;gap:8px;letter-spacing:1px;margin-top:20px;padding:12px 17px;text-decoration:none;text-transform:uppercase;transition:.3s ease}.directions-button:hover{background:#dc2626;border-color:#dc2626;box-shadow:0 12px 28px #dc262633;color:#fff;transform:translateY(-2px)}.contact-form-wrapper{background:#f4f1ed;border-radius:24px;box-shadow:0 25px 70px #0000004d;color:#171515;overflow:hidden;padding:42px;position:relative}.contact-form-header{margin-bottom:30px}.contact-form-header span{color:#dc2626;display:block;font-size:10px;font-weight:800;letter-spacing:2px;margin-bottom:8px;text-transform:uppercase}.contact-form-header h3{color:#171515;font-size:29px;font-weight:800;line-height:1.15;margin:0}.contact-form-header p{color:#737373;font-size:13px;line-height:1.7;margin:10px 0 0}.contact-form{display:flex;flex-direction:column;gap:18px}.contact-form-row{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr}.contact-form-group{display:flex;flex-direction:column;gap:7px}.contact-form-group label{color:#404040;font-size:9px;font-weight:800;letter-spacing:1px;text-transform:uppercase}.contact-form-group input,.contact-form-group textarea{background:#fff;border:1px solid #dedad5;border-radius:10px;box-sizing:border-box;color:#171515;font-family:inherit;font-size:13px;outline:none;padding:14px 15px;transition:.25s ease;width:100%}.contact-form-group input{height:50px}.contact-form-group textarea{min-height:145px;resize:vertical}.contact-form-group input::placeholder,.contact-form-group textarea::placeholder{color:#aaa4a0}.contact-form-group input:focus,.contact-form-group textarea:focus{border-color:#dc2626;box-shadow:0 0 0 4px #dc262614}.contact-submit{align-items:center;background:#dc2626;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:10px;font-weight:800;gap:9px;justify-content:center;letter-spacing:1px;margin-top:2px;padding:15px 20px;text-transform:uppercase;transition:.3s ease;width:100%}.contact-submit:hover{background:#b91c1c;box-shadow:0 15px 35px #dc262638;transform:translateY(-2px)}.contact-submit:active{transform:translateY(0)}.contact-bottom{margin-top:40px;text-align:center}.contact-bottom p{color:#404040;font-size:10px;font-weight:500;letter-spacing:2.5px;margin:0;text-transform:uppercase}@media (max-width:900px){.contact-section{padding:90px 5%}.contact-grid{grid-template-columns:1fr}.contact-form-wrapper,.contact-info{padding:35px}}@media (max-width:600px){.contact-section{padding:80px 20px}.contact-header{margin-bottom:45px}.contact-header h2{font-size:2.4rem}.contact-header p{font-size:12px}.contact-form-wrapper,.contact-info{border-radius:20px;padding:27px 20px}.contact-info h3{font-size:23px}.contact-form-header h3{font-size:24px}.contact-form-row{grid-template-columns:1fr}.business-row{align-items:flex-start}.business-row span:last-child{max-width:180px}}@media (max-width:400px){.contact-section{padding:70px 15px}.contact-form-wrapper,.contact-info{padding:23px 17px}.contact-header h2{font-size:2.1rem}.business-row{flex-direction:column;gap:4px}.business-row span:last-child{max-width:none;text-align:left}}.footer{background:#090808;color:#fff;overflow:hidden;padding:90px 25px 25px;position:relative}.footer-container{margin:0 auto;max-width:1200px;position:relative;z-index:2}.footer-glow{border-radius:50%;filter:blur(110px);height:360px;pointer-events:none;position:absolute;width:360px}.footer-glow-left{background:#dc26261a;left:5%;top:-220px}.footer-glow-right{background:#991b1b14;bottom:-220px;right:-180px}.footer-grid{grid-gap:50px;display:grid;gap:50px;grid-template-columns:1.3fr .8fr 1.3fr .9fr}.footer-logo{align-items:center;color:#fff;display:inline-flex;gap:12px;text-decoration:none}.footer-logo-mark{align-items:center;background:#111010;border:1px solid #dc2626b3;border-radius:50%;box-shadow:0 0 20px #dc26261f,inset 0 0 12px #ffffff08;display:flex;height:52px;justify-content:center;overflow:hidden;width:52px}.footer-logo-mark img{display:block;height:100%;object-fit:cover;width:100%}.footer-logo-text{display:flex;flex-direction:column;line-height:1}.footer-logo-text small{color:#ffffff7a;font-size:7px;font-weight:800;letter-spacing:3px}.footer-logo-text strong{color:#fff;font-size:18px;font-weight:900;letter-spacing:1px;margin-top:5px}.footer-brand p{color:#ffffff75;font-size:13px;line-height:1.8;margin:22px 0 15px;max-width:310px}.footer-established{color:#e8c978;display:inline-block;font-size:9px;font-weight:800;letter-spacing:2px}.footer-column h3{color:#dc2626;font-size:9px;font-weight:800;letter-spacing:2.5px;margin:0 0 24px;position:relative}.footer-column h3:after{background:#dc2626;border-radius:10px;content:"";display:block;height:2px;margin-top:9px;width:25px}.footer-column ul{display:flex;flex-direction:column;gap:13px;list-style:none;margin:0;padding:0}.footer-column ul li a{color:#ffffff8c;display:inline-block;font-size:13px;text-decoration:none;transition:color .25s ease,transform .25s ease}.footer-column ul li a:hover{color:#fff;transform:translateX(4px)}.footer-contact{min-width:0}.footer-contact-item{align-items:flex-start;color:#ffffff8c;display:flex;font-size:12px;gap:12px;line-height:1.7;margin-bottom:17px}.footer-contact-item svg{color:#dc2626;flex-shrink:0;margin-top:2px}.footer-contact-item a{color:#ffffff8c;text-decoration:none;transition:color .25s ease}.footer-contact-item a:hover{color:#fff}.footer-socials p{color:#ffffff73;font-size:12px;line-height:1.7;margin:0 0 20px;max-width:220px}.whatsapp-link{align-items:center;background:#dc262614;border:1px solid #dc262659;border-radius:10px;color:#fffc;display:inline-flex;font-size:12px;font-weight:700;gap:10px;padding:12px 17px;text-decoration:none;transition:color .25s ease,border-color .25s ease,background .25s ease,box-shadow .25s ease;width:fit-content}.whatsapp-link svg{color:#dc2626;flex-shrink:0}.whatsapp-link:hover{background:#dc262624;border-color:#dc2626;box-shadow:0 8px 25px #dc26261f;color:#fff}.footer-divider{background:linear-gradient(90deg,#dc262659,#ffffff14,#ffffff08);height:1px;margin:65px 0 22px;width:100%}.footer-bottom{align-items:center;display:flex;gap:20px;justify-content:space-between;min-height:50px}.footer-bottom p{color:#ffffff52;font-size:11px;line-height:1.6;margin:0}.footer-bottom>span{color:#ffffff52;font-size:10px;font-weight:700;letter-spacing:1px}.back-to-top{align-items:center;background:#dc26260f;border:1px solid #dc262659;border-radius:50%;color:#dc2626;cursor:pointer;display:flex;height:40px;justify-content:center;transition:background .25s ease,border-color .25s ease,color .25s ease,transform .25s ease;width:40px}.back-to-top:hover{background:#dc2626;border-color:#dc2626;color:#fff;transform:translateY(-3px)}@media (max-width:1000px){.footer-grid{gap:45px 35px;grid-template-columns:1fr 1fr}}@media (max-width:600px){.footer{padding:70px 18px 22px}.footer-grid{gap:40px;grid-template-columns:1fr}.footer-brand p{max-width:340px}.footer-socials p{max-width:300px}.whatsapp-link{padding:13px 18px}.footer-divider{margin-top:50px}.footer-bottom{align-items:center;flex-wrap:wrap}.footer-bottom p{width:100%}.footer-bottom>span{margin-right:auto}.back-to-top{margin-left:auto}}
/*# sourceMappingURL=main.8e3854b2.css.map*/