*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#fffbf7}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#7a0a0e,#f55);border-radius:6px;border:2px solid #FFFBF7}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#8f0e12,#f77)}*{scrollbar-color:#FF5555 #FFFBF7;scrollbar-width:thin}body{font-family:Inter,Helvetica Neue,Arial,sans-serif;background-color:#fffbf7;color:#1e1e1e}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}[data-animate]{opacity:0}[data-animate].animate-in{animation-duration:.8s;animation-fill-mode:both;animation-timing-function:ease-out}[data-animate=fade-up].animate-in{animation-name:fadeInUp}[data-animate=fade-left].animate-in{animation-name:fadeInLeft}[data-animate=fade-right].animate-in{animation-name:fadeInRight}[data-animate=fade].animate-in{animation-name:fadeIn}[data-animate-delay="100"].animate-in{animation-delay:.1s}[data-animate-delay="200"].animate-in{animation-delay:.2s}[data-animate-delay="300"].animate-in{animation-delay:.3s}[data-animate-delay="400"].animate-in{animation-delay:.4s}[data-animate-delay="500"].animate-in{animation-delay:.5s}[data-animate-delay="600"].animate-in{animation-delay:.6s}[data-animate-delay="700"].animate-in{animation-delay:.7s}[data-animate-delay="800"].animate-in{animation-delay:.8s}[data-animate-delay="900"].animate-in{animation-delay:.9s}[data-animate-delay="1000"].animate-in{animation-delay:1s}.header{height:90px;padding:0 64px;display:flex;align-items:center;justify-content:space-between;background:#fffbf7;position:sticky;top:0;z-index:1000;border-bottom:1px solid #E5E5E5;box-shadow:0 4px 16px #0000001f}.header-logo img{height:150px}.header-nav{display:flex;align-items:center;gap:36px}.header-nav a{color:#1e1e1e;text-decoration:none;font-size:1rem;font-weight:400;letter-spacing:.5px;position:relative}.header-nav a:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background-color:#e8d7a3;transform:scaleX(0);transition:transform .3s ease}.header-nav a:hover:after{transform:scaleX(1)}.header-nav .cta{padding:10px 24px;background:linear-gradient(135deg,#7a0a0e,#f55);color:#fff;border-radius:6px;font-size:.95rem;font-weight:600;box-shadow:0 4px 12px #b1121733;transition:all .3s ease}.header-nav .cta:hover{background:linear-gradient(135deg,#8f0e12,#f77);box-shadow:0 6px 16px #b112174d}.lang-toggle{margin-left:16px;padding:8px 14px;border-radius:8px;border:1px solid rgba(214,37,38,.35);background:#fff7f4;color:#7a0a0e;font-weight:700;letter-spacing:.4px;cursor:pointer;transition:all .2s ease}.lang-toggle:hover{background:#ffe9e3;box-shadow:0 4px 12px #d625262e}.lang-fab{position:fixed;right:24px;bottom:24px;z-index:1200;padding:14px 18px;border-radius:999px;border:1px solid rgba(214,37,38,.35);background:linear-gradient(135deg,#fff7f4,#ffe9e3);color:#7a0a0e;font-weight:800;letter-spacing:.5px;cursor:pointer;box-shadow:0 10px 30px #d6252633;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.lang-fab:hover{transform:translateY(-3px);box-shadow:0 16px 40px #d6252647}.lang-fab:active{transform:translateY(-1px)}.whatsapp-fab{position:static;right:auto;bottom:auto;z-index:auto;display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#25d366,#1ba85b);color:#fff;text-decoration:none;border:none;cursor:pointer;box-shadow:0 10px 30px #25d3664d;transition:all .3s ease;animation:bounce 2s infinite}.whatsapp-fab:hover{transform:scale(1.1) translateY(-5px);box-shadow:0 15px 40px #25d36666}.whatsapp-fab:active{transform:scale(.95)}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.whatsapp-fab svg{width:28px;height:28px}.header-button{transition:background-color .3s ease,transform .3s ease;padding:10px 20px;border:none;border-radius:5px;cursor:pointer;font-size:16px}.header-button:hover{background-color:#f0f0f0;transform:scale(1.05)}.menu-toggle{display:none;font-size:28px;background:none;border:none;color:#1e1e1e;cursor:pointer}.hero{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px;padding:0 64px 100px;width:100%;background-color:#fffbf7}.hero-content{display:flex;flex-direction:column;gap:24px}.hero-logo{display:block;margin-bottom:-30px}.hero-logo img{height:230px}.hero-title{display:flex;flex-direction:column;gap:8px}.hero-title h1{font-size:3.36rem;line-height:1;font-weight:700;color:#1e1e1e}.hero-title .highlight{color:#d62526;font-size:3.36rem;line-height:1;font-weight:700}.hero-content>p{font-size:.96rem;color:#5f5f5f;line-height:1.7;max-width:500px;margin-top:16px}.hero-buttons{display:flex;gap:20px;flex-wrap:wrap;margin-top:32px}.hero-buttons button,.hero-buttons a{padding:13px 32px;border:none;border-radius:4px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;display:inline-block}.hero-buttons .primary{background:linear-gradient(135deg,#7a0a0e,#f55);color:#fff;box-shadow:0 4px 16px #b1121733}.hero-buttons .primary:hover{background:linear-gradient(135deg,#8f0e12,#f77);box-shadow:0 8px 24px #b1121759;transform:translateY(-3px)}.hero-buttons .secondary{background:transparent;color:#d62526;border:2px solid #d62526}.hero-buttons .secondary:hover{background:#d62526;color:#fff;box-shadow:0 8px 24px #b1121740;transform:translateY(-3px)}.hero-image{display:flex;justify-content:center;align-items:center;position:relative;border-radius:20px;overflow:hidden;box-shadow:0 24px 60px #e8d7a3b3;height:420px;background:radial-gradient(circle at 20% 20%,rgba(255,85,85,.14),transparent 40%),radial-gradient(circle at 80% 0%,rgba(214,37,38,.18),transparent 45%),linear-gradient(135deg,#7a0a0e1f,#fffbf7cc);border:1px solid rgba(214,37,38,.1);isolation:isolate}.hero-image img{width:100%;height:100%;object-fit:cover;display:block;border-radius:18px;transform:translateY(2px) scale(1.02);filter:saturate(1.05) contrast(1.02)}.hero-image:before{content:"";position:absolute;inset:14px;border-radius:16px;border:1px solid rgba(255,255,255,.5);box-shadow:inset 0 1px 18px #ffffff24;pointer-events:none;z-index:2}.hero-image:after{content:"";position:absolute;inset:-30px;background:radial-gradient(circle at 30% 20%,rgba(255,170,170,.16),transparent 35%),radial-gradient(circle at 70% 80%,rgba(232,215,163,.2),transparent 40%);filter:blur(28px);z-index:1;pointer-events:none}.photo-button-overlay{position:absolute;right:24px;top:50%;transform:translateY(-50%);background:linear-gradient(135deg,#7a0a0e,#f55);color:#fff;padding:12px 20px;border-radius:8px;border:none;cursor:pointer;font-size:13px;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px #b1121733;opacity:.5;z-index:10;white-space:nowrap}.photo-button-overlay:hover{background:linear-gradient(135deg,#8f0e12,#f77);opacity:1;transform:translateY(-50%) scale(1.05);box-shadow:0 6px 16px #b112174d}.photo-button-overlay:active{transform:translateY(-50%) scale(.98)}.photo-overlay-sidebar{position:absolute;right:0;top:0;height:100%;width:80px;background:linear-gradient(to right,#7a0a0e00,#7a0a0e4d 60%,#7a0a0e80);border:none;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .3s ease;border-radius:20px}.photo-overlay-sidebar:hover{background:linear-gradient(to right,#f553,#f559 60%,#ff5555e6);width:140px}.photo-overlay-sidebar:active{background:linear-gradient(to right,#7a0a0e00,#7a0a0e66 60%,#7a0a0e99)}.photo-overlay-content{display:flex;flex-direction:column;align-items:center;gap:8px;opacity:0;transition:all .3s ease}.photo-overlay-sidebar:hover .photo-overlay-content{opacity:1}.photo-overlay-icon{display:flex;align-items:center;justify-content:center;color:#fff;width:40px;height:40px;transition:all .3s ease;filter:drop-shadow(0 2px 8px rgba(0,0,0,.3))}.photo-overlay-sidebar:hover .photo-overlay-icon{transform:scale(1.15);filter:drop-shadow(0 2px 12px rgba(0,0,0,.5))}.photo-overlay-text{color:#fff;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;text-align:center;line-height:1.2;white-space:nowrap;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));max-width:100%;transition:all .3s ease}.photo-overlay-sidebar:hover .photo-overlay-text{filter:drop-shadow(0 2px 8px rgba(0,0,0,.5))}.about{background-color:#f7f5f2;color:#1e1e1e;padding:90px 64px;scroll-margin-top:100px}.about-container{max-width:1000px;margin:0 auto}.about-title{font-size:2.8rem;font-weight:700;margin-bottom:50px;text-align:center;line-height:1.1;color:#1e1e1e}.about-title .highlight{color:#d62526}.about-content{display:flex;flex-direction:column;gap:55px}.about-section{display:flex;flex-direction:column;gap:20px}.about-section h3{font-size:2.8rem;font-weight:700;margin-bottom:15px;color:#1e1e1e;text-align:center}.about-section h3 .highlight{color:#d62526}.about-section p{font-size:1rem;line-height:1.8;color:#5f5f5f}.about-section p strong{color:#d62526;font-weight:600}.technology-section{margin-top:60px;margin-left:-120px;margin-right:-120px;padding:0 40px;background-color:#f7f5f2}.technology-title{font-size:2.8rem;font-weight:700;text-align:center;color:#1e1e1e;margin-bottom:30px}.technology-title .highlight{color:#d62526}.technology-description{font-size:1rem;text-align:center;color:#5f5f5f;line-height:1.8;margin-bottom:60px;max-width:100%}.technology-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;width:100%;max-width:1400px;padding:0;margin:0 auto}.technology-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;width:100%}.tech-card{background:transparent;padding:14px 20px;border-radius:12px;border:2px solid #d62526;display:flex;flex-direction:column;gap:6px;box-shadow:0 4px 16px #b112171a;transition:all .3s ease;min-height:88px;justify-content:flex-start}.tech-card:hover{transform:translateY(-8px);box-shadow:0 16px 40px #b1121740;border-color:#f55;background:linear-gradient(135deg,#f55,#f77)}.tech-card:hover .tech-card-title{color:#fff}.tech-card:hover .tech-card-description{color:#ffffffe6}.tech-card:hover .tech-card-icon svg path{stroke:#fff}.tech-card-icon{display:flex;align-items:center;justify-content:flex-start;height:28px;margin-bottom:4px}.tech-card-title{font-size:1rem;font-weight:700;color:#1e1e1e;text-align:left;line-height:1.15;transition:color .3s ease}.tech-card h4{font-size:1.2rem;font-weight:700;color:#1e1e1e;text-align:left}.tech-card-description{font-size:.8rem;color:#5f5f5f;line-height:1.3;text-align:left;transition:color .3s ease}.tech-card p{font-size:.95rem;color:#5f5f5f;line-height:1.6;text-align:left}.features-section{margin-top:50px;display:flex;flex-direction:column;gap:16px;padding:0}.feature-item{display:flex;position:relative;padding:28px 40px;background:linear-gradient(90deg,rgba(177,18,23,.1) 0%,rgba(177,18,23,.05) 40%,transparent 100%);border-radius:12px;transition:background .3s ease}.feature-item:hover{background:linear-gradient(90deg,rgba(255,85,85,.18) 0%,rgba(255,85,85,.08) 40%,transparent 100%)}.feature-border{position:absolute;left:0;top:0;bottom:0;width:4px;background:#d62526;border-radius:4px 0 0 4px}.feature-content{display:flex;gap:24px;align-items:flex-start;padding-left:24px;width:100%}.feature-icon{flex-shrink:0;width:64px;height:64px;background:#f0f0f0;border-radius:12px;display:flex;align-items:center;justify-content:center}.feature-text{flex:1}.feature-title{font-size:1.5rem;font-weight:700;color:#1e1e1e;margin-bottom:8px;line-height:1.3}.feature-description{font-size:1rem;color:#5f5f5f;line-height:1.7}.advanced-technologies-section{margin-top:80px;padding:0}.advanced-tech-title{font-size:2.8rem;font-weight:700;color:#1e1e1e;text-align:center;margin-bottom:50px;line-height:1.3}.advanced-tech-title .highlight{color:#d62526}.advanced-tech-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.tech-card-advanced{background:transparent;padding:14px 16px;border-radius:12px;border:2px solid #d62526;display:flex;flex-direction:column;gap:6px;transition:all .3s ease}.tech-card-advanced:hover{transform:translateY(-6px);box-shadow:0 12px 32px #b1121726;border-color:#f55;background:linear-gradient(135deg,#f55,#f77)}.tech-card-advanced:hover .tech-card-title-advanced{color:#fff}.tech-card-advanced:hover .tech-card-desc-advanced{color:#ffffffe6}.tech-card-advanced:hover .tech-icon-advanced svg *,.tech-card-advanced:hover .tech-icon-advanced svg path{stroke:#fff}.tech-icon-advanced{display:flex;align-items:center;justify-content:flex-start;height:34px;margin-bottom:4px}.tech-icon-advanced svg *,.tech-icon-advanced svg path{stroke:#d62526}.tech-card-title-advanced{font-size:1rem;font-weight:700;color:#1e1e1e;text-align:left;line-height:1.3;transition:color .3s ease}.tech-card-desc-advanced{font-size:.82rem;color:#5f5f5f;line-height:1.5;text-align:left;transition:color .3s ease}.specifications-section{margin-top:60px;text-align:center;padding:60px 0}.specifications-title{font-size:3.2rem;font-weight:700;color:#1e1e1e;margin-bottom:20px;letter-spacing:-.5px}.specifications-title .highlight{color:#d62526}.specifications-subtitle{font-size:1.1rem;color:#5f5f5f;line-height:1.8;max-width:700px;margin:0 auto 80px}.specifications-subtitle-section{font-size:2.8rem;font-weight:700;color:#d62526;margin-bottom:60px;letter-spacing:-.5px}.specifications-subtitle-section .highlight{color:#d62526}.specifications-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:1200px;margin:0 auto}.spec-card{background:transparent;padding:20px 24px;border-radius:12px;border:2px solid #d62526;transition:all .3s ease;display:flex;flex-direction:column;gap:6px;justify-content:center;align-items:flex-start}.spec-card:hover{border-color:#f55;box-shadow:0 12px 40px #b1121740;transform:translateY(-8px)}.spec-label{font-size:.7rem;color:#5f5f5f;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.spec-value{font-size:1.4rem;font-weight:700;color:#1e1e1e;line-height:1.3}.performance-section{margin-top:50px;background:transparent;border:2px solid #d62526;border-radius:16px;padding:32px 35px;color:#1e1e1e;box-shadow:none;width:calc(100% + 240px);margin-left:-120px;margin-right:-120px}.performance-title{font-size:2.4rem;font-weight:700;text-align:center;color:#1e1e1e;margin-bottom:32px;letter-spacing:-.5px}.performance-title .highlight{color:#d62526}.performance-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 30px;text-align:left}.performance-item{display:flex;align-items:flex-start;gap:12px}.performance-icon{width:32px;height:32px;min-width:32px;display:inline-flex;align-items:center;justify-content:center;margin-top:4px}.performance-icon svg{width:30px;height:30px;stroke:#d62526}.performance-icon svg *,.performance-icon svg path{stroke:#d62526}.performance-item-title{font-size:1.05rem;font-weight:700;color:#1e1e1e;margin-bottom:6px;line-height:1.3;text-align:left}.performance-item-desc{font-size:.9rem;color:#5f5f5f;line-height:1.55;text-align:left}@media(min-width:769px)and (max-width:1024px){.header{padding:0 40px}.hero{padding:80px 40px}.hero-title h1{font-size:2.5rem}.technology-section{margin-left:0;margin-right:0;padding:80px 40px;width:100%;background-color:#f7f5f2;overflow:visible}.technology-cards{grid-template-columns:repeat(2,1fr);gap:24px;padding:0;max-width:100%}.technology-grid{grid-template-columns:repeat(2,1fr);gap:24px;width:100%}.technology-title{font-size:2.4rem}.technology-description{font-size:1rem}.about{padding:80px 40px}.about-title{font-size:2.4rem}.about-section h3{font-size:2.2rem}.advanced-tech-title{font-size:2.4rem}.advanced-tech-grid{grid-template-columns:repeat(2,1fr);gap:20px}.specifications-grid{grid-template-columns:repeat(3,1fr);gap:20px}.specifications-title{font-size:2.8rem}.performance-section{padding:40px;margin-left:0;margin-right:0;width:100%}.contact{padding:80px 40px}.contact-main-title{font-size:2.5rem}.contact-info h2{font-size:2.2rem}}@media(max-width:1024px){.header{padding:0 40px}.header-nav a{font-size:1rem}.header-nav .cta{font-size:1rem;padding:10px 24px}.hero{padding:80px 40px;gap:60px}.hero-content h1{font-size:2.2rem}.hero-buttons button{padding:14px 32px;font-size:.95rem}.technology-section{width:100%;background-color:#f7f5f2;padding:100px 40px;margin-left:0;margin-right:0;overflow:visible}.technology-cards{grid-template-columns:repeat(2,1fr);gap:25px;padding:0;max-width:100%}.technology-grid{grid-template-columns:repeat(2,1fr);gap:30px;width:100%}.performance-section{padding:32px;margin-top:45px;width:100%;margin-left:0;margin-right:0}.performance-title{font-size:2.2rem;margin-bottom:28px}.performance-list{gap:16px 24px}}@media(max-width:768px){.header{height:80px;padding:0 24px;justify-content:space-between}.header-logo img{height:36px}.menu-toggle{display:block}.header-nav{position:absolute;top:80px;right:24px;background:#fffbf7;flex-direction:column;gap:16px;padding:20px;border-radius:12px;display:none;box-shadow:0 12px 30px #0000001a;border:1px solid #E5E5E5;min-width:200px}.header-nav.open{display:flex}.header-nav a{font-size:1rem;padding:8px 0}.header-nav .cta{font-size:1rem;padding:10px 20px;width:100%;text-align:center}.hero{grid-template-columns:1fr;padding:60px 24px;gap:40px;margin-top:20px}.hero-content{text-align:left;order:1}.hero-content h1{font-size:1.8rem}.hero-content p{font-size:1rem}.hero-buttons{flex-direction:column}.hero-buttons button{width:100%;padding:14px 24px;font-size:.95rem}.hero-image{order:2;margin-top:20px}.about{padding:90px 24px}.technology-section{margin-left:-24px;margin-right:-24px;padding:60px 24px}.technology-title{font-size:2rem}.technology-description{font-size:.95rem}.technology-cards{grid-template-columns:1fr;gap:20px;padding:0}.technology-grid{grid-template-columns:1fr;gap:20px}.tech-card{padding:12px 16px;min-height:80px}.tech-card-title{font-size:.9rem}.tech-card-description{font-size:.72rem}.tech-card h4{font-size:1.1rem}.tech-card p{font-size:.9rem}.features-section{margin-left:-24px;margin-right:-24px;padding:50px 24px;margin-top:60px}.feature-item{padding:30px 0}.feature-content{flex-direction:column;gap:16px;padding-left:16px}.feature-icon{width:56px;height:56px}.feature-icon svg{width:40px;height:40px}.feature-title{font-size:1.25rem}.feature-description{font-size:.95rem}.specifications-section{padding:60px 40px;margin-top:80px}.specifications-title{font-size:2.4rem}.specifications-subtitle{font-size:1rem;margin-bottom:60px}.specifications-subtitle-section{font-size:2rem;margin-bottom:50px}.specifications-grid{grid-template-columns:repeat(2,1fr);gap:20px}.spec-card{padding:18px 20px}.spec-label{font-size:.9rem}.spec-value{font-size:1.2rem}.advanced-tech-grid{grid-template-columns:repeat(2,1fr);gap:14px}.tech-card-advanced{padding:12px 14px}.tech-card-title-advanced{font-size:.92rem}.tech-card-desc-advanced{font-size:.76rem}.performance-section{padding:26px 20px;margin-top:40px;width:100%;margin-left:0;margin-right:0}.performance-title{font-size:2rem;margin-bottom:24px}.performance-list{grid-template-columns:1fr;gap:14px}.performance-item-title{font-size:1rem}.performance-item-desc{font-size:.86rem}}@media(max-width:450px){.header{height:70px;padding:0 16px}.header-logo img{height:80px}.header-nav a{font-size:.9rem}.header-nav .cta{font-size:.85rem;padding:8px 14px}.hero{padding:30px 16px;gap:20px}.hero-logo img{height:120px}.hero-content h1{font-size:1.3rem}.hero-content>p{font-size:.85rem}.hero-buttons button{padding:10px 18px;font-size:.8rem}.hero-image{height:280px}.about{padding:60px 16px}.about-title{font-size:2rem}.about-section h3{font-size:1.8rem}.about-section p{font-size:.95rem}.technology-section{margin-left:0;margin-right:0;padding:50px 16px;margin-top:40px}.technology-title{font-size:1.6rem}.technology-description{font-size:.9rem}.technology-cards{gap:15px;padding:0}.tech-card{padding:10px 12px;min-height:72px}.tech-card-title{font-size:.85rem}.tech-card-description{font-size:.68rem}.technology-grid{gap:15px}.tech-card p{font-size:.85rem}.features-section{margin-left:-16px;margin-right:-16px;padding:40px 16px;margin-top:50px}.feature-item{padding:25px 0}.feature-content{padding-left:12px}.feature-icon{width:52px;height:52px}.feature-icon svg{width:36px;height:36px}.feature-title{font-size:1.15rem}.feature-description{font-size:.9rem}.specifications-section{padding:40px 16px;margin-top:60px}.specifications-title{font-size:2rem}.specifications-subtitle{font-size:.95rem;margin-bottom:50px}.specifications-subtitle-section{font-size:1.6rem;margin-bottom:40px}.specifications-grid{grid-template-columns:repeat(2,1fr);gap:16px}.spec-card{padding:16px 14px}.spec-label{font-size:.8rem}.spec-value{font-size:1rem}.advanced-technologies-section{margin-top:60px}.advanced-tech-title{font-size:2rem;margin-bottom:40px}.advanced-tech-grid{grid-template-columns:1fr;gap:12px}.tech-card-advanced{padding:10px 12px}.tech-card-title-advanced{font-size:.88rem}.tech-card-desc-advanced{font-size:.72rem}.performance-section{padding:24px 14px;margin-top:38px;width:100%;margin-left:0;margin-right:0}.performance-title{font-size:1.8rem;margin-bottom:18px}.performance-list{grid-template-columns:1fr;gap:12px}.performance-icon{width:28px;height:28px;min-width:28px}.performance-item-title{font-size:.95rem;margin-bottom:4px}.performance-item-desc{font-size:.82rem}}@media(min-width:400px)and (max-width:500px){.header{height:70px;padding:0 16px}.header-logo img{height:70px}.menu-toggle{font-size:26px}.header-nav{top:70px;right:16px;padding:16px;gap:12px;min-width:180px}.header-nav a{font-size:.9rem}.header-nav .cta{font-size:.85rem;padding:8px 14px}.hero{padding:40px 16px 50px;gap:20px}.hero-logo{margin-bottom:-20px}.hero-logo img{height:110px}.hero-title h1{font-size:1.25rem;line-height:1.2}.hero-title .highlight{font-size:1.25rem}.hero-content>p{font-size:.85rem;line-height:1.6;margin-top:12px}.hero-buttons{gap:12px;margin-top:16px}.hero-buttons button{padding:9px 16px;font-size:.75rem}.hero-image{height:220px;border-radius:14px}.about{padding:50px 16px}.about-title{font-size:1.8rem;margin-bottom:36px}.about-content{gap:35px}.about-section{gap:15px}.about-section h3{font-size:1.5rem;margin-bottom:12px}.about-section p{font-size:.92rem;line-height:1.7}.technology-section{margin-left:0;margin-right:0;padding:55px 16px;margin-top:35px}.technology-title{font-size:1.55rem;margin-bottom:20px}.technology-description{font-size:.88rem;margin-bottom:40px}.technology-cards{gap:16px;padding:0}.technology-grid{gap:16px}.tech-card{padding:11px 14px;min-height:70px;gap:4px}.tech-card-icon{height:24px}.tech-card-title{font-size:.88rem}.tech-card-description{font-size:.7rem}.tech-card h4{font-size:.9rem}.tech-card p{font-size:.82rem}.features-section{margin-left:-16px;margin-right:-16px;padding:40px 16px;margin-top:40px}.feature-item{padding:22px 0}.feature-content{gap:14px;padding-left:10px}.feature-icon{width:50px;height:50px}.feature-icon svg{width:34px;height:34px}.feature-title{font-size:1.08rem}.feature-description{font-size:.85rem}.specifications-section{padding:50px 16px;margin-top:60px}.specifications-title{font-size:1.75rem}.specifications-subtitle{font-size:.92rem;margin-bottom:45px}.specifications-subtitle-section{font-size:1.55rem;margin-bottom:35px}.specifications-grid{grid-template-columns:repeat(2,1fr);gap:15px}.spec-card{padding:15px 13px}.spec-label{font-size:.78rem}.spec-value{font-size:.98rem}.advanced-technologies-section{margin-top:50px}.advanced-tech-title{font-size:1.75rem;margin-bottom:35px}.advanced-tech-grid{grid-template-columns:1fr;gap:11px}.tech-card-advanced{padding:10px 12px}.tech-icon-advanced{height:30px}.tech-card-title-advanced{font-size:.85rem}.tech-card-desc-advanced{font-size:.7rem}.performance-section{padding:24px 14px;margin-top:35px;width:100%;margin-left:0;margin-right:0}.performance-title{font-size:1.75rem;margin-bottom:18px}.performance-list{grid-template-columns:1fr;gap:12px}.performance-icon{width:26px;height:26px;min-width:26px}.performance-item-title{font-size:.92rem}.performance-item-desc{font-size:.8rem}.contact{padding:50px 16px 110px}.contact-main-title{font-size:1.8rem}.contact-main-subtitle{font-size:.95rem;margin-bottom:40px}.contact-container{gap:32px}.contact-info h2{font-size:1.55rem}.contact-info{gap:35px}.contact-item{gap:14px}.contact-icon{width:54px;height:54px}.contact-icon svg{width:26px;height:26px}.contact-item h4{font-size:1rem}.contact-item p{font-size:.9rem}.contact-subtitle{font-size:.95rem}.company-section h3{font-size:1.3rem;margin-bottom:10px}.company-description{font-size:.92rem}.why-choose{padding:18px 20px}.why-choose h4{font-size:1rem}.why-choose li{font-size:.88rem}.contact-form{max-width:100%;padding:20px}.form-group label{font-size:.92rem}.form-group input,.form-group textarea{font-size:.95rem;padding:11px 14px}.submit-btn{padding:14px 20px;font-size:.9rem}.lang-fab{right:16px;bottom:calc(env(safe-area-inset-bottom,0px) + 16px);padding:11px 15px;font-size:.92rem}.footer{padding:40px 16px 22px;margin-top:55px}.footer-content{gap:35px}.footer-logo img{height:85px}.footer-title{font-size:.98rem}.footer-links a,.footer-contact li{font-size:.87rem}.footer-bottom{padding-top:22px}.footer-bottom p{font-size:.83rem}}@media(max-width:400px){.header{height:60px;padding:0 12px}.header-logo img{height:60px}.menu-toggle{font-size:24px}.header-nav{top:60px;right:12px;padding:15px;gap:12px;min-width:160px}.header-nav a{font-size:.85rem}.header-nav .cta{font-size:.8rem;padding:6px 12px}.hero{padding:20px 12px 40px;gap:15px}.hero-logo{margin-bottom:-15px}.hero-logo img{height:90px}.hero-title h1,.hero-title .highlight{font-size:1.1rem}.hero-content>p{font-size:.8rem;line-height:1.5}.hero-buttons{gap:10px;margin-top:12px}.hero-buttons button{padding:6px 10px;font-size:.65rem}.hero-image{height:180px;border-radius:12px}.hero-title h1,.hero-title .highlight{font-size:.9rem}.about{padding:40px 12px}.about-title{font-size:1.6rem;margin-bottom:30px}.about-content{gap:30px}.about-section{gap:15px}.about-section h3{font-size:1.4rem;margin-bottom:10px}.about-section p{font-size:.9rem;line-height:1.6}.technology-section{margin-left:0;margin-right:0;padding:0 12px;margin-top:30px}.technology-title{font-size:1.4rem;margin-bottom:20px}.technology-description{font-size:.85rem;margin-bottom:30px}.technology-grid{gap:12px}.tech-card{padding:10px;min-height:64px;gap:3px;border-radius:12px}.tech-card-icon{font-size:1.2rem;height:22px}.tech-card h4{font-size:.85rem}.tech-card p{font-size:.75rem;line-height:1.4}.features-section{margin-left:-12px;margin-right:-12px;padding:30px 12px;margin-top:30px}.feature-item{padding:20px 0}.feature-content{gap:12px;padding-left:8px}.feature-icon{width:48px;height:48px}.feature-icon svg{width:32px;height:32px}.feature-title{font-size:1rem;margin-bottom:8px}.feature-description{font-size:.8rem;line-height:1.6}.feature-border{width:3px}.specifications-section{padding:30px 12px;margin-top:40px}.specifications-title{font-size:1.6rem}.specifications-subtitle{font-size:.9rem;margin-bottom:40px}.specifications-subtitle-section{font-size:1.4rem;margin-bottom:30px}.specifications-grid{grid-template-columns:1fr;gap:14px}.spec-card{padding:14px 12px}.spec-label{font-size:.75rem}.spec-value{font-size:.95rem}.advanced-technologies-section{margin-top:40px}.advanced-tech-title{font-size:1.6rem;margin-bottom:30px}.advanced-tech-grid{grid-template-columns:1fr;gap:10px}.tech-card-advanced{padding:9px 10px}.tech-icon-advanced{height:28px;margin-bottom:3px}.tech-card-title-advanced{font-size:.82rem}.tech-card-desc-advanced{font-size:.68rem}.performance-section{padding:18px 10px;margin-top:30px;width:100%;margin-left:0;margin-right:0}.performance-title{font-size:1.6rem;margin-bottom:14px}.performance-list{grid-template-columns:1fr;gap:10px}.performance-icon{width:24px;height:24px;min-width:24px}.performance-item-title{font-size:.9rem}.performance-item-desc{font-size:.78rem;line-height:1.5}}.about-cta{display:flex;justify-content:center;margin-top:64px}.info-button{display:inline-flex;align-items:center;gap:12px;padding:16px 32px;font-size:1.05rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#d62526,#b11217);border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 24px #d6252640}.info-button:hover{transform:translateY(-3px);box-shadow:0 12px 32px #d6252659;background:linear-gradient(135deg,#b11217,#8a0d10)}.info-button:active{transform:translateY(-1px)}.info-button svg{flex-shrink:0}.modal-overlay{position:fixed;inset:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px;animation:fadeIn .3s ease;overflow-y:auto}.modal-content{background:#fff;border-radius:20px;width:100%;max-width:900px;max-height:90vh;overflow-y:auto;position:relative;animation:slideUp .3s ease;box-shadow:0 20px 60px #0000004d}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:sticky;top:20px;left:calc(100% - 60px);width:40px;height:40px;border-radius:50%;background:#fff;border:2px solid #e0e0e0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10;margin-bottom:-40px;color:#666}.modal-close:hover{background:#f5f5f5;border-color:#d62526;color:#d62526;transform:rotate(90deg)}.modal-header{padding:48px 48px 32px;border-bottom:2px solid #f0f0f0}.modal-title{font-size:2.5rem;font-weight:700;color:#1e1e1e;text-align:center;margin:0}.modal-body{padding:48px}.modal-section{margin-bottom:48px}.modal-section:last-child{margin-bottom:0}.modal-section-title{font-size:1.8rem;font-weight:700;color:#d62526;margin-bottom:20px;padding-bottom:12px;border-bottom:3px solid #ffe9e3}.modal-intro{font-size:1.05rem;line-height:1.8;color:#555;margin-bottom:32px;text-align:justify}.modal-item{margin-bottom:32px;padding:24px;background:#fafafa;border-radius:12px;border-left:4px solid #D62526}.modal-item:last-child{margin-bottom:0}.modal-item-title{display:flex;align-items:center;gap:12px;font-size:1.15rem;font-weight:700;color:#1e1e1e;margin-bottom:16px}.modal-item-title svg{flex-shrink:0}.modal-item-text{font-size:.95rem;line-height:1.7;color:#666;text-align:justify}.modal-table-wrap{overflow-x:auto;margin:24px 0 32px;border-radius:12px;border:1px solid #f0f0f0;background:#fff}.modal-table{width:100%;border-collapse:collapse;min-width:720px;font-size:.95rem}.modal-table th,.modal-table td{padding:16px 18px;text-align:left;vertical-align:top;border-bottom:1px solid #f0f0f0}.modal-table th{background:#fff7f4;color:#1e1e1e;font-weight:700;border-bottom:2px solid #ffe9e3}.modal-table tr:last-child td{border-bottom:none}.modal-details{margin-top:8px}.modal-subtitle{font-size:1.1rem;font-weight:700;color:#1e1e1e;margin:20px 0 12px}.modal-list{margin:12px 0 0 20px;color:#555;line-height:1.7;font-size:.95rem}.modal-list li{margin-bottom:10px}@media(max-width:768px){.modal-content{max-height:95vh;border-radius:12px}.modal-header{padding:32px 24px 24px}.modal-title{font-size:1.8rem}.modal-body{padding:24px}.modal-section-title{font-size:1.4rem}.modal-intro{font-size:.95rem}.modal-item{padding:16px}.modal-item-title{font-size:1rem}.modal-item-text{font-size:.9rem}.info-button{padding:14px 24px;font-size:.95rem}.modal-close{left:calc(100% - 50px)}}.more-info{padding:100px 64px;background:linear-gradient(135deg,#fffbf7,#fff4ec);scroll-margin-top:100px}.more-info-container{max-width:1200px;margin:0 auto}.more-info-title{font-size:3rem;font-weight:700;text-align:center;color:#1e1e1e;margin-bottom:80px}.more-info-title .highlight{color:#d62526}.info-section{margin-bottom:80px}.info-section-title{font-size:2rem;font-weight:700;color:#1e1e1e;margin-bottom:24px;text-align:center}.info-section-intro{font-size:1.1rem;line-height:1.8;color:#555;text-align:center;max-width:900px;margin:0 auto 48px}.info-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;margin-top:48px}.info-card{background:#fff;border-radius:16px;padding:32px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:2px solid transparent}.info-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #d6252626;border-color:#d6252633}.info-card-header{display:flex;flex-direction:column;gap:16px;margin-bottom:20px}.info-card-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;background:linear-gradient(135deg,#fff7f4,#ffe9e3);border-radius:12px;margin-bottom:8px}.info-card-title{font-size:1.25rem;font-weight:700;color:#1e1e1e;line-height:1.4}.info-card-description{font-size:.95rem;line-height:1.7;color:#666;text-align:justify}@media(max-width:1024px){.more-info{padding:80px 48px}.more-info-title{font-size:2.5rem}.info-section-title{font-size:1.75rem}.info-cards{grid-template-columns:1fr}}@media(max-width:768px){.more-info{padding:60px 24px}.more-info-title{font-size:2rem;margin-bottom:48px}.info-section{margin-bottom:60px}.info-section-title{font-size:1.5rem}.info-section-intro{font-size:1rem;margin-bottom:32px}.info-card{padding:24px}.info-card-title{font-size:1.1rem}.info-card-description{font-size:.9rem}}.contact{padding:80px 64px;background:transparent;scroll-margin-top:100px}.contact-main-title{font-size:3rem;font-weight:700;text-align:center;color:#1e1e1e;margin-bottom:16px}.contact-main-title .highlight{color:#f55}.contact-main-subtitle{font-size:1.1rem;color:#666;text-align:center;line-height:1.6;margin-bottom:60px}.contact-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.contact-info{display:flex;flex-direction:column;gap:40px}.contact-info h2{font-size:3rem;font-weight:700;line-height:1.2;color:#1e1e1e;margin-bottom:12px}.contact-info h2 .highlight{color:#f55}.contact-subtitle{font-size:1.1rem;color:#666;line-height:1.6;margin-top:0}.company-section{position:relative;padding-bottom:20px}.company-section:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(to right,#d62526 0%,#FF5555 50%,transparent 100%);border-radius:2px}.company-section h3{font-size:1.5rem;font-weight:700;color:#1e1e1e;margin-bottom:12px}.company-description{color:#666;line-height:1.6;font-size:1rem;margin-bottom:0}.contact-details{display:flex;flex-direction:column;gap:24px}.contact-item{display:flex;gap:16px;align-items:flex-start}.contact-icon{width:60px;height:60px;border-radius:12px;background:transparent;border:2px solid #ff4444;color:#f44;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}.contact-icon svg{width:28px;height:28px;stroke:#f44}.contact-item h4{font-size:1.1rem;font-weight:600;color:#1e1e1e;margin-bottom:4px}.contact-item p{color:#666;font-size:1rem}.why-choose{padding:20px 24px;background:transparent;border:2px solid #d62526;border-radius:12px;box-shadow:0 4px 16px #b112171a;transition:all .3s ease}.why-choose:hover{transform:translateY(-4px);box-shadow:0 12px 32px #b1121733;border-color:#f55}.why-choose h4{font-size:1.1rem;font-weight:700;color:#1e1e1e;margin-bottom:16px}.why-choose ul{list-style:none}.why-choose li{display:flex;align-items:center;gap:12px;margin-bottom:12px;color:#666;font-size:.95rem;line-height:1.5}.why-choose li:before{content:"";width:8px;height:8px;background-color:#f55;border-radius:50%;flex-shrink:0}.contact-why-choose li:last-child{margin-bottom:0}.contact-form-wrapper{display:flex;justify-content:flex-end}.contact-form{width:100%;max-width:550px;display:flex;flex-direction:column;gap:20px;padding:32px;background:transparent;border:2px solid #d62526;border-radius:12px;box-shadow:0 4px 16px #b112171a;transition:all .3s ease}.contact-form:hover{box-shadow:0 8px 24px #b1121726}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:.95rem;font-weight:600;color:#1e1e1e}.form-group input,.form-group textarea{padding:12px 16px;border:2px solid rgba(214,37,38,.3);background-color:transparent;border-radius:8px;font-family:inherit;font-size:.95rem;color:#1e1e1e;transition:all .3s ease}.form-group input::placeholder,.form-group textarea::placeholder{color:#1e1e1e80}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#d62526;background-color:#d6252608;box-shadow:0 0 0 3px #d625261a}.form-group .error{border-color:#d62526;background-color:#d625260a;box-shadow:0 0 0 2px #d625261f}.form-error{color:#b11217;font-size:.85rem;margin-top:6px;line-height:1.3}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{padding:16px 32px;background:linear-gradient(135deg,#7a0a0e,#f55);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #f553;margin-top:8px;display:flex;align-items:center;justify-content:center;gap:10px}.submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:0 4px 12px #ff55551a}.submit-btn svg{width:20px;height:20px;stroke:#fff}.submit-btn:hover{background:linear-gradient(135deg,#8f0e12,#f77);box-shadow:0 6px 16px #ff55554d;transform:translateY(-2px)}.submit-btn:active{transform:translateY(0)}.contact-toast{position:fixed;top:24px;right:24px;z-index:1100;background:#fff;border:2px solid #d62526;box-shadow:0 12px 34px #0000002e;border-radius:12px;padding:14px 16px;min-width:300px}.contact-toast-content{display:flex;align-items:center;gap:12px;color:#1e1e1e}.contact-toast-icon{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#7a0a0e,#f55);display:grid;place-items:center;color:#fff;flex-shrink:0}.contact-toast-title{font-weight:700;font-size:1rem;margin-bottom:4px}.contact-toast-subtitle{font-size:.9rem;color:#555}.contact-toast-close{margin-left:auto;background:transparent;border:1px solid #d62526;color:#d62526;border-radius:8px;padding:8px 12px;font-weight:600;cursor:pointer;transition:all .2s ease}.contact-toast-close:hover{background:#d62526;color:#fff}@media(max-width:768px){.contact{padding:60px 32px}.contact-container{grid-template-columns:1fr;gap:40px}.contact-info h2{font-size:2rem}.contact-form{max-width:100%;padding:24px}.contact-form-wrapper{justify-content:flex-start}}@media(max-width:480px){.contact{padding:48px 20px 120px}.contact-container{gap:28px}.form-group label{font-size:.95rem}.form-group input,.form-group textarea{font-size:1rem;padding:14px 16px;min-height:44px}.submit-btn{width:100%;padding:16px 20px;font-size:1rem;margin-top:12px}.lang-fab{right:16px;bottom:calc(env(safe-area-inset-bottom,0px) + 16px);padding:10px 14px;font-size:.95rem;box-shadow:0 10px 28px #d6252638}}@media(max-width:360px){.contact{padding:40px 16px 140px}.form-group input,.form-group textarea{font-size:.95rem;padding:12px 14px}.lang-fab{right:14px;bottom:calc(env(safe-area-inset-bottom,0px) + 20px);padding:9px 12px;font-size:.9rem}}.footer{background:transparent;padding:45px 45px 40px;border-top:1px solid rgba(30,30,30,.1);margin-top:80px}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:60px}.footer-column{display:flex;flex-direction:column;gap:16px}.footer-about{max-width:350px}.footer-logo img{height:140px;margin-bottom:8px}.footer-description{color:#666;line-height:1.6;font-size:.95rem}.footer-title{font-size:1.1rem;font-weight:700;color:#1e1e1e;margin-bottom:8px}.footer-links,.footer-contact{list-style:none;display:flex;flex-direction:column;gap:12px}.footer-links a{color:#666;text-decoration:none;font-size:.95rem;transition:color .3s ease}.footer-links a:hover{color:#f55}.footer-contact li{color:#666;font-size:.95rem;line-height:1.5}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:32px;border-top:1px solid rgba(30,30,30,.1);text-align:center}.footer-bottom p{color:#666;font-size:.9rem}@media(max-width:1024px){.footer{padding:50px 40px 28px}.footer-content{gap:50px}.footer-logo img{height:120px}}@media(max-width:768px){.footer{padding:40px 32px 24px;margin-top:60px}.footer-content{grid-template-columns:1fr;gap:40px}.footer-about{max-width:100%}.footer-logo img{height:100px}.footer-bottom{padding-top:24px}.footer-title{font-size:1rem}.footer-links a,.footer-contact li{font-size:.9rem}}@media(max-width:450px){.footer{padding:32px 16px 20px;margin-top:50px}.footer-content{gap:32px}.footer-logo img{height:80px}.footer-title{font-size:.95rem;margin-bottom:12px}.footer-links,.footer-contact{gap:10px}.footer-links a,.footer-contact li{font-size:.85rem}.footer-bottom{padding-top:20px}.footer-bottom p{font-size:.8rem}}@media(max-width:400px){.footer{padding:28px 12px 18px;margin-top:40px}.footer-content{gap:28px}.footer-logo img{height:70px}.footer-column{gap:12px}.footer-title{font-size:.9rem}.footer-links a,.footer-contact li{font-size:.8rem}.footer-bottom{padding-top:18px}.footer-bottom p{font-size:.75rem;line-height:1.5}}.carousel-overlay{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px;animation:fadeIn .3s ease-in}.carousel-container{position:relative;background:#fff;border-radius:16px;padding:40px 20px 20px;max-width:700px;width:100%;box-shadow:0 20px 60px #0000004d;animation:fadeInUp .3s ease-in}.carousel-close{position:absolute;top:12px;right:12px;background:none;border:none;font-size:28px;cursor:pointer;color:#1e1e1e;width:36px;height:36px;display:flex;align-items:center;justify-content:center;transition:color .2s ease;padding:0}.carousel-close:hover{color:#f55}.carousel-main{width:100%;height:400px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:12px;background:#f5f5f5;margin-bottom:20px}.carousel-image{width:100%;height:100%;object-fit:contain;animation:fadeIn .3s ease-in}.carousel-controls{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.carousel-btn{background:linear-gradient(135deg,#7a0a0e,#f55);color:#fff;border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0}.carousel-btn:hover{background:linear-gradient(135deg,#8f0e12,#f77);transform:scale(1.1);box-shadow:0 4px 12px #ff55554d}.carousel-btn:active{transform:scale(.95)}.carousel-dots{display:flex;gap:8px;justify-content:center;flex:1;flex-wrap:wrap}.carousel-dot{width:10px;height:10px;border-radius:50%;background:#d0d0d0;border:none;cursor:pointer;transition:all .3s ease}.carousel-dot.active{background:linear-gradient(135deg,#7a0a0e,#f55);width:12px;height:12px}.carousel-dot:hover{background:#f55}.carousel-counter{text-align:center;font-size:14px;color:#666;font-weight:500}.photo-button{display:inline-block;background:linear-gradient(135deg,#7a0a0e,#f55);color:#fff;padding:12px 28px;border-radius:8px;border:none;cursor:pointer;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s ease;margin-top:12px;box-shadow:0 4px 12px #b1121733}.photo-button:hover{background:linear-gradient(135deg,#8f0e12,#f77);transform:translateY(-2px);box-shadow:0 6px 16px #b112174d}.photo-button:active{transform:translateY(0)}@media(max-width:768px){.carousel-container{padding:36px 16px 16px}.carousel-main{height:300px;margin-bottom:16px}.carousel-btn{width:36px;height:36px;font-size:16px}.carousel-dots{gap:6px}.carousel-dot{width:8px;height:8px}.carousel-dot.active{width:10px;height:10px}}
