/*
Theme Name:   Grupo Renova Prime
Theme URI:    https://gruporenovaprime.com
Description:  Tema personalizado para Grupo Renova Prime
Author:       Grupo Renova Prime
Template:     generatepress
Version:      1.0.0
Text Domain:  grp
*/
:root{--grp-black:#0a0a0a;--grp-dark:#111111;--grp-charcoal:#1e1e1e;--grp-red:#C8102E;--grp-red-dark:#9e0c22;--grp-red-light:#e8294a;--grp-white:#ffffff;--grp-offwhite:#f8f7f5;--grp-cream:#f2efe9;--grp-gray-200:#e8e8e8;--grp-gray-400:#9e9e9e;--grp-gray-600:#555555;--grp-text:#1a1a1a;--grp-font-serif:'Playfair Display','Georgia',serif;--grp-font-sans:'Inter',system-ui,sans-serif;--grp-max:1320px;--grp-radius:6px;--grp-radius-lg:14px;--grp-ease:cubic-bezier(0.4,0,0.2,1);--grp-t:.3s var(--grp-ease);--grp-shadow:0 4px 24px rgba(0,0,0,.08);--grp-shadow-lg:0 16px 64px rgba(0,0,0,.14)}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--grp-font-sans);color:var(--grp-text);background:var(--grp-white);line-height:1.7;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none;transition:color var(--grp-t)}
ul{list-style:none}
button{cursor:pointer;font-family:inherit;border:none;background:none}
.container{width:100%;max-width:var(--grp-max);margin-inline:auto;padding-inline:clamp(1rem,4vw,2rem)}
.section-pad{padding-block:clamp(4rem,8vw,7rem)}
.section-pad-sm{padding-block:clamp(2.5rem,5vw,4rem)}
h1,h2,h3,h4{font-family:var(--grp-font-serif);line-height:1.2}
.section-title{font-size:clamp(2rem,4vw,3rem);color:var(--grp-black);margin-bottom:1rem}
.section-title--white{color:var(--grp-white)}
.section-sub{font-size:1.05rem;color:var(--grp-gray-600);max-width:620px}
.section-sub--white{color:rgba(255,255,255,.75)}
.text-center{text-align:center}
.text-center .section-sub{margin-inline:auto}
.divider{width:48px;height:3px;background:var(--grp-red);margin-bottom:1.5rem}
.divider--center{margin-inline:auto}
.label-tag{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--grp-red);margin-bottom:.75rem}
.label-tag::before{content:'— '}
.grp-btn{display:inline-flex;align-items:center;gap:.6rem;padding:.85rem 2rem;border-radius:var(--grp-radius);font-size:.9rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;transition:all var(--grp-t);white-space:nowrap;cursor:pointer}
.grp-btn--primary{background:var(--grp-red);color:var(--grp-white);border:2px solid var(--grp-red)}
.grp-btn--primary:hover{background:var(--grp-red-dark);border-color:var(--grp-red-dark);transform:translateY(-2px);box-shadow:0 8px 32px rgba(200,16,46,.35)}
.grp-btn--outline{border:2px solid var(--grp-white);color:var(--grp-white);background:transparent}
.grp-btn--outline:hover{background:var(--grp-white);color:var(--grp-black)}
.grp-btn--dark{border:2px solid var(--grp-charcoal);color:var(--grp-charcoal);background:transparent}
.grp-btn--dark:hover{background:var(--grp-charcoal);color:var(--grp-white)}
.grp-btn svg{width:18px;height:18px;flex-shrink:0}
/* TOP BAR */
.grp-topbar{background:var(--grp-red);color:var(--grp-white);font-size:.78rem;font-weight:500;padding:.45rem 0;text-align:center;letter-spacing:.02em}
.grp-topbar a{color:inherit}
.grp-topbar__inner{display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap}
.grp-topbar__item{display:flex;align-items:center;gap:.4rem}
.grp-topbar__item svg{width:14px;height:14px}
/* HEADER */
.grp-header{position:fixed;top:0;left:0;right:0;z-index:1000;transition:background var(--grp-t),box-shadow var(--grp-t)}
.grp-header.scrolled{background:rgba(10,10,10,.97);backdrop-filter:blur(12px);box-shadow:0 2px 32px rgba(0,0,0,.4)}
.grp-header__inner{display:flex;align-items:center;justify-content:space-between;height:80px;gap:2rem}
.grp-header.scrolled .grp-header__inner{height:66px}
.grp-header__logo img{height:48px;width:auto;transition:height var(--grp-t)}
.grp-header.scrolled .grp-header__logo img{height:40px}
.grp-nav{display:flex;align-items:center;gap:.25rem}
.grp-nav__link{font-size:.84rem;font-weight:500;letter-spacing:.03em;color:rgba(255,255,255,.88);padding:.5rem .9rem;border-radius:4px;transition:color var(--grp-t),background var(--grp-t)}
.grp-nav__link:hover,.grp-nav__link.active{color:var(--grp-white);background:rgba(255,255,255,.08)}
.grp-nav__cta{margin-left:1rem;padding:.55rem 1.3rem;font-size:.82rem}
.grp-nav__item{position:relative}
.grp-nav__dropdown{position:absolute;top:calc(100% + 8px);left:0;min-width:260px;background:var(--grp-dark);border:1px solid rgba(255,255,255,.08);border-radius:var(--grp-radius-lg);padding:.75rem;opacity:0;pointer-events:none;transform:translateY(8px);transition:all var(--grp-t);box-shadow:var(--grp-shadow-lg)}
.grp-nav__item:hover .grp-nav__dropdown{opacity:1;pointer-events:all;transform:translateY(0)}
.grp-nav__dropdown a{display:block;font-size:.83rem;color:rgba(255,255,255,.8);padding:.55rem .9rem;border-radius:4px;transition:all var(--grp-t)}
.grp-nav__dropdown a:hover{background:rgba(255,255,255,.07);color:var(--grp-white);padding-left:1.2rem}
.grp-hamburger{display:none;flex-direction:column;gap:5px;padding:.5rem;background:none;border:none}
.grp-hamburger span{display:block;width:24px;height:2px;background:var(--grp-white);border-radius:2px;transition:all var(--grp-t)}
/* HERO */
.grp-hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;color:var(--grp-white)}
.grp-hero__bg{position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,0,0,.85) 0%,rgba(0,0,0,.5) 60%,rgba(0,0,0,.7) 100%);z-index:1}
.grp-hero__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}
.grp-hero__content{position:relative;z-index:2;padding-top:120px;padding-bottom:140px}
.grp-hero__eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--grp-red-light);margin-bottom:1.5rem}
.grp-hero__eyebrow::before{content:'';display:block;width:32px;height:2px;background:var(--grp-red-light)}
.grp-hero__title{font-size:clamp(2.8rem,6vw,5.5rem);font-family:var(--grp-font-serif);line-height:1.08;margin-bottom:1.5rem;max-width:800px}
.grp-hero__title span{color:var(--grp-red-light)}
.grp-hero__sub{font-size:clamp(1rem,1.8vw,1.2rem);color:rgba(255,255,255,.82);max-width:580px;margin-bottom:2.5rem;line-height:1.7}
.grp-hero__actions{display:flex;gap:1rem;flex-wrap:wrap}
.grp-hero__stats{position:absolute;bottom:0;left:0;right:0;z-index:2;background:rgba(10,10,10,.88);backdrop-filter:blur(8px);border-top:1px solid rgba(255,255,255,.06)}
.grp-hero__stats-inner{display:grid;grid-template-columns:repeat(4,1fr)}
.grp-hero__stat{padding:1.4rem 1.5rem;border-right:1px solid rgba(255,255,255,.08);text-align:center}
.grp-hero__stat:last-child{border-right:none}
.grp-hero__stat-num{font-family:var(--grp-font-serif);font-size:2rem;color:var(--grp-white);font-weight:700;line-height:1}
.grp-hero__stat-num span{color:var(--grp-red-light)}
.grp-hero__stat-label{font-size:.72rem;color:rgba(255,255,255,.55);letter-spacing:.06em;text-transform:uppercase;margin-top:.3rem}
/* SERVICIOS */
.grp-servicios{background:var(--grp-offwhite)}
.grp-servicios__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:1.5rem;margin-top:3rem}
.grp-servicio-card{background:var(--grp-white);border-radius:var(--grp-radius-lg);overflow:hidden;border:1px solid var(--grp-gray-200);transition:all var(--grp-t);display:flex;flex-direction:column}
.grp-servicio-card:hover{transform:translateY(-6px);box-shadow:var(--grp-shadow-lg);border-color:transparent}
.grp-servicio-card__img{position:relative;overflow:hidden;aspect-ratio:16/10}
.grp-servicio-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--grp-ease)}
.grp-servicio-card:hover .grp-servicio-card__img img{transform:scale(1.06)}
.grp-servicio-card__icon{position:absolute;bottom:-1px;right:1.2rem;width:52px;height:52px;background:var(--grp-red);border-radius:var(--grp-radius) var(--grp-radius) 0 0;display:flex;align-items:center;justify-content:center;color:var(--grp-white)}
.grp-servicio-card__icon svg{width:24px;height:24px}
.grp-servicio-card__body{padding:1.6rem;flex:1;display:flex;flex-direction:column}
.grp-servicio-card__title{font-family:var(--grp-font-serif);font-size:1.25rem;color:var(--grp-black);margin-bottom:.6rem}
.grp-servicio-card__desc{font-size:.9rem;color:var(--grp-gray-600);line-height:1.65;flex:1;margin-bottom:1.2rem}
.grp-servicio-card__link{font-size:.83rem;font-weight:700;color:var(--grp-red);letter-spacing:.04em;text-transform:uppercase;display:flex;align-items:center;gap:.4rem;transition:gap var(--grp-t)}
.grp-servicio-card:hover .grp-servicio-card__link{gap:.7rem}
.grp-servicio-card__link svg{width:16px;height:16px}
/* ABOUT */
.grp-about{background:var(--grp-white)}
.grp-about__inner{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,6vw,6rem);align-items:center}
.grp-about__imgs{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.grp-about__img-main{grid-column:1/3;border-radius:var(--grp-radius-lg);overflow:hidden;aspect-ratio:16/10}
.grp-about__img-main img{width:100%;height:100%;object-fit:cover}
.grp-about__img-sm{border-radius:var(--grp-radius-lg);overflow:hidden;aspect-ratio:4/3}
.grp-about__img-sm img{width:100%;height:100%;object-fit:cover}
.grp-about__badge{position:absolute;top:50%;left:-2rem;transform:translateY(-50%);background:var(--grp-red);color:var(--grp-white);border-radius:50%;width:110px;height:110px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 8px 32px rgba(200,16,46,.4);z-index:2}
.grp-about__badge-num{font-family:var(--grp-font-serif);font-size:2rem;font-weight:700;line-height:1}
.grp-about__badge-text{font-size:.6rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;line-height:1.3;margin-top:.2rem}
.grp-about__list{margin-top:1.5rem;display:flex;flex-direction:column;gap:.9rem}
.grp-about__list-item{display:flex;gap:1rem;align-items:flex-start}
.grp-about__list-icon{width:36px;height:36px;background:rgba(200,16,46,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}
.grp-about__list-icon svg{width:18px;height:18px;color:var(--grp-red)}
.grp-about__list-text strong{display:block;font-size:.92rem;color:var(--grp-black);margin-bottom:.15rem}
.grp-about__list-text span{font-size:.85rem;color:var(--grp-gray-600)}
/* PROCESO */
.grp-proceso{background:var(--grp-black);color:var(--grp-white)}
.grp-proceso__steps{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin-top:3.5rem;border:1px solid rgba(255,255,255,.08);border-radius:var(--grp-radius-lg);overflow:hidden}
.grp-proceso__step{padding:2.5rem 2rem;border-right:1px solid rgba(255,255,255,.08);position:relative;transition:background var(--grp-t)}
.grp-proceso__step:last-child{border-right:none}
.grp-proceso__step:hover{background:rgba(255,255,255,.03)}
.grp-proceso__num{font-family:var(--grp-font-serif);font-size:3.5rem;font-weight:700;color:rgba(255,255,255,.06);line-height:1;margin-bottom:1rem;position:absolute;top:1rem;right:1.5rem}
.grp-proceso__icon{width:48px;height:48px;background:var(--grp-red);border-radius:var(--grp-radius);display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem;color:var(--grp-white)}
.grp-proceso__icon svg{width:24px;height:24px}
.grp-proceso__step-title{font-family:var(--grp-font-serif);font-size:1.15rem;color:var(--grp-white);margin-bottom:.6rem}
.grp-proceso__step-desc{font-size:.85rem;color:rgba(255,255,255,.6);line-height:1.65}
/* PORTFOLIO */
.grp-portfolio{background:var(--grp-white)}
.grp-portfolio__tabs{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:2rem;margin-bottom:3rem}
.grp-portfolio__tab{padding:.5rem 1.2rem;border-radius:100px;font-size:.82rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;border:2px solid var(--grp-gray-200);color:var(--grp-gray-600);transition:all var(--grp-t);cursor:pointer;background:transparent}
.grp-portfolio__tab.active,.grp-portfolio__tab:hover{border-color:var(--grp-red);background:var(--grp-red);color:var(--grp-white)}
.grp-portfolio__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}
.grp-project-card{border-radius:var(--grp-radius-lg);overflow:hidden;position:relative;aspect-ratio:4/3;cursor:pointer;display:block}
.grp-project-card img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--grp-ease)}
.grp-project-card:hover img{transform:scale(1.08)}
.grp-project-card__overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,.3) 50%,transparent 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:1.8rem;transition:background var(--grp-t)}
.grp-project-card__type{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--grp-red-light);margin-bottom:.4rem}
.grp-project-card__name{font-family:var(--grp-font-serif);font-size:1.3rem;color:var(--grp-white);margin-bottom:.25rem}
.grp-project-card__location{font-size:.8rem;color:rgba(255,255,255,.65);display:flex;align-items:center;gap:.3rem}
.grp-project-card__arrow{position:absolute;top:1.2rem;right:1.2rem;width:38px;height:38px;background:var(--grp-red);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--grp-white);transform:scale(0);transition:transform var(--grp-t)}
.grp-project-card:hover .grp-project-card__arrow{transform:scale(1)}
/* TESTIMONIOS */
.grp-testimonios{background:var(--grp-offwhite)}
.grp-testimonios__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:3rem}
.grp-testimonio{background:var(--grp-white);border-radius:var(--grp-radius-lg);padding:2rem;border:1px solid var(--grp-gray-200);position:relative;transition:box-shadow var(--grp-t)}
.grp-testimonio:hover{box-shadow:var(--grp-shadow-lg)}
.grp-testimonio__stars{color:#F5A623;font-size:1rem;margin-bottom:.8rem;letter-spacing:.1em}
.grp-testimonio__quote{font-size:.93rem;color:var(--grp-gray-600);line-height:1.7;margin-bottom:1.5rem;font-style:italic}
.grp-testimonio__quote::before{content:'\201C'}
.grp-testimonio__quote::after{content:'\201D'}
.grp-testimonio__author{display:flex;align-items:center;gap:.9rem}
.grp-testimonio__avatar{width:46px;height:46px;border-radius:50%;background:var(--grp-red);color:var(--grp-white);display:flex;align-items:center;justify-content:center;font-family:var(--grp-font-serif);font-size:1.1rem;font-weight:700;flex-shrink:0}
.grp-testimonio__name{font-weight:700;font-size:.9rem;color:var(--grp-black)}
.grp-testimonio__business{font-size:.78rem;color:var(--grp-gray-400)}
.grp-testimonio__tag{position:absolute;top:1.2rem;right:1.2rem;background:rgba(200,16,46,.08);color:var(--grp-red);font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .65rem;border-radius:100px}
/* CIUDADES */
.grp-ciudades{background:var(--grp-black);color:var(--grp-white)}
.grp-ciudades__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(155px,1fr));gap:1rem;margin-top:3rem}
.grp-ciudad-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07);border-radius:var(--grp-radius-lg);padding:1.4rem 1rem;text-align:center;transition:all var(--grp-t);color:rgba(255,255,255,.75);font-size:.88rem;font-weight:500;display:block}
.grp-ciudad-card:hover{background:var(--grp-red);border-color:var(--grp-red);color:var(--grp-white);transform:translateY(-4px)}
.grp-ciudad-card svg{width:22px;height:22px;margin:0 auto .7rem;display:block;color:var(--grp-red);transition:color var(--grp-t)}
.grp-ciudad-card:hover svg{color:var(--grp-white)}
/* CTA BANNER */
.grp-cta-banner{background:var(--grp-red);color:var(--grp-white);position:relative;overflow:hidden}
.grp-cta-banner::before{content:'';position:absolute;top:-60%;right:-10%;width:500px;height:500px;background:rgba(255,255,255,.05);border-radius:50%}
.grp-cta-banner__inner{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}
.grp-cta-banner__title{font-family:var(--grp-font-serif);font-size:clamp(1.8rem,3vw,2.6rem)}
.grp-cta-banner__sub{font-size:1rem;opacity:.85;margin-top:.5rem}
/* BLOG */
.grp-blog{background:var(--grp-offwhite)}
.grp-blog__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:3rem}
.grp-post-card{background:var(--grp-white);border-radius:var(--grp-radius-lg);overflow:hidden;border:1px solid var(--grp-gray-200);transition:all var(--grp-t);display:flex;flex-direction:column}
.grp-post-card:hover{transform:translateY(-5px);box-shadow:var(--grp-shadow-lg)}
.grp-post-card__img{aspect-ratio:16/9;overflow:hidden}
.grp-post-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--grp-ease)}
.grp-post-card:hover .grp-post-card__img img{transform:scale(1.05)}
.grp-post-card__body{padding:1.5rem;flex:1;display:flex;flex-direction:column}
.grp-post-card__cat{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--grp-red);margin-bottom:.6rem}
.grp-post-card__title{font-family:var(--grp-font-serif);font-size:1.15rem;color:var(--grp-black);margin-bottom:.6rem;line-height:1.35;flex:1}
.grp-post-card__meta{font-size:.78rem;color:var(--grp-gray-400);margin-top:auto;padding-top:1rem;border-top:1px solid var(--grp-gray-200)}
/* CONTACTO */
.grp-contacto{background:var(--grp-white)}
.grp-contacto__inner{display:grid;grid-template-columns:1fr 1.4fr;gap:clamp(3rem,6vw,5rem);align-items:start}
.grp-contacto__info-items{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}
.grp-contacto__info-item{display:flex;gap:1rem;align-items:flex-start}
.grp-contacto__info-icon{width:44px;height:44px;background:var(--grp-red);border-radius:var(--grp-radius);display:flex;align-items:center;justify-content:center;color:var(--grp-white);flex-shrink:0}
.grp-contacto__info-icon svg{width:20px;height:20px}
.grp-contacto__info-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--grp-gray-400);margin-bottom:.2rem}
.grp-contacto__info-value{font-size:.95rem;color:var(--grp-black);font-weight:500}
.grp-contacto__info-value a:hover{color:var(--grp-red)}
.grp-contacto__horario{margin-top:2rem}
.grp-contacto__horario-title{font-weight:700;font-size:.88rem;text-transform:uppercase;letter-spacing:.06em;color:var(--grp-gray-600);margin-bottom:.8rem}
.grp-contacto__horario-item{display:flex;justify-content:space-between;padding:.45rem 0;border-bottom:1px solid var(--grp-gray-200);font-size:.88rem}
.grp-contacto__horario-item:last-child{border-bottom:none}
.grp-contacto__horario-day{color:var(--grp-gray-600)}
.grp-contacto__horario-hours{font-weight:600;color:var(--grp-black)}
/* FORM */
.grp-form{background:var(--grp-offwhite);border-radius:var(--grp-radius-lg);padding:2.5rem}
.grp-form__title{font-family:var(--grp-font-serif);font-size:1.5rem;margin-bottom:1.8rem;color:var(--grp-black)}
.grp-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}
.grp-form__field{display:flex;flex-direction:column;gap:.4rem}
.grp-form__field--full{grid-column:1/-1}
.grp-form label{font-size:.8rem;font-weight:600;color:var(--grp-gray-600);letter-spacing:.04em;text-transform:uppercase}
.grp-form input,.grp-form select,.grp-form textarea{padding:.85rem 1rem;border:1.5px solid var(--grp-gray-200);border-radius:var(--grp-radius);font-family:var(--grp-font-sans);font-size:.92rem;background:var(--grp-white);color:var(--grp-text);transition:border-color var(--grp-t),box-shadow var(--grp-t);width:100%}
.grp-form input:focus,.grp-form select:focus,.grp-form textarea:focus{outline:none;border-color:var(--grp-red);box-shadow:0 0 0 3px rgba(200,16,46,.1)}
.grp-form textarea{min-height:130px;resize:vertical}
.grp-form__submit{width:100%;margin-top:1rem;padding:1rem;font-size:.92rem;justify-content:center}
.grp-form__legal{font-size:.72rem;color:var(--grp-gray-400);text-align:center;margin-top:.8rem}
.grp-form__legal a{color:var(--grp-red)}
/* FOOTER */
.grp-footer{background:var(--grp-dark);color:rgba(255,255,255,.7)}
.grp-footer__main{display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr;gap:3rem;padding-block:4rem}
.grp-footer__logo{margin-bottom:1.2rem}
.grp-footer__logo img{height:44px}
.grp-footer__desc{font-size:.87rem;line-height:1.7;margin-bottom:1.5rem;max-width:300px}
.grp-footer__social{display:flex;gap:.75rem}
.grp-footer__social a{width:38px;height:38px;border:1px solid rgba(255,255,255,.15);border-radius:50%;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.6);transition:all var(--grp-t)}
.grp-footer__social a:hover{background:var(--grp-red);border-color:var(--grp-red);color:var(--grp-white)}
.grp-footer__social svg{width:16px;height:16px}
.grp-footer__col-title{font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--grp-white);margin-bottom:1.2rem}
.grp-footer__links{display:flex;flex-direction:column;gap:.6rem}
.grp-footer__links a{font-size:.85rem;transition:color var(--grp-t),padding-left var(--grp-t)}
.grp-footer__links a:hover{color:var(--grp-white);padding-left:6px}
.grp-footer__bottom{border-top:1px solid rgba(255,255,255,.07);padding-block:1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;font-size:.78rem}
.grp-footer__bottom-links{display:flex;gap:1.5rem}
.grp-footer__bottom-links a:hover{color:var(--grp-white)}
/* STICKY BUTTONS */
.grp-sticky{position:fixed;bottom:2rem;right:2rem;z-index:999;display:flex;flex-direction:column;gap:.75rem;align-items:flex-end}
.grp-sticky__item{display:flex;align-items:center;gap:.6rem}
.grp-sticky__btn{width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px rgba(0,0,0,.25);transition:transform var(--grp-t)}
.grp-sticky__btn:hover{transform:scale(1.1)}
.grp-sticky__btn--phone{background:var(--grp-red);color:var(--grp-white)}
.grp-sticky__btn--wa{background:#25D366;color:var(--grp-white)}
.grp-sticky__btn svg{width:24px;height:24px}
.grp-sticky__label{font-size:.72rem;font-weight:700;background:var(--grp-black);color:var(--grp-white);padding:.3rem .7rem;border-radius:100px;opacity:0;transform:translateX(8px);transition:all var(--grp-t);pointer-events:none;white-space:nowrap}
.grp-sticky__item:hover .grp-sticky__label{opacity:1;transform:translateX(0)}
/* PAGE HERO */
.grp-page-hero{background:var(--grp-black);color:var(--grp-white);padding:160px 0 80px;position:relative;overflow:hidden}
.grp-page-hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(200,16,46,.12) 0%,transparent 60%)}
.grp-page-hero__content{position:relative;z-index:1}
.grp-page-hero__breadcrumb{font-size:.78rem;color:rgba(255,255,255,.5);margin-bottom:1rem;display:flex;gap:.5rem;align-items:center}
.grp-page-hero__breadcrumb a{color:rgba(255,255,255,.5)}
.grp-page-hero__breadcrumb a:hover{color:var(--grp-white)}
.grp-page-hero__title{font-size:clamp(2.2rem,5vw,4rem);margin-bottom:1rem}
.grp-page-hero__sub{font-size:1.05rem;color:rgba(255,255,255,.7);max-width:600px}
/* GALLERY */
.grp-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;margin-top:1.5rem}
.grp-gallery__item{aspect-ratio:4/3;border-radius:var(--grp-radius);overflow:hidden;cursor:pointer;position:relative}
.grp-gallery__item img{width:100%;height:100%;object-fit:cover;transition:transform .4s var(--grp-ease)}
.grp-gallery__item:hover img{transform:scale(1.08)}
.grp-gallery__item::after{content:'';position:absolute;inset:0;background:rgba(0,0,0,.3);opacity:0;transition:opacity var(--grp-t)}
.grp-gallery__item:hover::after{opacity:1}
/* LIGHTBOX */
.grp-lightbox{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.95);display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity var(--grp-t)}
.grp-lightbox.open{opacity:1;pointer-events:all}
.grp-lightbox__img{max-width:90vw;max-height:85vh;border-radius:var(--grp-radius);object-fit:contain}
.grp-lightbox__close{position:absolute;top:1.5rem;right:1.5rem;width:44px;height:44px;background:rgba(255,255,255,.1);border:none;border-radius:50%;color:white;font-size:1.4rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background var(--grp-t)}
.grp-lightbox__close:hover{background:var(--grp-red)}
.grp-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;background:rgba(255,255,255,.1);border:none;border-radius:50%;color:white;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background var(--grp-t)}
.grp-lightbox__nav:hover{background:var(--grp-red)}
.grp-lightbox__nav--prev{left:1.5rem}
.grp-lightbox__nav--next{right:1.5rem}
.grp-lightbox__nav svg{width:22px;height:22px}
.grp-lightbox__counter{position:absolute;bottom:1.5rem;left:50%;transform:translateX(-50%);font-size:.82rem;color:rgba(255,255,255,.6)}
/* REVEAL ANIMATIONS */
.grp-reveal{opacity:0;transform:translateY(28px);transition:opacity .7s var(--grp-ease),transform .7s var(--grp-ease)}
.grp-reveal.visible{opacity:1;transform:translateY(0)}
.grp-reveal-delay-1{transition-delay:.1s}
.grp-reveal-delay-2{transition-delay:.2s}
.grp-reveal-delay-3{transition-delay:.3s}
.grp-reveal-delay-4{transition-delay:.4s}
/* MOBILE NAV */
.grp-mobile-nav{position:fixed;inset:0;z-index:9998;background:var(--grp-black);display:flex;flex-direction:column;align-items:center;justify-content:center;transform:translateX(100%);transition:transform .4s var(--grp-ease)}
.grp-mobile-nav.open{transform:translateX(0)}
.grp-mobile-nav a{font-family:var(--grp-font-serif);font-size:clamp(1.6rem,5vw,2.4rem);color:rgba(255,255,255,.75);padding:.75rem 2rem;transition:color var(--grp-t);width:100%;text-align:center;display:block}
.grp-mobile-nav a:hover{color:var(--grp-white)}
.grp-mobile-nav__close{position:absolute;top:1.5rem;right:1.5rem;width:44px;height:44px;background:rgba(255,255,255,.08);border:none;border-radius:50%;color:white;font-size:1.3rem;cursor:pointer;display:flex;align-items:center;justify-content:center}
/* GENERATEPRESS OVERRIDES */
.site-header{display:none!important}
.site-footer{display:none!important}
.entry-header{display:none}
body.page .content-area{padding:0!important}
.inside-article{padding:0!important}
.generate-back-to-top{display:none}
/* RESPONSIVE */
@media(max-width:1024px){.grp-footer__main{grid-template-columns:1fr 1fr}.grp-about__inner{grid-template-columns:1fr}.grp-about__badge{left:auto;right:-1rem;top:auto;bottom:1rem;transform:none}.grp-contacto__inner{grid-template-columns:1fr}.grp-hero__stats-inner{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){.grp-nav{display:none}.grp-hamburger{display:flex}.grp-footer__main{grid-template-columns:1fr;gap:2rem}.grp-proceso__steps{grid-template-columns:1fr 1fr}.grp-form__grid{grid-template-columns:1fr}.grp-cta-banner__inner{flex-direction:column;text-align:center}.grp-footer__bottom{flex-direction:column;text-align:center}}
@media(max-width:480px){.grp-proceso__steps{grid-template-columns:1fr}.grp-hero__stats-inner{grid-template-columns:repeat(2,1fr)}.grp-topbar__inner{gap:1rem;font-size:.7rem}}
