:root{
  --pgc-bg:#FAF8F4;
  --pgc-surface:#FFFFFF;
  --pgc-graphite:#1E1E1C;
  --pgc-muted:#706B63;
  --pgc-water:#2F7F86;
  --pgc-water-hover:#246B71;
  --pgc-water-soft:#E7F2F1;
  --pgc-bronze:#B99A63;
  --pgc-sand:#D8C8B2;
  --pgc-line:rgba(30,30,28,.11);
}

.pg-contact-page{
  overflow:hidden;
}

.pg-contact-container{
  width:100%;
  padding-left:24px;
  padding-right:24px;
  margin:0 auto;
}

.pg-contact-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:var(--pgc-water);
  font-size:11px;
  font-weight:800;
  letter-spacing:.11em;
  line-height:1;
  text-transform:uppercase;
}

.pg-contact-eyebrow i{
  width:27px;
  height:1px;
  background:var(--pgc-bronze);
}

.pg-contact-eyebrow--light{
  color:var(--pgc-sand);
}

.pg-contact-section-head{
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(320px, .66fr);
  align-items:end;
  gap:72px;
  margin-bottom:48px;
}

.pg-contact-section-head h2{
  max-width:690px;
  margin:17px 0 0;
  font-size:48px;
  font-weight:400;
  line-height:1.1;
  letter-spacing:-.025em;
}

.pg-contact-section-head > p{
  max-width:440px;
  margin:0 0 3px;
  color:var(--pgc-muted);
  font-size:16px;
  font-weight:500;
  line-height:1.7;
}

/* HERO */
.pg-contact-hero{
  padding:88px 0 104px;
  background:var(--pgc-bg);
}

.pg-contact-hero-layout{
  display:grid;
  grid-template-columns:minmax(0, .9fr) minmax(400px, .86fr);
  align-items:center;
  gap:74px;
}

.pg-contact-hero-copy{
  max-width:630px;
}

.pg-contact-hero h1{
  max-width:670px;
  margin:20px 0 0;
  font-size:58px;
  font-weight:400;
  line-height:1.05;
  letter-spacing:-.035em;
}

.pg-contact-hero-copy > p{
  max-width:570px;
  margin:21px 0 0;
  color:var(--pgc-muted);
  font-size:17px;
  font-weight:500;
  line-height:1.72;
}

.pg-contact-hero-actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:15px;
  margin-top:30px;
}

.pg-contact-whatsapp,
.pg-contact-phone-button{
  min-height:51px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:0 21px;
  border-radius:999px;
  font-size:13px;
  font-weight:800;
  transition:transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

.pg-contact-whatsapp{
  background:var(--pgc-water);
  color:#FFFFFF;
  box-shadow:0 12px 26px rgba(47,127,134,.18);
}

.pg-contact-whatsapp:hover{
  transform:translateY(-2px);
  background:var(--pgc-water-hover);
  box-shadow:0 16px 30px rgba(47,127,134,.25);
}

.pg-contact-whatsapp-icon{
  width:20px;
  height:20px;
  flex:0 0 20px;
  display:block;
  fill:currentColor;
}

.pg-contact-phone-button{
  border:1px solid rgba(30,30,28,.14);
  background:#FFFFFF;
  color:var(--pgc-graphite);
}

.pg-contact-phone-button:hover{
  transform:translateY(-2px);
  border-color:var(--pgc-water);
  color:var(--pgc-water);
}

.pg-contact-phone-button svg{
  width:19px;
  height:19px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.pg-contact-hero-image{
  position:relative;
  min-height:500px;
}

.pg-contact-image-frame{
  position:absolute;
  top:17px;
  right:-17px;
  bottom:-17px;
  left:17px;
  border:1px solid rgba(185,154,99,.60);
  border-radius:42px 26px 76px 26px;
}

.pg-contact-hero-image > img{
  position:relative;
  z-index:1;
  display:block;
  width:100%;
  height:500px;
  object-fit:cover;
  object-position:center;
  border-radius:52px 28px 82px 28px;
  box-shadow:0 24px 62px rgba(30,30,28,.12);
}

.pg-contact-image-overlay{
  position:absolute;
  z-index:2;
  inset:0;
  border-radius:52px 28px 82px 28px;
  background:linear-gradient(180deg, transparent 44%, rgba(17,17,16,.56) 100%);
  pointer-events:none;
}

.pg-contact-image-note{
  position:absolute;
  z-index:3;
  right:20px;
  bottom:20px;
  left:20px;
  padding:17px 18px;
  border:1px solid rgba(255,255,255,.34);
  border-radius:19px;
  background:rgba(17,17,16,.66);
  color:#FFFFFF;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.pg-contact-image-note span{
  display:block;
  color:var(--pgc-sand);
  font-size:9px;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
}

.pg-contact-image-note strong{
  display:block;
  margin-top:5px;
  font-size:13px;
  font-weight:700;
  line-height:1.45;
}

/* BENEFICIOS */
.pg-contact-trust{
  padding:0 0 110px;
  background:var(--pgc-bg);
}

.pg-contact-trust-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  border-top:1px solid var(--pgc-line);
  border-bottom:1px solid var(--pgc-line);
}

.pg-contact-trust-item{
  min-height:132px;
  display:grid;
  grid-template-columns:39px 1fr;
  align-content:center;
  gap:14px;
  padding:25px 30px;
  border-right:1px solid var(--pgc-line);
}

.pg-contact-trust-item:first-child{
  padding-left:0;
}

.pg-contact-trust-item:last-child{
  border-right:0;
}

.pg-contact-trust-number{
  color:var(--pgc-bronze);
  font-size:20px;
}

.pg-contact-trust-item strong{
  display:block;
  font-size:14px;
  font-weight:800;
  line-height:1.35;
}

.pg-contact-trust-item p{
  margin:5px 0 0;
  color:var(--pgc-muted);
  font-size:12px;
  font-weight:500;
  line-height:1.55;
}

/* CANALES */
.pg-contact-channels{
  padding:112px 0 120px;
  background:var(--pgc-surface);
}

.pg-contact-channel-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:20px;
}

