@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&family=Playfair+Display:wght@400;600&display=swap";.emergency-top-bar{background:#ff4d4d;color:#fff;text-align:center;padding:.5rem 1rem;font-weight:700;font-size:.95rem}.emergency-top-bar a{color:#fff;text-decoration:none}.emergency-top-bar a:hover{text-decoration:underline}.navbar{width:100%;background:#fff;padding:.8rem 2rem;position:sticky;top:0;z-index:100;transition:all .3s ease;box-shadow:none}.navbar.scrolled{box-shadow:0 4px 15px #0000001a}.nav-container{display:flex;justify-content:space-between;align-items:center}.nav-logo img{width:40px;margin-right:.5rem;vertical-align:middle}.nav-logo span{font-weight:600;color:#146c94}.nav-links{display:flex;list-style:none;gap:1.5rem}.nav-links li a{text-decoration:none;color:#146c94;font-weight:500;transition:color .2s ease}.nav-links li a:hover{color:#19a7ce}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:5px}.hamburger span{width:25px;height:3px;background:#146c94;border-radius:2px;transition:all .3s ease}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media (max-width: 768px){.nav-links{position:fixed;top:70px;right:-100%;flex-direction:column;background:#fff;width:70%;height:100vh;padding-top:2rem;gap:2rem;transition:right .3s ease}.nav-links.open{right:0}.hamburger{display:flex}}.footer{background:#146c94;color:#fff;padding:.5rem;text-align:center;font-family:Arial,sans-serif;position:relative;bottom:0;width:100%}.footer-content{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:.5rem;margin-bottom:.5rem}.footer-content span a{color:#fff;text-decoration:none;font-weight:500}.footer-content span a:hover{text-decoration:underline;color:#19a7ce}.footer-bottom{border-top:1px solid rgba(255,255,255,.3);font-size:.9rem}:root{--color-primary: #146c94;--color-dark: #212529;--color-accent-light: #f8f9fa}.container{width:100%;padding:0 1rem;margin:0 auto}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 0}.hero-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;width:100%}.hero-text{text-align:center;color:var(--color-dark);padding:0 1rem}.hero-text h1{font-size:2.2rem;font-weight:800;margin-bottom:1rem;line-height:1.2;color:var(--color-primary);text-transform:uppercase}.hero-text p{font-size:1.1rem;font-weight:600;margin-bottom:2rem;line-height:1.5;color:var(--color-dark)}.hero-btn{background:var(--color-primary);padding:.8rem 1.8rem;border-radius:8px;font-size:1rem;font-weight:700;color:#fff;border:none;cursor:pointer;transition:background .3s ease}.hero-btn:hover{background:var(--color-dark)}.hero-image{width:100%;height:100%}.hero-image img{width:100%;height:100%;object-fit:contain;border-radius:8px}.hero-logo{max-width:250px;margin-bottom:1rem}.services{padding:3rem 1rem;text-align:center}.services h2{margin-bottom:2rem;color:var(--color-dark);font-size:1.8rem}.service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.2rem}.service-card{background:#fff;padding:1.5rem 1rem;border-radius:8px;box-shadow:0 2px 8px #00000014;transition:transform .3s ease,background .3s ease;min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center}.service-card:hover{transform:translateY(-3px);background:var(--color-accent-light)}.service-icon{font-size:2rem;margin-bottom:.8rem;color:var(--color-primary)}.service-card p{font-size:.9rem;text-align:center;margin:0}.combined-section{display:flex;flex-direction:column;gap:1.5rem;padding:2rem 1rem}.combined-card{position:relative;overflow:hidden;border-radius:8px;box-shadow:0 4px 12px #0000001a;height:400px;margin-top:20px}.responsive-video{width:100%;height:100%;object-fit:cover;filter:brightness(70%)}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem;text-align:center;color:#fff;overflow-y:auto}.overlay h2{font-size:1.5rem;color:#fff;margin-bottom:1rem;font-weight:700}.overlay p{font-size:.9rem;line-height:1.5}@media (min-width: 768px){.container{padding:0 2rem}.hero-text h1{font-size:3rem}.hero-text p{font-size:1.3rem}.hero-btn{padding:1rem 2rem;font-size:1.1rem}.services h2{font-size:2.2rem}.service-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.service-card{padding:2rem 1rem}.service-icon{font-size:2.2rem}.service-card p{font-size:1rem}.combined-section{flex-direction:row;height:auto}.combined-card{flex:1;height:450px}.overlay h2{font-size:1.8rem}.overlay p{font-size:1rem}}@media (min-width: 1024px){.container{max-width:1200px;margin:0 auto}.hero-container{flex-direction:row;gap:3rem}.hero-text{text-align:left;flex:1;padding:0}.hero-text h1{font-size:3.5rem}.hero-image{flex:1}.hero-image img{max-height:70vh}.services{padding:4rem 1rem}.services h2{font-size:2.5rem}.service-grid{grid-template-columns:repeat(4,1fr)}.combined-section{gap:2rem;padding:3rem 1rem}.combined-card{height:500px}.overlay{padding:2rem;align-items:flex-start;text-align:left}.overlay h2{font-size:2rem}.overlay p{font-size:1.1rem}}@media (min-width: 1440px){.hero-text h1{font-size:4rem}.hero-text p{font-size:1.5rem}.combined-card{height:550px}}.about{padding:5rem 2rem;background:#f6f1f1;color:#146c94}.about h1{font-size:2.5rem;margin-bottom:2rem;text-align:center;font-weight:800}.about-main{display:flex;align-items:flex-start;gap:2rem;margin-bottom:3rem}.about-main .about-image{flex:1}.about-main .about-image img{width:100%;height:auto;border-radius:12px;box-shadow:0 5px 15px #0000001a}.about-main .about-content{flex:2}.about-main p{margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.why-choose-section{display:flex;align-items:center;gap:2rem;margin-bottom:2rem}.why-choose-section .about-content{flex:2}.why-choose-section .about-image.right{flex:1;display:flex;justify-content:center;align-items:center}.why-choose-section .about-image.right img{width:100%;max-width:350px;height:auto;border-radius:12px;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease}.why-choose-section .about-image.right img:hover{transform:scale(1.05)}.about-content.why-choose{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 5px 15px #00000014}.about-content.why-choose h2{font-size:clamp(1.6rem,2.5vw,2rem);font-weight:800;color:#146c94;margin-bottom:1rem;text-align:left}.about-content.why-choose p{font-size:1rem;line-height:1.7;color:#333;margin-bottom:1.5rem}.about-content.why-choose ul{list-style:none;padding:0;margin:0}.about-content.why-choose li{position:relative;padding-left:2rem;margin-bottom:1rem;font-size:1rem;line-height:1.6;color:#444}.about-content.why-choose li:before{content:"✔";position:absolute;left:0;top:.2rem;font-size:1rem;color:#19a7ce;font-weight:700}.about-content.why-choose li strong{color:#146c94}@media (max-width: 768px){.about-content.why-choose{padding:1.5rem}.about-content.why-choose h2{font-size:1.4rem;text-align:center}.about-content.why-choose p{text-align:center;font-size:.95rem}.about-content.why-choose li{font-size:.95rem;padding-left:1.8rem}.about-content.why-choose li:before{font-size:.9rem;top:.25rem}}@media (max-width: 480px){.about-content.why-choose{padding:1rem}.about-content.why-choose h2{font-size:1.2rem}.about-content.why-choose li{font-size:.9rem;line-height:1.5}}.contact-info{font-weight:700;color:#146c94;margin-top:2rem}@media (max-width: 1024px){.about-main,.why-choose-section{flex-direction:column}.about-main .about-image,.why-choose-section .about-image{width:100%;margin-bottom:1.5rem}}.about-cta{margin-top:3rem;padding:2rem;background:#19a7ce1a;border-left:5px solid #19a7ce;border-radius:8px}.about-cta p{font-size:1.1rem;line-height:1.8;margin-bottom:1rem;color:#146c94}.about-cta .contact-info{font-weight:700;color:#146c94}.contact{padding:5rem 2rem;background:#f6f1f1;color:#146c94}.contact h1{text-align:center;font-size:2.5rem;margin-bottom:1rem;font-weight:800}.contact p{text-align:center;margin-bottom:3rem;font-size:1.1rem}.contact-form{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.form-row{display:flex;gap:1rem;flex-wrap:wrap}.form-group{flex:1;display:flex;flex-direction:column}.form-group.full-width{flex:100%}.form-group label{margin-bottom:.5rem;font-weight:600}.form-group input,.form-group textarea{padding:.8rem;border:1px solid #146c94;border-radius:6px;font-size:1rem}.error{color:#ff4d4d;font-size:.9rem;margin-top:.3rem}.btn-submit{background:#19a7ce;color:#fff;border:none;padding:1rem 2rem;border-radius:6px;font-size:1.1rem;cursor:pointer;align-self:center;transition:background .3s ease}.btn-submit:hover{background:#146c94}@media (max-width: 768px){.form-row{flex-direction:column}}.services{padding:5rem 2rem;background:#f6f1f1;color:#146c94}.services h1{text-align:center;font-size:2.5rem;margin-bottom:3rem;font-weight:800}.service-link{text-decoration:none;color:inherit}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.service-card{background:#fff;border-radius:12px;padding:2rem 1.5rem;box-shadow:0 5px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease;text-align:center;height:380px}.service-icon{font-size:3rem;color:#19a7ce;margin-bottom:1rem}.service-card p{font-size:1rem;line-height:1.6;color:#333}@media (max-width: 768px){.services-grid{grid-template-columns:1fr}}.services-hero{position:relative;width:100%;height:450px;background-image:url(/assets/services-CWvNLgov.jpg);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;margin-bottom:3rem}.services-hero .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#19a7ce05}.services-hero .hero-text{position:relative;text-align:center;color:#fff}.services-hero h1{font-size:3rem;font-weight:800;margin-bottom:1rem;color:#0026ff}.services-hero p{font-size:1.4rem;background:#7a8cf180;color:#fff;font-weight:600;line-height:1.6;letter-spacing:.5px;color:#010418;text-shadow:-.5px -.5px 0 #7a8cf1,.5px -.5px 0 #7a8cf1,-.5px .5px 0 #7a8cf1,.5px .5px 0 #7a8cf1,0 0 8px #7a8cf1}@media (max-width: 768px){.services-hero{height:300px}.services-hero h1{font-size:2rem}.services-hero p{font-size:1rem}}.projects-page{padding:5rem 2rem;color:#146c94}.projects-page h1{text-align:center;font-size:3rem;font-weight:800;color:#19a7ce;margin-bottom:2rem;position:relative}.projects-page h1:after{content:"";display:block;width:80px;height:4px;background-color:#146c94;margin:10px auto 0;border-radius:2px}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:4rem}.project-card img{width:100%;height:200px;object-fit:cover;border-radius:12px;box-shadow:0 5px 15px #0000001a;cursor:pointer;transition:transform .3s ease}.project-card img:hover{transform:scale(1.05)}.lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;display:flex;justify-content:center;align-items:center;z-index:1000}.lightbox img{max-width:80%;max-height:80%;border-radius:12px}.lightbox .close{position:absolute;top:20px;right:40px;font-size:3rem;color:#fff;cursor:pointer}.lightbox .prev,.lightbox .next{position:absolute;top:50%;font-size:3rem;color:#fff;background:none;border:none;cursor:pointer;transform:translateY(-50%);-webkit-user-select:none;user-select:none}.lightbox .prev{left:30px}.lightbox .next{right:30px}.testimonials{position:relative;height:200px;display:flex;justify-content:center;align-items:center;overflow:hidden}.testimonial-card{position:absolute;opacity:0;transition:opacity .8s ease;text-align:center;max-width:700px;padding:1rem 2rem;background:#f6f1f1;border-radius:12px;box-shadow:0 5px 15px #0000001a}.testimonial-card.active{opacity:1}.testimonial-card p{font-size:1.1rem;line-height:1.6;color:#333;margin-bottom:.5rem}.testimonial-card h4{font-weight:700;color:#146c94}@media (max-width: 768px){.projects-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.testimonial-card{max-width:90%;padding:1rem}}.privacy{padding:4rem 2rem;max-width:900px;margin:0 auto;color:#146c94;font-family:Arial,sans-serif}.privacy h1{font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:2rem}.privacy h2{font-size:1.8rem;font-weight:700;margin-top:2rem;margin-bottom:1rem}.privacy p{font-size:1rem;line-height:1.8;margin-bottom:1rem}.privacy ul{list-style-type:disc;margin-left:2rem;margin-bottom:1rem}.privacy ul li{margin-bottom:.8rem;line-height:1.6}.privacy a{color:#19a7ce;text-decoration:underline}.emergency{padding:3rem 2rem;color:#146c94;background:#f6f1f1;font-family:Arial,sans-serif}.emergency-hero{position:relative;width:100%;height:350px;background:#ff4d4d url(/assets/emergency-BI5kc9KW.jpg) center/cover no-repeat;display:flex;align-items:center;justify-content:center;margin-bottom:3rem;border-radius:12px;text-align:center}.emergency-hero:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d;border-radius:12px}.emergency-hero .hero-text{text-align:center;position:relative;color:#fff;z-index:1}.emergency-hero h1{font-size:2.5rem;font-weight:800;margin-bottom:1rem;color:#f1f2f7}.emergency-hero p{font-size:1.4rem;font-weight:600;line-height:1.6;letter-spacing:.5px;color:#f1f2f7;text-shadow:-.5px -.5px 0 #fa7d7d,.5px -.5px 0 #fa7d7d,-.5px .5px 0 #fa7d7d,.5px .5px 0 #fa7d7d,0 0 8px #7a8cf1}.emergency-intro{max-width:900px;margin:0 auto 3rem;font-size:1rem;line-height:1.7;color:#333}.emergency-intro strong{color:#146c94}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem}.service-card{background:#fff;border-radius:12px;padding:2rem 1.5rem;box-shadow:0 5px 20px #0000001a;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.service-icon{font-size:3rem;margin-bottom:1rem;color:#19a7ce}.service-card h3{font-size:1.3rem;margin-bottom:1rem;color:#146c94}.service-card p{font-size:1rem;color:#333;line-height:1.6}.emergency-contact{max-width:900px;margin:0 auto 3rem;text-align:center}.emergency-contact h2{font-size:1.8rem;margin-bottom:1rem;color:#ff4d4d}.emergency-contact p{font-size:1rem;line-height:1.6}@media (max-width: 1024px){.emergency-hero h1{font-size:2rem}.emergency-hero p{font-size:1rem}}@media (max-width: 768px){.emergency-hero{height:250px}.services-grid{grid-template-columns:1fr}.emergency-hero h1{font-size:1.8rem}.emergency-hero p{font-size:.95rem}}@media (max-width: 1024px){.emergency{padding:2rem 1.5rem}.emergency-hero h1{font-size:2rem}.emergency-hero p{font-size:1.1rem}.service-card{padding:1.5rem 1rem}}@media (max-width: 768px){.emergency{padding:2rem 1rem}.emergency-hero{height:220px;padding:0 1rem}.emergency-hero h1{font-size:1.6rem;line-height:1.3}.emergency-hero p{font-size:.95rem;line-height:1.4}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:1.25rem 1rem}.service-icon{font-size:2.5rem}.emergency-contact h2{font-size:1.5rem}}@media (max-width: 480px){.emergency{padding:1.5rem .8rem}.emergency-hero{height:200px;border-radius:8px}.emergency-hero h1{font-size:1.3rem;line-height:1.2}.emergency-hero p{font-size:.85rem}.service-card{padding:1rem;border-radius:8px}.service-card h3{font-size:1.1rem}.service-card p{font-size:.9rem}.emergency-contact h2{font-size:1.3rem}.emergency-contact p{font-size:.9rem;padding:0 .5rem}}.cleaning-page{font-family:Arial,sans-serif;line-height:1.6;color:#333}.container{max-width:1200px;margin:0 auto;padding:0 20px}.cleaning-hero{background:linear-gradient(#00529380,#00529399),url(/assets/hhh-CSJaj654.jpg) center/cover no-repeat;color:#fff;padding:80px 0;text-align:center}.cleaning-hero h1{font-size:2.8rem;margin-bottom:20px;font-weight:700;color:#fff}.hero-content{max-width:800px;margin:0 auto}.hero-content p{font-size:1.2rem;margin-bottom:15px}.services-section{padding:80px 0;background-color:#f9f9f9}.services-section h2{text-align:center;margin-bottom:50px;font-size:2.2rem;color:#005293}.services-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.services-content h3{color:#005293;margin-top:25px;margin-bottom:15px;font-size:1.5rem}.services-content ul{list-style-type:none;padding-left:0}.services-content li{padding:8px 0 8px 25px;position:relative}.services-content li:before{content:"•";color:#005293;font-weight:700;position:absolute;left:0}.responsive-image{width:100%;height:auto;border-radius:12px;box-shadow:0 10px 30px #00000026;transition:transform .3s ease}.responsive-image:hover{transform:translateY(-5px)}.why-choose-section{padding:80px 0;background-color:#fff}.why-choose-section h2{text-align:center;margin-bottom:50px;font-size:2.2rem;color:#005293}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.feature-card{background:#f9f9f9;border-radius:10px;padding:30px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px #0000001a}.feature-icon{font-size:2rem;margin-bottom:15px}.feature-card h3{color:#005293;margin-bottom:15px;font-size:1.3rem}.clients-section{padding:80px 0;background-color:#f9f9f9}.clients-section h2{text-align:center;margin-bottom:50px;font-size:2.2rem;color:#005293}.clients-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:25px;text-align:center}.client-type{background:#fff;padding:25px 15px;border-radius:8px;box-shadow:0 5px 15px #0000000d}.client-type h3{color:#005293;margin-bottom:10px;font-size:1.3rem}.cta-section{padding:70px 20px;background:linear-gradient(135deg,#005293a6,#0077c08c),url(/assets/hh-DRB9GRnJ.jpg) center/cover no-repeat;color:#fff;text-align:center}.cta-content{max-width:850px;margin:0 auto;padding:40px 25px;background:#ffffff14;border-radius:16px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 8px 25px #0003}.cta-content h2{font-size:2rem;margin-bottom:15px;line-height:1.3;color:#000}.cta-content p{font-size:1.1rem;margin-bottom:25px;line-height:1.6}.cta-buttons{display:flex;justify-content:center;gap:15px;flex-wrap:wrap}.cta-btn{display:inline-block;padding:12px 28px;border-radius:30px;font-weight:600;text-decoration:none;transition:all .3s ease-in-out}.cta-btn.primary{background:#fff;color:#005293}.cta-btn.primary:hover{background:#f0f0f0}.cta-btn.secondary{border:2px solid #fff;color:#fff}.cta-btn.secondary:hover{background:#ffffff26}@media (max-width: 768px){.cta-content{padding:30px 20px}.cta-content h2{font-size:1.6rem}.cta-content p{font-size:1rem}.cta-buttons{flex-direction:column;gap:12px}.cta-btn{width:100%;text-align:center}}@media (max-width: 992px){.services-grid{grid-template-columns:1fr;gap:30px}.services-image{order:-1;text-align:center}.cleaning-hero h1{font-size:2.3rem}}@media (max-width: 768px){.cleaning-hero,.services-section,.why-choose-section,.clients-section,.cta-section{padding:60px 0}.cleaning-hero h1{font-size:2rem}.features-grid{grid-template-columns:1fr}.clients-grid{grid-template-columns:repeat(2,1fr)}.highlight-box{padding:30px 20px}}@media (max-width: 576px){.clients-grid{grid-template-columns:1fr}.cleaning-hero h1,.services-section h2,.why-choose-section h2,.clients-section h2{font-size:1.8rem}.feature-card{padding:20px 15px}}:root{--primary-color: #146C94;--secondary-color: #f4f4f4;--text-color: #333;--accent-color: #ff6600;--max-width: 1200px;--font-family: "Poppins", sans-serif}.page-container{padding:4rem 1.5rem;max-width:var(--max-width);margin:0 auto;font-family:var(--font-family);color:var(--text-color);line-height:1.7}.page-container h1{font-size:2.2rem;color:var(--primary-color);margin-bottom:1.5rem;font-weight:700;text-align:center}.page-container h2{font-size:1.6rem;margin:2rem 0 1rem;font-weight:600;color:var(--primary-color);border-left:4px solid var(--accent-color);padding-left:.6rem}.page-container p{font-size:1rem;margin-bottom:1.2rem;text-align:justify}.page-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem}.page-grid img{width:100%;border-radius:10px;box-shadow:0 3px 12px #0000001a}.page-container ul{margin:1.2rem 0;padding-left:1.5rem}.page-container ul li{margin-bottom:.6rem;font-size:1rem;position:relative}.page-container ul li:before{content:"✔";color:var(--accent-color);font-weight:700;margin-right:.5rem}.highlight-box{background:var(--secondary-color);padding:1.5rem;border-left:4px solid var(--primary-color);border-radius:8px;margin:2rem 0;font-style:italic}@media (max-width: 1024px){.page-container{padding:3rem 1rem}.page-grid{grid-template-columns:1fr}}@media (max-width: 600px){.page-container h1{font-size:1.8rem}.page-container h2{font-size:1.3rem}.page-container p,.page-container ul li{font-size:.95rem}}.page-list{margin:20px 0;padding-left:20px;list-style:none}.page-list li{position:relative;margin-bottom:12px;padding-left:25px;font-size:1rem;color:#444;line-height:1.6}.page-list li:before{content:"✔";position:absolute;left:0;top:0;color:#0d3b66;font-weight:700}:root{--color-light: #F6F1F1;--color-accent-light: #AFD3E2;--color-primary: #19A7CE;--color-dark: #146C94;--color-text: #333333;--color-bg: #ffffff}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;background-color:var(--color-light);color:var(--color-text);line-height:1.6;padding-top:.5px}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;color:var(--color-dark)}button{background-color:var(--color-primary);color:var(--color-bg);border:none;padding:.6rem 1.2rem;border-radius:6px;font-weight:600;cursor:pointer;transition:background .3s ease}button:hover{background-color:var(--color-dark)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.flex{display:flex;align-items:center;justify-content:center}.grid{display:grid;gap:1.5rem}@media (max-width: 1024px){.container{max-width:900px}}@media (max-width: 768px){.flex{flex-direction:column}h1{font-size:1.8rem;text-align:center}p{font-size:1rem;text-align:center}}@media (max-width: 480px){h1{font-size:1.5rem}button{width:100%;padding:.8rem}}
