:root{--primary:#0b2545;--accent:#ff7a00;--bg:#f7f9fc;--text:#243040;--muted:#6b7280;--white:#f7f8fb;--radius:18px;--shadow:0 15px 40px rgba(0,0,0,.08);--container:1200px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Manrope,system-ui,sans-serif;color:var(--text);background:var(--white);line-height:1.6}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.container{max-width:var(--container);margin:auto;padding:0 24px}.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border-bottom:1px solid #edf0f3}.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:78px;max-width:var(--container);margin:auto;padding:0 24px}.site-logo img{height:150px;width:auto}.main-menu{display:flex;gap:2rem;list-style:none}.main-menu a{font-weight:700;position:relative}.main-menu a:after{content:"";position:absolute;left:0;bottom:-6px;width:0;height:2px;background:var(--accent);transition:.25s}.main-menu a:hover:after{width:100%}.hero{margin:40px auto;border-radius:30px;overflow:hidden;max-width:1400px;min-height:700px !important;background-image:linear-gradient(90deg,rgba(255,255,255,1) 0%,rgba(255,255,255,.95) 35%,rgba(255,255,255,.65) 70%,rgba(255,255,255,0) 100%),url(//tearreglo.com/wp-content/themes/tearregloTheme/assets/img/hero-tearreglo.webp)}.hero__content{max-width:620px;padding:0}.hero__tag{display:inline-block;background:rgba(255,255,255,.12);padding:.5rem 1rem;border-radius:999px;margin-bottom:1.5rem}.hero h1{font-size:clamp(3rem, 6vw, 5rem);line-height:1.02;margin-bottom:1.5rem}.hero h1 span{color:var(--accent)}.hero p{font-size:1.25rem;opacity:.95;margin-bottom:2rem}.hero__buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 30px;border-radius:999px;font-weight:700;text-align:center;line-height:1.2;vertical-align:middle;transition:.25s}.btn--primary{background:var(--accent);color:#fff;margin:30px}.btn--secondary{background:#fff;color:var(--primary);margin:30px}.btn:hover{transform:translateY(-3px)}section{padding:30px 0}.section-header{text-align:center;max-width:700px;margin:0 auto 60px}.section-header span{color:var(--accent);font-weight:700}.section-header h2{font-size:2.6rem;margin:.5rem 0 1rem}.intro__grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}.intro{padding:15px}#servicios{padding-bottom:50px}.services{background:var(--bg)}.services__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px, 1fr));gap:30px}.card{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:.35s;cursor:pointer}.card:hover{transform:translateY(-8px)}.card img{width:100%;aspect-ratio:16/10;object-fit:cover;transition:.35s;max-height:300px}.card:hover img{transform:scale(1.05)}.card__body{padding:24px}.card h3{margin-bottom:10px}.card__more{display:inline-block;margin-top:18px;color:var(--accent);font-weight:700}.cta{background:var(--primary);color:#fff;text-align:center}.cta h2{font-size:2.5rem;margin-bottom:1rem}.service-modal{position:fixed;inset:0;background:rgba(0,0,0,.6);display:none;align-items:center;justify-content:center;z-index:9999;overflow-y:auto;padding:20px}.service-modal.active{display:flex}.service-modal__box{width:min(900px, 92%);max-height:calc(100vh - 40px);background:#fff;border-radius:24px;padding:40px;position:relative;overflow-y:auto}.service-modal__close{position:absolute;top:18px;right:18px;border:none;background:0 0;font-size:2rem;cursor:pointer}.site-footer{background:#0f172a;color:#e5e7eb;padding:2.5rem 0}.footer-menu{list-style:none;display:flex;gap:1.5rem;justify-content:center;padding:0;margin:0 0 1rem}.footer-menu a{color:#e5e7eb;font-weight:500}.footer-menu a:hover{text-decoration:underline}.footer-copy{text-align:center;font-size:.9rem;color:#94a3b8}.service-modal__link.service-modal__contact{background:var(--accent);color:#fff;margin:30px;display:inline-flex;align-items:center;justify-content:center;padding:15px 30px;border-radius:999px;font-weight:700;transition:.25s}.service-modal__link.service-modal__contact:hover{transform:translateY(-3px)}.project-card{width:100%;height:auto;min-height:0 !important;margin:0;padding:0 !important;overflow:hidden;border-radius:20px;cursor:pointer;box-sizing:border-box}.project-card .card__image{width:100%;height:550px;margin:0;padding:0;overflow:hidden;display:flex;align-items:center;justify-content:center;border-radius:20px 20px 0 0}.project-card .card__image img{width:100%;height:auto;max-height:600px !important;display:block;object-fit:cover;object-position:center}.project-card .card__body{width:100%;height:auto;min-height:0 !important;padding:25px 30px 30px !important;box-sizing:border-box}.project-card .card__body h3{margin:0 0 8px}.project-card .card__body p{margin:0 0 15px}.project-card .card__more{display:inline-block}.projects-wrapper{position:relative;width:100%}.projects-swiper{overflow:hidden;width:100%}.projects-swiper .swiper-slide{width:100% !important}.projects-prev,.projects-next{position:absolute;top:40%;transform:translateY(-50%);width:60px;height:60px;border:none;border-radius:50%;background:#111;color:#fff;display:flex;align-items:center;justify-content:center;z-index:20;cursor:pointer;font-size:28px;transition:transform .2s ease,opacity .2s ease}.projects-prev{left:40px}.projects-next{right:40px}.projects-prev:hover,.projects-next:hover{transform:translateY(-50%) scale(1.08)}@media(max-width:900px){.hero{min-height:auto;display:flex;flex-direction:column;background:0 0;padding:0}.hero:before{content:"";display:block;width:100%;aspect-ratio:16/9;background-image:url(//tearreglo.com/wp-content/themes/tearregloTheme/assets/img/hero-tearreglo.webp);background-size:cover;background-position:center;background-repeat:no-repeat}.hero-content{background:#fff;padding:40px 24px;text-align:left}.intro__grid{grid-template-columns:1fr}.hero h1{font-size:3rem}.main-menu{display:none}.site-footer{padding:2rem 0}.site-footer .container{display:flex;flex-direction:column;align-items:center;gap:1.6rem;text-align:center}.footer-nav{width:100%}.footer-menu{flex-direction:column;gap:.6rem;align-items:center}.footer-menu li{margin:0}.footer-menu a{display:block;padding:.6rem 0;font-size:1rem}.footer-copy{font-size:.85rem;color:#94a3b8}.btn{display:inline-flex;align-items:center;justify-content:center;text-align:center;vertical-align:middle;padding:15px 30px;border-radius:999px;font-weight:700;line-height:1.2;text-decoration:none;box-sizing:border-box;transition:.25s}.site-logo{margin:auto}.btn--primary,.btn--secondary{display:flex;width:100%;box-sizing:border-box;margin:10px 0;justify-content:center;align-items:center;text-align:center}.project-card{border-radius:14px}.project-card .card__image{width:100%;height:auto;min-height:0;border-radius:14px 14px 0 0}.project-card .card__image img{width:100%;height:auto;object-fit:contain}.project-card .card__body{padding:18px 20px 22px !important}.project-card .card__body h3{font-size:1.25rem}.projects-prev,.projects-next{display:none}}