.pg-contact-channel{
  min-height:360px;
  display:flex;
  flex-direction:column;
  padding:28px;
  border:1px solid var(--pgc-line);
  border-radius:28px;
  background:#FFFFFF;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.pg-contact-channel:hover{
  transform:translateY(-5px);
  border-color:rgba(47,127,134,.28);
  box-shadow:0 18px 38px rgba(30,30,28,.08);
}

.pg-contact-channel--main{
  border-color:rgba(47,127,134,.22);
  background:var(--pgc-water-soft);
}

.pg-contact-channel-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:15px;
}

.pg-contact-channel-label{
  color:var(--pgc-water);
  font-size:10px;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.pg-contact-channel-icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border:1px solid rgba(30,30,28,.11);
  border-radius:17px;
  background:#FFFFFF;
  color:var(--pgc-graphite);
}

.pg-contact-channel-icon svg, .pg-contact-channel-icon i{
  width:24px;
  height:24px;
  font-size:24px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.pg-contact-channel h3{
  margin:24px 0 9px;
  font-size:31px;
  font-weight:400;
  line-height:1.13;
}

.pg-contact-channel > p{
  margin:0;
  color:var(--pgc-muted);
  font-size:14px;
  font-weight:500;
  line-height:1.65;
}

.pg-contact-channel-data{
  margin-bottom:9px !important;
  color:var(--pgc-graphite) !important;
  font-size:15px !important;
  font-weight:800 !important;
}

.pg-contact-channel-data--email{
  font-size:13px !important;
  word-break:break-word;
}

.pg-contact-channel-button,
.pg-contact-channel-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin-top:auto;
  padding-top:23px;
  color:var(--pgc-water);
  font-size:12px;
  font-weight:800;
  transition:color .2s ease;
}

.pg-contact-channel-button{
  min-height:47px;
  margin-top:auto;
  padding:0 18px;
  border-radius:999px;
  background:var(--pgc-water);
  color:#FFFFFF;
  box-shadow:0 8px 18px rgba(47,127,134,.16);
}

.pg-contact-channel-button:hover{
  background:var(--pgc-water-hover);
}

.pg-contact-channel-link{
  justify-content:flex-start;
}

.pg-contact-channel-link:hover{
  color:var(--pgc-graphite);
}

.pg-contact-channel-button svg,
.pg-contact-channel-link svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:transform .2s ease;
}

.pg-contact-channel-button:hover svg,
.pg-contact-channel-link:hover svg{
  transform:translateX(3px);
}

/* REDES */
.pg-contact-social{
  position:relative;
  overflow:hidden;
  padding:108px 0;
  background:var(--pgc-graphite);
  color:#FFFFFF;
}

.pg-contact-social::after{
  content:"";
  position:absolute;
  right:-210px;
  bottom:-240px;
  width:620px;
  height:620px;
  border:1px solid rgba(185,154,99,.18);
  border-radius:50%;
}

.pg-contact-social-layout{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0, .9fr) minmax(360px, .62fr);
  align-items:center;
  gap:88px;
}

.pg-contact-social h2{
  max-width:620px;
  margin:18px 0 17px;
  font-size:48px;
  font-weight:400;
  line-height:1.1;
  letter-spacing:-.025em;
}

