/* Styling scoped to glorica-cleaning.html only. */
:root { color-scheme: light; }
* { box-sizing: border-box; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: #171717; background: #f7f7f5; line-height: 1.6; }
.cleaning-service-page { overflow: hidden; }
.nav-container { position: absolute; inset: 0 0 auto; z-index: 2; padding: 1.25rem 5vw; }
.glass-nav { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.logo img { display: block; width: 54px; height: auto; }
.hamburger-menu { display: none; }
.nav-links { display: flex; align-items: center; gap: 1.25rem; margin: 0; padding: 0; list-style: none; }
.nav-links a { color: #fff; font-size: .9rem; font-weight: 700; text-decoration: none; }
.nav-links .active { border-bottom: 2px solid #fff; padding-bottom: .3rem; }
.hero { min-height: 630px; padding: 11rem 8vw 5rem; display: flex; flex-direction: column; justify-content: center; color: #fff; background: linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.3)), url("assets/images/pexels-media-7513075.jpg") center / cover; }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(3rem, 8vw, 6.5rem); line-height: .96; letter-spacing: -.05em; }
.hero p:not(.eyebrow) { max-width: 650px; margin: 1.35rem 0 2rem; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.eyebrow { margin: 0 0 .75rem; font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.cta-buttons { display: flex; flex-wrap: wrap; gap: .75rem; }
.cta-button { display: inline-block; padding: .8rem 1.1rem; border: 1px solid #fff; border-radius: .25rem; color: #fff; font-weight: 700; text-decoration: none; }
.content-section, .services-section { max-width: 1180px; margin: 0 auto; padding: 5rem 5vw; }
.content-section h2, .services-section h2, .cleaning-gallery h2 { font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.05; margin: 0 0 1rem; }
.content-section > p { max-width: 850px; color: #555; }
.cleaning-gallery { display: grid; grid-template-columns: 1.15fr repeat(3, 1fr); gap: 1rem; align-items: end; padding: 5rem 5vw; background: #181818; color: #fff; }
.cleaning-gallery figure { min-height: 260px; margin: 0; position: relative; overflow: hidden; background: #333; }
.cleaning-gallery img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; display: block; filter: brightness(.78); transition: transform .3s ease; }
.cleaning-gallery figure:hover img { transform: scale(1.04); }
.cleaning-gallery figcaption { position: absolute; left: 1rem; bottom: .8rem; font-weight: 800; }
.service-blocks, .seo-blocks { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.service-block, .seo-block, .faq-item { padding: 1.35rem; background: #fff; border: 1px solid #e5e5e2; border-radius: .4rem; }
.service-block h3, .seo-block h3, .faq-item h3 { margin-top: 0; }
.service-block p, .seo-block p { color: #666; }
.content-section ul, .content-section ol { display: grid; gap: .45rem; padding-left: 1.25rem; }
.content-section form { display: grid; grid-template-columns: repeat(2, 1fr); gap: .85rem; max-width: 760px; }
.content-section input, .content-section textarea, .content-section button { width: 100%; padding: .8rem; border: 1px solid #cfcfca; border-radius: .25rem; font: inherit; }
.content-section textarea { min-height: 120px; grid-column: 1 / -1; }
.content-section button { grid-column: 1 / -1; border: 0; background: #171717; color: #fff; font-weight: 700; cursor: pointer; }
@media (max-width: 800px) { .nav-links { display: none; } .hamburger-menu { display: block; } .cleaning-gallery { grid-template-columns: 1fr; } .service-blocks, .seo-blocks { grid-template-columns: repeat(2, 1fr); } .content-section form { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .hero { min-height: 560px; padding-inline: 6vw; } .service-blocks, .seo-blocks { grid-template-columns: 1fr; } }
