@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#000000de;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}html,body{margin:0;padding:0;width:100%;overflow-x:hidden;-ms-overflow-style:none;scrollbar-width:none}body::-webkit-scrollbar{display:none}body{min-width:320px;font-size:16px}h1{font-size:clamp(2rem,5vw,3.5rem);line-height:1.1;margin:0}h2{font-size:clamp(1.75rem,4vw,2.5rem);line-height:1.2;margin:0}h3{font-size:clamp(1.25rem,3vw,1.75rem);line-height:1.3;margin:0}p{font-size:clamp(.95rem,2vw,1.1rem);line-height:1.6}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}img{max-width:100%;height:auto;display:block}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 clamp(1rem,3vw,2rem)}main{display:block}.hero{padding:clamp(3rem,6vw,5rem) 0;text-align:center}.hero h1{margin:0 0 .75rem}.hero p{margin:0 auto 1rem;max-width:48ch}.section{padding:clamp(2rem,4vw,3.5rem) 0}.btn{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 1rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:clamp(.9rem,2vw,1rem)}.btn-primary{background:#646cff;color:#fff}@media(max-width:1024px){.container{padding:0 1.5rem}}@media(max-width:768px){body{font-size:15px}.hero{padding:3rem 0}.section{padding:2rem 0}.container{padding:0 1rem}}@media(max-width:480px){body{font-size:14px}.btn{height:38px;padding:0 .875rem}}.scroll-reveal{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out;will-change:opacity,transform}*{box-sizing:border-box}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;animation:slideDown .5s ease-out}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.navbar__container{max-width:1200px;margin:0 auto;padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;background:#fffffff2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:16px;box-shadow:0 4px 24px #00000014;border:1px solid rgba(0,0,0,.06);transition:all .3s ease}.navbar__brand{font-weight:700;font-size:1.25rem;color:#1a202c;text-decoration:none;letter-spacing:-.02em;transition:color .2s;white-space:nowrap}.navbar__brand:hover{color:#eb1f25}.navbar__logo{height:40px;width:auto;display:block;transition:transform .3s ease,filter .3s ease}.navbar__brand:hover .navbar__logo{transform:scale(1.05)}.navbar__menu{display:flex;align-items:center;gap:2rem;list-style:none;margin:0;padding:0;flex:1;justify-content:center}.navbar__menu-actions{display:none}.navbar__link{color:#4a5568;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .2s;position:relative;white-space:nowrap}.navbar__link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#eb1f25;transition:width .3s ease}.navbar__link:hover{color:#1a202c}.navbar__link:hover:after{width:100%}.navbar__actions{display:flex;align-items:center;gap:.75rem}.navbar__btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1.5rem;border-radius:10px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s ease;cursor:pointer;border:none;white-space:nowrap}.navbar__btn--login{background:transparent;color:#1a202c;padding:.65rem 1rem}.navbar__btn--login:hover{color:#eb1f25}.navbar__btn--primary{background:#1a202c;color:#fff;box-shadow:0 2px 8px #00000026}.navbar__btn--primary:hover{background:#eb1f25;color:#fff}.navbar__btn--primary svg{transition:transform .2s ease}.navbar__btn--primary:hover svg{transform:translate(3px)}.navbar__toggle{display:none;width:40px;height:40px;border:none;border-radius:8px;background:transparent;flex-direction:column;align-items:center;justify-content:center;gap:5px;cursor:pointer;transition:background .2s}.navbar__toggle:hover{background:#0000000d}.navbar__bar{width:20px;height:2px;background:#1a202c;border-radius:2px;transition:all .3s ease}.navbar__toggle.is-open .navbar__bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar__toggle.is-open .navbar__bar:nth-child(2){opacity:0;transform:translate(-10px)}.navbar__toggle.is-open .navbar__bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:968px){.navbar{padding:.75rem 1rem}.navbar__container{padding:.75rem 1.25rem;position:relative}.navbar__toggle{display:flex;order:2}.navbar__menu{display:none;position:absolute;top:calc(100% + .5rem);left:0;right:0;width:100%;flex-direction:column;align-items:stretch;gap:.5rem;padding:1rem 1.25rem;background:#fffffffa;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:16px;box-shadow:0 4px 24px #00000014;border:1px solid rgba(0,0,0,.06)}.navbar__menu.is-open{display:flex}.navbar__link{padding:.75rem .5rem;border-radius:8px}.navbar__link:hover{background:#00000008}.navbar__link:after{display:none}.navbar__actions{display:none}.navbar__menu-actions{display:flex;flex-direction:column;gap:.5rem;padding-top:.5rem;margin-top:.5rem;border-top:1px solid rgba(0,0,0,.08)}.navbar__menu-actions .navbar__btn{width:100%;justify-content:center}.navbar__btn{font-size:.9rem;padding:.75rem 1.25rem}.navbar__btn--login{padding:.75rem 1rem}.navbar__logo{height:35px}}@media(max-width:480px){.navbar__brand{font-size:1.1rem}.navbar__btn{font-size:.85rem;padding:.7rem 1rem}.navbar__btn--login{padding:.7rem .75rem}.navbar__logo{height:30px}}.hero-section{position:relative;width:100%;height:100vh;overflow:hidden;color:#fff;font-family:Inter,sans-serif}.hero__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.hero__background img{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0c1c304d}.hero__content{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:8rem 4rem 3rem}.hero__main-text{position:relative;margin-top:auto;margin-bottom:auto;max-width:800px}.hero__main-text h1{font-size:5.5rem;font-weight:500;line-height:1.1;letter-spacing:-.02em;margin:0}.hero__kite-graphic{position:absolute;top:0;left:450px;width:120px;height:60px;background:#eb1f25;border-top-left-radius:100px;border-top-right-radius:100px;transform:rotate(-25deg);opacity:.9;z-index:-1}.hero__footer{display:flex;justify-content:space-between;align-items:flex-end;width:100%}.hero__investors{max-width:50%}.hero__investors p{font-size:.85rem;opacity:.8;margin-bottom:1rem}.hero__investor-logos{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:1rem;align-items:center;justify-items:center}.hero__investor-logos span{border:1px solid rgba(255,255,255,.3);padding:.2rem .5rem;border-radius:4px;font-size:.7rem}.partner-logo{height:36px;max-width:100%;width:auto;object-fit:contain;filter:brightness(0) invert(1);opacity:.8;transition:opacity .3s ease}.partner-logo:hover{opacity:1}.hero__description-container{text-align:right;max-width:450px}.hero__description p{font-size:1.35rem;line-height:1.4;margin-bottom:2rem;font-weight:400}.highlight{color:#eb1f25;font-weight:500}.hero__scroll{font-size:.85rem;opacity:.8;display:flex;align-items:center;justify-content:flex-end;gap:.5rem;animation:bounce 2s infinite}.hero__scroll:before{content:"";display:inline-block;width:6px;height:6px;background:#eb1f25;border-radius:50%}.hero__badge{position:absolute;right:0;top:45%;background:#eb1f25;color:#fff;padding:1rem .4rem;writing-mode:vertical-rl;text-orientation:mixed;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;z-index:10;cursor:pointer;transition:transform .3s ease}.hero__badge:hover{transform:translateY(-50%) translate(-5px)}.hero__badge-w{font-weight:700;font-size:1.2rem;margin-bottom:.8rem;writing-mode:horizontal-tb}.hero__badge-text{font-size:.75rem;letter-spacing:1px;text-transform:uppercase;font-weight:600}.scroll-reveal{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.scroll-reveal.is-visible{opacity:1;transform:translateY(0)}.hero__main-text.scroll-reveal{transform:translateY(50px);transition:opacity 1s ease-out,transform 1s ease-out}.hero__investors.scroll-reveal{transform:translate(-30px);transition:opacity .8s ease-out .2s,transform .8s ease-out .2s}.hero__description-container.scroll-reveal{transform:translate(30px);transition:opacity .8s ease-out .4s,transform .8s ease-out .4s}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media(max-width:1024px){.hero__main-text h1{font-size:4rem}.hero__content{padding:6rem 2rem 2rem}}@media(max-width:768px){.hero__main-text h1{font-size:3rem}.hero__kite-graphic{left:250px;width:80px;height:40px}.hero__footer{flex-direction:column;align-items:flex-start;gap:2rem}.hero__investors{max-width:100%;padding-left:12px}.hero__description-container{text-align:left;max-width:100%}.hero__scroll{justify-content:flex-start}.hero__badge{display:none}.hero__investor-logos{grid-template-columns:repeat(3,minmax(64px,1fr));gap:.75rem}.partner-logo{height:28px}}@media(min-width:1024px){.hero__investors{max-width:100%}.hero__investor-logos{display:flex;flex-wrap:nowrap;align-items:center;justify-content:flex-start;gap:1.5rem}.partner-logo{height:42px}}@media(max-width:480px){.hero__main-text h1{font-size:2.5rem}.hero__content{padding:5rem 1.5rem 2rem}.hero__description p{font-size:1.1rem}.hero__kite-graphic{left:180px;top:-10px}.hero__investor-logos{grid-template-columns:repeat(2,minmax(56px,1fr));gap:.5rem}.partner-logo{height:24px}}.stats-section{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:6rem 2rem;background-color:#fff;font-family:Inter,sans-serif;color:#1a202c;position:relative;overflow:hidden}.stats-bg-pattern{position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(#e2e8f0 1px,transparent 1px);background-size:40px 40px;opacity:.5;z-index:0;mask-image:linear-gradient(to bottom,transparent,black 20%,black 80%,transparent);-webkit-mask-image:linear-gradient(to bottom,transparent,black 20%,black 80%,transparent)}.stats-container{width:100%;max-width:1200px;margin:0 auto;position:relative;z-index:1}.stats-header{text-align:center;margin-bottom:5rem;opacity:0;transform:translateY(30px);transition:all .8s ease-out}.stats-section.is-visible .stats-header{opacity:1;transform:translateY(0)}.stats-badge{display:inline-block;padding:.5rem 1rem;background:#fff1f0;color:#eb1f25;font-size:.85rem;font-weight:600;border-radius:100px;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.05em}.stats-title{font-size:3.5rem;font-weight:800;line-height:1.1;color:#1a202c;margin:0}.highlight-text{color:#eb1f25;position:relative;display:inline-block}.highlight-text:after{content:"";position:absolute;bottom:5px;left:0;width:100%;height:12px;background:#ff443326;z-index:-1;transform:skew(-10deg)}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.stat-card{background:#fff;padding:3rem 2rem;border-radius:24px;border:1px solid rgba(0,0,0,.04);box-shadow:0 10px 30px #00000005;transition:all .5s cubic-bezier(.2,.8,.2,1);opacity:0;transform:translateY(40px);display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}.stats-section.is-visible .stat-card{opacity:1;transform:translateY(0)}.stat-card:hover{transform:translateY(-15px);box-shadow:0 20px 40px #00000014;border-color:#ff44331a}.stat-icon-wrapper{width:64px;height:64px;background:#fff5f5;color:#eb1f25;border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;transition:transform .3s ease}.stat-card:hover .stat-icon-wrapper{transform:scale(1.1) rotate(5deg);background:#eb1f25;color:#fff}.stat-value-wrapper{display:flex;align-items:baseline;justify-content:center;gap:.5rem;margin-bottom:.5rem}.stat-value{font-size:4.5rem;font-weight:800;line-height:1;color:#1a202c;letter-spacing:-.03em}.stat-sub{font-size:1.1rem;font-weight:600;color:#94a3b8}.stat-label{display:block;font-size:1.25rem;font-weight:700;color:#1a202c;margin-bottom:1rem}.stat-description{font-size:1rem;color:#64748b;line-height:1.6;margin:0}@media(max-width:1024px){.stats-title{font-size:3rem}.stat-value{font-size:3.5rem}}@media(max-width:768px){.stats-section{padding:4rem 1.5rem;min-height:auto}.stats-grid{grid-template-columns:1fr;gap:2.5rem}.stats-title{font-size:2.25rem;margin-bottom:3rem}.stat-card{padding:2rem}}@media(max-width:480px){.stats-title{font-size:2rem}.stat-value{font-size:3rem}.stat-icon-wrapper{width:50px;height:50px}}.service-link:hover{color:#fff}.services-section{width:100%;min-height:100vh;background-color:#0f172a;color:#fff;display:flex;align-items:center;justify-content:center;padding:6rem 2rem;font-family:Inter,sans-serif;position:relative;overflow:hidden}.services-container{width:100%;max-width:1400px;z-index:2}.services-header{text-align:center;margin-bottom:5rem}.services-subtitle{color:#eb1f25;font-weight:600;text-transform:uppercase;letter-spacing:.1em;font-size:.9rem;display:block;margin-bottom:1rem}.services-title{font-size:3.5rem;font-weight:700;margin:0;color:#fff}.services-title .highlight{color:#eb1f25}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;height:500px}.service-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2.5rem;position:relative;transition:all .5s cubic-bezier(.4,0,.2,1);overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer}.service-card:hover,.service-card.active{background:#eb1f25;border-color:#eb1f25;transform:translateY(-10px);box-shadow:0 20px 40px #f433}.service-number{font-size:4rem;font-weight:800;color:#ffffff1a;position:absolute;top:1rem;right:1.5rem;transition:all .3s ease}.service-card:hover .service-number{color:#ffffff4d}.service-icon{width:60px;height:60px;background:#ffffff1a;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;transition:all .3s ease}.service-icon svg{width:30px;height:30px;color:#fff}.service-card:hover .service-icon{background:#fff}.service-card:hover .service-icon svg{color:#eb1f25}.service-content h3{font-size:1.5rem;font-weight:700;margin:0 0 1rem}.service-content p{font-size:.95rem;line-height:1.6;color:#ffffffb3;margin-bottom:2rem;transition:color .3s ease}.service-card:hover .service-content p{color:#ffffffe6}.service-link{display:inline-flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;font-weight:600;font-size:.9rem;opacity:0;transform:translateY(20px);transition:all .3s ease}.service-card:hover .service-link{opacity:1;transform:translateY(0)}@media(max-width:1200px){.services-grid{grid-template-columns:repeat(2,1fr);height:auto;gap:2rem}.service-card{min-height:350px}}@media(max-width:768px){.services-section{padding:4rem 1.5rem;min-height:auto}.services-grid{grid-template-columns:1fr;gap:1.5rem}.services-title{font-size:2.5rem}.service-card{min-height:auto;padding:2rem}.service-link{opacity:1;transform:translateY(0);margin-top:1rem}}@media(max-width:480px){.services-title{font-size:2rem}.services-subtitle{font-size:.8rem}}.banner-wrapper{position:relative;width:100%;height:0;z-index:50;display:flex;justify-content:center;align-items:center;overflow:visible}.marquee-banner{position:absolute;top:0;left:-5%;width:110%;background:#eb1f25;color:#fff;padding:clamp(.75rem,2vw,1rem) 0;transform:translateY(-50%) rotate(-2deg);box-shadow:0 10px 30px #0003;border-top:2px solid white;border-bottom:2px solid white;display:flex;align-items:center;overflow:hidden}.marquee-content{display:flex;white-space:nowrap;animation:marquee 60s linear infinite}.marquee-content span{font-family:Inter,sans-serif;font-size:clamp(1.25rem,4vw,2.5rem);font-weight:700;text-transform:uppercase;padding-right:clamp(2rem,4vw,4rem);letter-spacing:.05em}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:1024px){.marquee-banner{transform:translateY(-50%) rotate(-1.5deg)}}@media(max-width:768px){.marquee-banner{padding:.75rem 0;transform:translateY(-50%) rotate(-1deg)}.marquee-content span{font-size:1.5rem;padding-right:2rem}}@media(max-width:480px){.marquee-banner{padding:.5rem 0;border-top:1px solid white;border-bottom:1px solid white}.marquee-content span{font-size:1.25rem;padding-right:1.5rem}}.cta-section{width:100%;background-color:#fff;display:flex;align-items:center;justify-content:center;padding:0;font-family:Inter,sans-serif;position:relative;overflow:hidden;margin:0}.cta-container{width:100%;max-width:100%;margin:0;background:#fff;border-radius:0;padding:5rem 2rem;display:flex;align-items:center;justify-content:space-between;position:relative;overflow:hidden}.cta-content{flex:1;z-index:2;max-width:800px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center}.cta-title{font-size:2.5rem;font-weight:800;color:#1a202c;line-height:1.2;margin-bottom:1rem}.highlight-text-cta{color:#eb1f25}.cta-description{font-size:1.1rem;color:#4a5568;margin-bottom:2rem;line-height:1.5;max-width:600px}.cta-actions{display:flex;gap:1.5rem;justify-content:center}.btn-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease}.btn-primary-cta{background:#eb1f25;color:#fff;box-shadow:0 4px 12px #ff44334d}.btn-primary-cta:hover{color:#fff;transform:translateY(-2px);box-shadow:0 8px 16px #f436;background:#f54}.btn-secondary-cta{background:transparent;color:#f54;border:1px solid #ff5544}.btn-secondary-cta:hover{color:#f54;background:#f7fafc;border-color:#f54}.cta-visual{display:none}.circle-decoration{position:absolute;width:600px;height:600px;background:radial-gradient(circle,#ff443308,#f430 70%);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;pointer-events:none}@media(max-width:768px){.cta-container{padding:3rem 1.5rem}.cta-title{font-size:2rem}.cta-actions{flex-direction:column;width:100%}.btn-cta{width:100%;justify-content:center}}@media(max-width:480px){.cta-container{padding:2rem 1rem}.cta-title{font-size:1.75rem}.cta-description{font-size:1rem}}.contact-section{width:100%;min-height:100vh;background-color:#fff;color:#1a202c;display:flex;align-items:center;justify-content:center;padding:6rem 2rem;font-family:Inter,sans-serif;position:relative}.contact-container{width:100%;max-width:1200px;margin:0 auto}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.contact-subtitle{color:#eb1f25;font-weight:600;text-transform:uppercase;letter-spacing:.1em;font-size:.9rem;display:block;margin-bottom:1rem}.contact-title{font-size:3.5rem;font-weight:700;margin:0 0 1.5rem;line-height:1.1;color:#1a202c}.contact-title .highlight{color:#eb1f25}.contact-description{font-size:1.1rem;color:#4a5568;margin-bottom:3rem;line-height:1.6;max-width:90%}.contact-details{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;align-items:flex-start;gap:1.5rem}.contact-icon{width:50px;height:50px;background:#fff1f0;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#eb1f25;flex-shrink:0}.contact-item h3{font-size:1.1rem;font-weight:600;margin:0 0 .25rem;color:#1a202c}.contact-item p{color:#4a5568;margin:0;font-size:.95rem;line-height:1.5}.contact-form-wrapper{background:#f8fafc;padding:3rem;border-radius:24px;border:1px solid #e2e8f0;box-shadow:0 20px 40px #0000000d}.form-group label{font-size:.9rem;font-weight:600;color:#4a5568}.form-group input,.form-group textarea{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;color:#1a202c;font-family:inherit;font-size:1rem;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#eb1f25;box-shadow:0 0 0 3px #ff44331a}.submit-btn{background:#eb1f25;color:#fff;border:none;padding:1rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease;margin-top:1rem}.submit-btn:hover{background:#f54;transform:translateY(-2px);box-shadow:0 10px 20px #f433}@media(max-width:968px){.contact-section{padding:4rem 1.5rem;min-height:auto}.contact-grid{grid-template-columns:1fr;gap:3rem}.contact-info{text-align:center}.contact-description{margin-left:auto;margin-right:auto}.contact-item{justify-content:center;text-align:left}.contact-title{font-size:2.5rem}}@media(max-width:480px){.contact-title{font-size:2rem}.contact-form-wrapper{padding:2rem 1.5rem}.contact-item{flex-direction:column;align-items:center;text-align:center}}.footer{background-color:#eb1f25;color:#fff;font-family:Inter,sans-serif;padding:5rem 2rem 2rem;border-top:none}.footer-container{max-width:1200px;margin:0 auto}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:4rem}.footer-col{display:flex;flex-direction:column}.brand-col{padding-right:2rem}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;color:#fff}.footer-logo-img{height:32px;width:auto;filter:brightness(0) invert(1)}.footer-brand-name{font-weight:700;font-size:1.25rem;letter-spacing:-.02em}.footer-description{font-size:.95rem;line-height:1.6;margin:0;opacity:.9}.footer-heading{color:#fff;font-size:1rem;font-weight:700;margin:0 0 1.5rem;text-transform:uppercase;letter-spacing:.05em;opacity:.8}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:#fff;text-decoration:none;font-size:.95rem;opacity:.8;transition:opacity .2s ease}.footer-links a:hover{opacity:1;text-decoration:underline}.social-links{display:flex;gap:1rem}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fff3;border-radius:50%;color:#fff;transition:all .3s ease}.social-link:hover{background:#fff;color:#eb1f25;transform:translateY(-3px)}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.2);display:flex;justify-content:space-between;align-items:center;font-size:.9rem}.footer-legal{display:flex;align-items:center;gap:1rem;opacity:.9}.footer-legal a{color:#fff;text-decoration:none;transition:opacity .2s}.footer-legal a:hover{opacity:1;text-decoration:underline}.separator{opacity:.5}.footer-credit{opacity:.8;font-size:.85rem}.footer-credit a{color:#fff;font-weight:600;text-decoration:none}.footer-credit a:hover{text-decoration:underline}@media(max-width:1024px){.footer-top{grid-template-columns:1fr 1fr;gap:3rem}.brand-col{grid-column:1 / -1;padding-right:0;max-width:600px}}@media(max-width:640px){.footer{padding:4rem 1.5rem 2rem}.footer-top{grid-template-columns:1fr;gap:2.5rem}.footer-bottom{flex-direction:column;gap:1.5rem;text-align:center}.footer-legal{flex-direction:column;gap:.5rem}.separator{display:none}}.services-hero{position:relative;min-height:60vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a202c43,#2d37485b);padding:8rem 2rem 6rem;overflow:hidden}.services-hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.services-hero-background img{width:100%;height:100%;object-fit:cover}.services-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;z-index:1}.services-hero-content{position:relative;z-index:2;text-align:center;max-width:900px;margin:0 auto}.services-hero-badge{display:inline-block;padding:.5rem 1.5rem;background:#eb1f2526;color:#f1eded;font-size:.9rem;font-weight:600;border-radius:100px;margin-bottom:2rem;text-transform:uppercase;letter-spacing:.1em;border:1px solid rgba(235,31,37,.3)}.services-hero-title{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;line-height:1.1;color:#fff;margin:0 0 1.5rem}.highlight-red{color:#eb1f25;position:relative}.services-hero-description{font-size:1.25rem;color:#fffc;line-height:1.6;max-width:600px;margin:0 auto}.services-page-section{padding:6rem 2rem;background:#f8fafc;position:relative}.services-page-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}.service-detail-card{background:#fff;border-radius:24px;padding:3rem;box-shadow:0 10px 40px #0000000d;border:1px solid rgba(0,0,0,.06);transition:all .5s cubic-bezier(.2,.8,.2,1);opacity:0;transform:translateY(40px)}.services-page-section.is-visible .service-detail-card{opacity:1;transform:translateY(0)}.service-detail-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px #0000001a;border-color:#eb1f2533}.service-detail-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.service-detail-number{font-size:3rem;font-weight:800;color:#eb1f2526;line-height:1}.service-detail-icon{width:64px;height:64px;background:#fff5f5;color:#eb1f25;border-radius:16px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.service-detail-card:hover .service-detail-icon{background:#eb1f25;color:#fff;transform:scale(1.1) rotate(5deg)}.service-detail-icon svg{width:32px;height:32px}.service-detail-content{display:flex;flex-direction:column;gap:1.5rem}.service-detail-title{font-size:2rem;font-weight:700;color:#1a202c;margin:0;line-height:1.2}.service-detail-description{font-size:1.1rem;color:#64748b;line-height:1.6;margin:0}.service-detail-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.service-detail-features li{display:flex;align-items:center;gap:.75rem;font-size:1rem;color:#475569;font-weight:500}.service-detail-features li svg{color:#eb1f25;flex-shrink:0}.service-detail-link{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:#eb1f25;color:#fff;font-weight:600;border-radius:12px;text-decoration:none;transition:all .3s ease;align-self:flex-start;margin-top:1rem}.service-detail-link:hover{background:#1a202c;color:#fff;transform:translate(5px);box-shadow:0 10px 30px #1a202c4d}.service-detail-link svg{transition:transform .3s ease}.service-detail-link:hover svg{transform:translate(5px)}@media(max-width:1024px){.services-page-container{gap:2.5rem}.service-detail-card{padding:2.5rem}}@media(max-width:768px){.services-hero{padding:6rem 1.5rem 4rem;min-height:50vh}.services-hero-title{font-size:2.5rem}.services-hero-description{font-size:1.1rem}.services-page-section{padding:4rem 1.5rem}.services-page-container{grid-template-columns:1fr;gap:2rem}.service-detail-card{padding:2rem}.service-detail-title{font-size:1.75rem}.service-detail-number{font-size:2.5rem}.service-detail-icon{width:56px;height:56px}.service-detail-icon svg{width:28px;height:28px}}@media(max-width:480px){.services-hero-title{font-size:2rem}.service-detail-title{font-size:1.5rem}.service-detail-description{font-size:1rem}}.gallery-hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a202c,#2d3748);padding:8rem 2rem 5rem;overflow:hidden}.gallery-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 30% 40%,rgba(235,31,37,.12) 0%,transparent 50%),radial-gradient(circle at 70% 70%,rgba(235,31,37,.08) 0%,transparent 50%);z-index:0}.gallery-hero-content{position:relative;z-index:2;text-align:center;max-width:800px;margin:0 auto}.gallery-hero-badge{display:inline-block;padding:.5rem 1.5rem;background:#eb1f2526;color:#eb1f25;font-size:.9rem;font-weight:600;border-radius:100px;margin-bottom:2rem;text-transform:uppercase;letter-spacing:.1em;border:1px solid rgba(235,31,37,.3)}.gallery-hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;color:#fff;margin:0 0 1.5rem}.highlight-red{color:#eb1f25}.gallery-hero-description{font-size:1.2rem;color:#fffc;line-height:1.6;margin:0}.gallery-section{padding:5rem 2rem;background:#f8fafc;min-height:100vh}.gallery-container{max-width:1400px;margin:0 auto}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.gallery-item{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000000d;transition:all .5s cubic-bezier(.2,.8,.2,1);opacity:0;transform:translateY(30px)}.gallery-section.is-visible .gallery-item{opacity:1;transform:translateY(0)}.gallery-item-image{position:relative;width:100%;height:280px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f0f0f0}.gallery-item-image img{width:100%;height:100%;object-fit:cover}@media(max-width:1024px){.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}}@media(max-width:768px){.gallery-hero{padding:6rem 1.5rem 4rem;min-height:40vh}.gallery-hero-title{font-size:2.5rem}.gallery-hero-description{font-size:1.1rem}.gallery-section{padding:3rem 1.5rem}.gallery-grid{grid-template-columns:1fr;gap:1.5rem}.gallery-item-image{height:240px}}@media(max-width:480px){.gallery-hero-title{font-size:2rem}}.contact-hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a202c,#2d3748);padding:8rem 2rem 5rem;overflow:hidden}.contact-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 25% 35%,rgba(235,31,37,.12) 0%,transparent 50%),radial-gradient(circle at 75% 65%,rgba(235,31,37,.08) 0%,transparent 50%);z-index:0}.contact-hero-content{position:relative;z-index:1;text-align:center;max-width:800px;margin:0 auto}.contact-hero-badge{display:inline-block;padding:.5rem 1.5rem;background:#eb1f2526;color:#eb1f25;font-size:.9rem;font-weight:600;border-radius:100px;margin-bottom:2rem;text-transform:uppercase;letter-spacing:.1em;border:1px solid rgba(235,31,37,.3)}.contact-hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;color:#fff;margin:0 0 1.5rem}.contact-hero-description{font-size:1.2rem;color:#fffc;line-height:1.6;margin:0}.contact-info-section{padding:5rem 2rem;background:#fff}.contact-info-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.contact-info-card{background:#fff;padding:2.5rem 2rem;border-radius:20px;border:2px solid #f1f5f9;text-align:center;transition:all .4s cubic-bezier(.2,.8,.2,1);opacity:0;transform:translateY(30px)}.contact-info-section.is-visible .contact-info-card{opacity:1;transform:translateY(0)}.contact-info-card:hover{border-color:#eb1f25;transform:translateY(-10px);box-shadow:0 20px 40px #eb1f251a}.contact-info-icon{width:64px;height:64px;background:#fff5f5;color:#eb1f25;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;transition:all .3s ease}.contact-info-icon svg{width:32px;height:32px}.contact-info-card:hover .contact-info-icon{background:#eb1f25;color:#fff;transform:scale(1.1) rotate(5deg)}.contact-info-title{font-size:1.25rem;font-weight:700;color:#1a202c;margin:0 0 1rem}.contact-info-details p{font-size:.95rem;color:#64748b;margin:.5rem 0;line-height:1.5}.contact-form-section{padding:5rem 2rem;background:#f8fafc}.contact-form-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;opacity:0;transform:translateY(30px);transition:all .8s ease-out}.contact-form-section.is-visible .contact-form-container{opacity:1;transform:translateY(0)}.contact-form-wrapper{background:#fff;padding:3rem;border-radius:24px;box-shadow:0 10px 40px #0000000d}.contact-form-header{margin-bottom:2.5rem}.contact-form-header h2{font-size:2rem;font-weight:800;color:#1a202c;margin:0 0 .75rem}.contact-form-header p{font-size:1rem;color:#64748b;margin:0;line-height:1.6}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.9rem;font-weight:600;color:#1a202c}.form-group input,.form-group select,.form-group textarea{padding:1rem 1.25rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;font-family:inherit;color:#1a202c;transition:all .3s ease;background:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#eb1f25;box-shadow:0 0 0 3px #eb1f251a}.form-group textarea{resize:vertical;min-height:120px}.contact-submit-btn{padding:1.25rem 2.5rem;background:#eb1f25;color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:.75rem;align-self:flex-start;margin-top:1rem}.contact-submit-btn:hover{background:#c71a1f;transform:translateY(-2px);box-shadow:0 10px 30px #eb1f254d}.contact-submit-btn svg{transition:transform .3s ease}.contact-submit-btn:hover svg{transform:translate(5px)}.contact-map-wrapper{display:flex;flex-direction:column;gap:2rem}.contact-map{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 10px 40px #0000000d;height:400px}.contact-map iframe{display:block}.contact-map-info{background:#fff;padding:2.5rem;border-radius:24px;box-shadow:0 10px 40px #0000000d}.contact-map-info h3{font-size:1.5rem;font-weight:700;color:#1a202c;margin:0 0 1rem}.contact-map-info p{font-size:1rem;color:#64748b;line-height:1.6;margin:0 0 1.5rem}.map-directions-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:#f8fafc;color:#eb1f25;border:2px solid #eb1f25;border-radius:12px;font-weight:600;text-decoration:none;transition:all .3s ease}.map-directions-btn:hover{background:#eb1f25;color:#fff;transform:translateY(-2px);box-shadow:0 10px 20px #eb1f2533}@media(max-width:1024px){.contact-info-container{grid-template-columns:repeat(2,1fr);gap:1.5rem}.contact-form-container{grid-template-columns:1fr}.contact-map{height:350px}}@media(max-width:768px){.contact-hero{padding:6rem 1.5rem 4rem;min-height:40vh}.contact-hero-title{font-size:2.5rem}.contact-hero-description{font-size:1.1rem}.contact-info-section{padding:3rem 1.5rem}.contact-info-container{grid-template-columns:1fr;gap:1.5rem}.contact-info-card{padding:2rem 1.5rem}.contact-form-section{padding:3rem 1.5rem}.contact-form-wrapper{padding:2rem}.contact-form-header h2{font-size:1.75rem}.form-row{grid-template-columns:1fr;gap:1.5rem}.contact-map{height:300px}.contact-map-info{padding:2rem}}@media(max-width:480px){.contact-hero-title{font-size:2rem}.contact-form-wrapper{padding:1.5rem}.contact-form-header h2{font-size:1.5rem}.contact-submit-btn{width:100%}.contact-map-info h3{font-size:1.25rem}}.quote-hero{position:relative;min-height:30vh;display:flex;align-items:center;justify-content:center;background:#fff;padding:6rem 2rem 3rem;border-bottom:1px solid #e2e8f0}.quote-hero-overlay{display:none}.quote-hero-content{position:relative;z-index:1;text-align:center;max-width:600px;margin:0 auto}.quote-hero-badge{display:inline-block;padding:.4rem 1rem;background:#f8fafc;color:#64748b;font-size:.8rem;font-weight:600;border-radius:50px;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.quote-hero-title{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;line-height:1.2;color:#1a202c;margin:0 0 .75rem}.quote-hero-description{font-size:1rem;color:#64748b;line-height:1.5;margin:0}.quote-form-section{padding:3rem 2rem 5rem;background:#fafafa;min-height:70vh}.quote-container{max-width:700px;margin:0 auto}.quote-progress{position:relative;margin-bottom:3rem;padding:0}.progress-line{position:absolute;top:0;left:0;height:3px;background:#eb1f25;transition:width .4s cubic-bezier(.4,0,.2,1);z-index:1;border-radius:3px}.progress-step{position:absolute;top:-8px;display:flex;flex-direction:column;align-items:center;gap:.5rem;z-index:2;opacity:0;pointer-events:none}.progress-step.current{opacity:1}.progress-circle{display:none}.progress-label{font-size:.75rem;color:#64748b;font-weight:500;background:#fff;padding:.25rem .75rem;border-radius:50px;white-space:nowrap}.progress-step.current .progress-label{color:#eb1f25;font-weight:600}.quote-progress:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:#e2e8f0;border-radius:3px}.quote-form{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 1px 3px #0000000d;border:1px solid #e2e8f0}.form-step{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.step-title{font-size:1.5rem;font-weight:600;color:#1a202c;margin:0 0 .5rem}.step-description{font-size:.95rem;color:#64748b;margin:0 0 2rem}.service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.service-option{position:relative;padding:1.5rem;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .2s ease;background:#fff}.service-option:hover{border-color:#cbd5e1}.service-option.selected{border-color:#eb1f25;background:snow}.service-icon{font-size:2rem;margin-bottom:.75rem}.service-option h3{font-size:1rem;font-weight:600;color:#1a202c;margin:0 0 .25rem}.service-option p{font-size:.85rem;color:#64748b;margin:0;line-height:1.4}.service-check{position:absolute;top:1rem;right:1rem;width:20px;height:20px;border-radius:50%;background:#eb1f25;display:flex;align-items:center;justify-content:center;color:#fff}.service-check svg{width:14px;height:14px}.form-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group.full-width{grid-column:1 / -1}.form-group label{font-size:.875rem;font-weight:500;color:#1a202c}.form-group input,.form-group select,.form-group textarea{padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.95rem;font-family:inherit;color:#1a202c;transition:all .2s ease;background:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#eb1f25;box-shadow:0 0 0 3px #eb1f2514}.form-group textarea{resize:vertical}.form-grid.two-col{grid-template-columns:repeat(2,1fr)}.checkbox-group,.radio-group{display:flex;flex-direction:column;gap:.75rem}.checkbox-label,.radio-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9rem;color:#1a202c;font-weight:400}.checkbox-label input[type=checkbox],.radio-label input[type=radio]{width:18px;height:18px;cursor:pointer;accent-color:#eb1f25}.radio-group{flex-direction:row;gap:1.5rem;flex-wrap:wrap}.quote-summary{margin-top:2rem;padding:1.5rem;background:#fafafa;border-radius:12px;border:1px solid #e2e8f0}.quote-summary h3{font-size:1.125rem;font-weight:600;color:#1a202c;margin:0 0 1rem}.summary-grid{display:grid;grid-template-columns:1fr;gap:.75rem;margin-bottom:1rem}.summary-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #e2e8f0}.summary-item:last-child{border-bottom:none}.summary-label{font-size:.875rem;color:#64748b;font-weight:400}.summary-value{font-size:.875rem;color:#1a202c;font-weight:500;text-align:right}.estimated-price{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#fff;border-radius:8px;margin-top:1rem;border:1px solid #e2e8f0}.estimated-price span{font-size:.95rem;color:#64748b;font-weight:500}.estimated-price strong{font-size:1.5rem;color:#eb1f25;font-weight:700}.form-navigation{display:flex;justify-content:space-between;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.btn-primary,.btn-secondary{padding:.875rem 1.75rem;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem;border:none}.btn-primary{background:#eb1f25;color:#fff;margin-left:auto}.btn-primary:hover:not(:disabled){background:#d11b21}.btn-primary:disabled{background:#cbd5e1;cursor:not-allowed;opacity:.6}.btn-secondary{background:#fff;color:#64748b;border:1px solid #e2e8f0}.btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1}.btn-primary svg,.btn-secondary svg{width:16px;height:16px}.step-indicator{text-align:center;margin-bottom:2rem;font-size:.875rem;color:#64748b}@media(max-width:768px){.quote-hero{padding:5rem 1.5rem 2rem;min-height:25vh}.quote-hero-title{font-size:1.75rem}.quote-form-section{padding:2rem 1.5rem 3rem}.quote-form{padding:2rem}.step-title{font-size:1.25rem}.service-grid,.form-grid.two-col{grid-template-columns:1fr}.radio-group{flex-direction:column;gap:.75rem}.form-navigation{flex-direction:column-reverse}.btn-primary{margin-left:0;width:100%;justify-content:center}.btn-secondary{width:100%;justify-content:center}.estimated-price{flex-direction:column;gap:.5rem;text-align:center}}@media(max-width:480px){.quote-hero-title{font-size:1.5rem}.quote-form{padding:1.5rem}.step-title{font-size:1.125rem}.service-option{padding:1.25rem}.service-icon{font-size:1.75rem}.estimated-price strong{font-size:1.25rem}}.weather-widget-container{position:fixed;top:50%;right:0;transform:translateY(-50%) translate(calc(100% - 60px));z-index:1000;background:#fffc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.5);border-top-left-radius:24px;border-bottom-left-radius:24px;box-shadow:-10px 0 30px #0000001a;transition:transform .4s cubic-bezier(.2,.8,.2,1);font-family:Inter,sans-serif;display:flex;width:320px;overflow:hidden}.weather-widget-container.open{transform:translateY(-50%) translate(0)}.weather-toggle{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;width:60px;background:#ffffff80;cursor:pointer;padding:20px 0;border-right:1px solid rgba(0,0,0,.05);transition:background .3s ease}.weather-toggle:hover{background:#fffc}.toggle-icon{font-size:24px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.toggle-text{writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg);font-size:12px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#333}.weather-content{flex:1;padding:24px;display:flex;flex-direction:column;gap:20px}.weather-main{display:flex;align-items:center;gap:16px}.weather-main-icon{font-size:48px;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.weather-main-info{display:flex;flex-direction:column}.weather-temp-big{font-size:42px;font-weight:800;line-height:1;color:#1a1a1a;letter-spacing:-1px}.weather-location{font-size:14px;color:#666;font-weight:500;margin-top:4px}.weather-divider{height:1px;background:linear-gradient(to right,#0000000d,#0000001a,#0000000d);width:100%}.weather-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.weather-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px;padding:8px;background:#fff6;border-radius:12px;border:1px solid rgba(255,255,255,.6)}.weather-item .label{font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:#888;font-weight:600}.weather-item .value{font-size:15px;font-weight:700;color:#333}.weather-item .value small{font-size:10px;font-weight:500;color:#666;margin-left:1px}@media(max-width:768px){.weather-widget-container{top:auto;bottom:15px;right:0;transform:translate(calc(100% - 40px));width:240px;border-radius:16px}.weather-widget-container.open{transform:translate(0)}.weather-toggle{width:40px;padding:10px 0}.toggle-icon{font-size:18px}.toggle-text{font-size:10px;letter-spacing:1px}.weather-content{padding:16px;gap:12px}.weather-main{gap:10px}.weather-main-icon{font-size:32px}.weather-temp-big{font-size:28px}.weather-location{font-size:12px}.weather-grid{gap:8px}.weather-item{padding:6px;border-radius:8px}.weather-item .label{font-size:9px}.weather-item .value{font-size:12px}}