.pg-contact-social p{
  max-width:570px;
  margin:0;
  color:rgba(255,255,255,.67);
  font-size:16px;
  font-weight:500;
  line-height:1.72;
}

.pg-contact-social-actions{
  display:grid;
  gap:13px;
}

.pg-contact-social-link{
  display:grid;
  grid-template-columns:45px 1fr 25px;
  align-items:center;
  gap:14px;
  padding:16px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:19px;
  background:rgba(255,255,255,.055);
  transition:transform .2s ease, background .2s ease, border-color .2s ease;
}

.pg-contact-social-link:hover{
  transform:translateX(4px);
  border-color:rgba(47,127,134,.72);
  background:rgba(47,127,134,.15);
}

.pg-contact-social-icon{
  width:43px;
  height:43px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:var(--pgc-water);
}

.pg-contact-social-icon svg, .pg-contact-social-icon i{
  width:22px;
  height:22px;
  font-size:22px;
  stroke:#FFFFFF;
}

.pg-contact-social-link small{
  display:block;
  color:rgba(255,255,255,.58);
  font-size:9px;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.pg-contact-social-link strong{
  display:block;
  margin-top:3px;
  font-size:14px;
  font-weight:800;
}

.pg-contact-social-arrow{
  width:18px;
  height:18px;
  fill:none;
  stroke:var(--pgc-sand);
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

/* CÓMO CONSULTAR */
.pg-contact-how{
  padding:112px 0 120px;
  background:var(--pgc-bg);
}

.pg-contact-steps{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  border-top:1px solid var(--pgc-line);
  border-bottom:1px solid var(--pgc-line);
}

.pg-contact-step{
  min-height:270px;
  padding:30px 27px;
  border-right:1px solid var(--pgc-line);
}

.pg-contact-step:first-child{
  padding-left:0;
}

.pg-contact-step:last-child{
  border-right:0;
}

.pg-contact-step-number{
  color:var(--pgc-bronze);
  font-size:28px;
  line-height:1;
}

.pg-contact-step h3{
  margin:20px 0 10px;
  font-size:25px;
  font-weight:400;
  line-height:1.16;
}

.pg-contact-step p{
  margin:0;
  color:var(--pgc-muted);
  font-size:13px;
  font-weight:500;
  line-height:1.65;
}

/* CTA FINAL */
.pg-contact-final{
  padding:0 0 112px;
  background:var(--pgc-bg);
}

.pg-contact-final-box{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  overflow:hidden;
  padding:52px 58px;
  border-radius:36px 24px 62px 24px;
  background:var(--pgc-graphite);
  color:#FFFFFF;
}

.pg-contact-final-box::after{
  content:"";
  position:absolute;
  right:-110px;
  bottom:-150px;
  width:380px;
  height:380px;
  border:1px solid rgba(185,154,99,.22);
  border-radius:50%;
}

.pg-contact-final-box > *{
  position:relative;
  z-index:1;
}

.pg-contact-final h2{
  max-width:620px;
  margin:14px 0 10px;
  font-size:40px;
  font-weight:400;
  line-height:1.12;
}

.pg-contact-final p{
  max-width:590px;
  margin:0;
  color:rgba(255,255,255,.66);
  font-size:14px;
  font-weight:500;
  line-height:1.65;
}

.pg-contact-final-button{
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  flex:0 0 auto;
  padding:0 22px;
  border-radius:999px;
  background:var(--pgc-water);
  color:#FFFFFF;
  box-shadow:0 12px 28px rgba(0,0,0,.18);
  font-size:13px;
  font-weight:800;
  transition:transform .2s ease, background .2s ease;
}

.pg-contact-final-button:hover{
  transform:translateY(-2px);
  background:var(--pgc-water-hover);
}

.pg-contact-final-button .pg-contact-whatsapp-icon{
  width:20px;
  height:20px;
  flex-basis:20px;
}

/* TABLET */
@media (max-width:1024px){
  .pg-contact-container{
    padding-left:24px;
    padding-right:24px;
  }

  .pg-contact-hero{
    padding:70px 0 88px;
  }

  .pg-contact-hero-layout,
  .pg-contact-social-layout{
    grid-template-columns:1fr;
    gap:45px;
  }

  .pg-contact-hero h1{
    max-width:720px;
    font-size:52px;
  }

  .pg-contact-hero-image{
    width:min(100%, 760px);
  }

  .pg-contact-section-head{
    grid-template-columns:1fr;
    align-items:start;
    gap:21px;
    margin-bottom:39px;
  }

  .pg-contact-section-head h2,
  .pg-contact-social h2{
    max-width:720px;
    font-size:44px;
  }

  .pg-contact-channel-grid{
    grid-template-columns:1fr 1fr;
  }

  .pg-contact-channel:last-child{
    grid-column:1 / -1;
  }

  .pg-contact-trust-grid{
    grid-template-columns:1fr;
  }

  .pg-contact-trust-item,
  .pg-contact-trust-item:first-child{
    min-height:auto;
    padding:21px 0;
    border-right:0;
    border-bottom:1px solid var(--pgc-line);
  }

  .pg-contact-trust-item:last-child{
    border-bottom:0;
  }

  .pg-contact-steps{
    grid-template-columns:1fr 1fr;
  }

  .pg-contact-step,
  .pg-contact-step:first-child{
    min-height:220px;
    padding:27px 24px;
  }

  .pg-contact-step:nth-child(2){
    border-right:0;
  }

  .pg-contact-step:nth-child(-n+2){
    border-bottom:1px solid var(--pgc-line);
  }

  .pg-contact-step:nth-child(3){
    padding-left:0;
  }

  .pg-contact-final-box{
    align-items:flex-start;
    flex-direction:column;
  }
}

/* MÓVIL */
@media (max-width:767px){
  .pg-contact-container{
    padding-left:20px;
    padding-right:20px;
  }

  .pg-contact-hero{
    padding:48px 0 66px;
  }

  .pg-contact-hero h1{
    font-size:40px;
    line-height:1.08;
  }

  .pg-contact-hero-copy > p{
    margin-top:17px;
    font-size:15px;
    line-height:1.67;
  }

  .pg-contact-hero-actions{
    align-items:stretch;
    flex-direction:column;
    gap:11px;
    margin-top:24px;
  }

  .pg-contact-whatsapp,
  .pg-contact-phone-button{
    width:100%;
    min-height:48px;
    font-size:12px;
  }

  .pg-contact-hero-image{
    min-height:350px;
  }

  .pg-contact-hero-image > img{
    height:350px;
    border-radius:34px 22px 58px 22px;
  }

  .pg-contact-image-frame{
    top:11px;
    right:-10px;
    bottom:-10px;
    left:10px;
    border-radius:28px 20px 61px 20px;
  }

  .pg-contact-image-overlay{
    border-radius:34px 22px 58px 22px;
  }

  .pg-contact-image-note{
    right:15px;
    bottom:15px;
    left:15px;
    padding:14px;
    border-radius:16px;
  }

  .pg-contact-trust{
    padding-bottom:70px;
  }

  .pg-contact-channels,
  .pg-contact-how{
    padding:64px 0 70px;
  }

  .pg-contact-social{
    padding:65px 0;
  }

  .pg-contact-section-head{
    gap:18px;
    margin-bottom:29px;
  }

  .pg-contact-section-head h2,
  .pg-contact-social h2{
    margin-top:15px;
    font-size:34px;
    line-height:1.13;
  }

  .pg-contact-section-head > p,
  .pg-contact-social p{
    font-size:15px;
    line-height:1.65;
  }

  .pg-contact-channel-grid{
    grid-template-columns:1fr;
    gap:15px;
  }

  .pg-contact-channel,
  .pg-contact-channel:last-child{
    grid-column:auto;
    min-height:280px;
    padding:22px;
    border-radius:23px;
  }

  .pg-contact-channel h3{
    margin-top:20px;
    font-size:28px;
  }

  .pg-contact-channel > p{
    font-size:13px;
  }

  .pg-contact-social-layout{
    gap:28px;
  }

  .pg-contact-social-link{
    grid-template-columns:41px 1fr 22px;
    gap:12px;
    padding:14px;
  }

  .pg-contact-social-icon{
    width:40px;
    height:40px;
    border-radius:13px;
  }

  .pg-contact-steps{
    grid-template-columns:1fr;
  }

  .pg-contact-step,
  .pg-contact-step:first-child,
  .pg-contact-step:nth-child(3){
    min-height:auto;
    padding:23px 0;
    border-right:0;
    border-bottom:1px solid var(--pgc-line);
  }

  .pg-contact-step:last-child{
    border-bottom:0;
  }

  .pg-contact-step h3{
    margin-top:14px;
    font-size:24px;
  }

  .pg-contact-final{
    padding-bottom:70px;
  }

  .pg-contact-final-box{
    gap:24px;
    padding:30px 21px;
    border-radius:29px 20px 48px 20px;
  }

  .pg-contact-final h2{
    margin-top:14px;
    font-size:33px;
  }

  .pg-contact-final p{
    font-size:14px;
  }

  .pg-contact-final-button{
    width:100%;
    min-height:49px;
    padding:0 16px;
    font-size:12px;
    text-align:center;
  }
}
