/* ==========================================================
   ROSCOGAS · GLP A GRANEL
   Página: /granel/
   Base compartida: site.css
   ========================================================== */

.granel-hero{
  padding:54px 0 62px;
  background:
    radial-gradient(circle at 82% 16%,rgba(244,81,18,.10),transparent 28%),
    linear-gradient(180deg,#f8fbfc 0%,#fff 100%);
  overflow:hidden;
}

.granel-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(420px,.92fr);
  align-items:center;
  gap:54px;
}

.granel-hero-copy{
  max-width:650px;
}

.granel-hero-copy h1{
  margin:10px 0 18px;
  color:var(--navy);
  font-size:clamp(2.5rem,5vw,4.55rem);
  line-height:.96;
  letter-spacing:-.045em;
}

.granel-hero-copy h1 span{
  display:block;
  color:var(--orange);
}

.granel-hero-copy>p{
  max-width:610px;
  margin:0;
  color:var(--muted);
  font-size:1.04rem;
  line-height:1.75;
}

.granel-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}

.granel-hero-note{
  display:grid;
  gap:4px;
  max-width:590px;
  margin-top:26px;
  padding:16px 18px;
  border:1px solid var(--line);
  border-left:4px solid var(--orange);
  border-radius:14px;
  background:#fff;
  box-shadow:0 12px 32px rgba(20,52,68,.06);
}

.granel-hero-note strong{
  color:var(--navy);
  font-size:.9rem;
}

.granel-hero-note span{
  color:var(--muted);
  font-size:.82rem;
  line-height:1.55;
}

.granel-hero-media{
  position:relative;
  min-height:500px;
  overflow:hidden;
  border-radius:30px 8px 30px 8px;
  box-shadow:0 24px 55px rgba(18,48,64,.18);
}

.granel-hero-media::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,transparent 55%,rgba(9,35,48,.16));
}

.granel-hero-media img{
  width:100%;
  height:100%;
  min-height:500px;
  object-fit:cover;
}


/* INTRO */

.granel-intro{
  padding:76px 0;
}

.granel-intro-grid{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:70px;
  align-items:start;
}

.granel-intro h2,
.granel-section-head h2,
.granel-choice-copy h2,
.granel-supply-copy h2,
.granel-safety-copy h2,
.granel-faq h2,
.granel-final h2{
  margin:7px 0 0;
  color:var(--navy);
  font-size:clamp(1.9rem,3.3vw,3rem);
  line-height:1.05;
  letter-spacing:-.035em;
}

.granel-intro-copy{
  display:grid;
  gap:16px;
}

.granel-intro-copy p{
  margin:0;
  color:var(--muted);
  font-size:1rem;
  line-height:1.8;
}


/* COMMON HEAD */

.granel-section-head{
  display:grid;
  grid-template-columns:1fr .82fr;
  gap:50px;
  align-items:end;
  margin-bottom:34px;
}

.granel-section-head>p{
  margin:0;
  color:var(--muted);
  line-height:1.7;
}


/* CLIENTS */

.granel-clients{
  padding:76px 0;
  background:#f6f9fa;
}

.granel-client-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.granel-client-grid article{
  min-height:220px;
  padding:26px;
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff;
  box-shadow:0 14px 34px rgba(18,48,64,.055);
}

.granel-client-grid article>span{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  margin-bottom:30px;
  border-radius:12px;
  background:rgba(244,81,18,.10);
  color:var(--orange);
  font-size:.76rem;
  font-weight:900;
}

.granel-client-grid h3{
  margin:0 0 9px;
  color:var(--navy);
  font-size:1.08rem;
}

.granel-client-grid p{
  margin:0;
  color:var(--muted);
  font-size:.88rem;
  line-height:1.65;
}


/* CHOICE */

.granel-choice{
  padding:76px 0;
}

.granel-choice-panel{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:54px;
  padding:42px;
  border:1px solid var(--line);
  border-radius:26px;
  background:linear-gradient(135deg,#fff,#f7fafb);
  box-shadow:0 18px 44px rgba(18,48,64,.07);
}

.granel-choice-copy>p{
  margin:16px 0 0;
  color:var(--muted);
  line-height:1.72;
}

.granel-choice-cards{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.granel-choice-cards article{
  padding:24px;
  border-radius:18px;
  background:var(--navy);
}

.granel-choice-cards article:nth-child(2){
  background:#fff;
  border:1px solid var(--line);
}

.granel-choice-cards strong{
  display:block;
  margin-bottom:14px;
  color:#fff;
  line-height:1.35;
}

.granel-choice-cards article:nth-child(2) strong{
  color:var(--navy);
}

.granel-choice-cards ul{
  display:grid;
  gap:11px;
  margin:0;
  padding:0;
  list-style:none;
}

.granel-choice-cards li{
  position:relative;
  padding-left:18px;
  color:rgba(255,255,255,.86);
  font-size:.84rem;
  line-height:1.5;
}

.granel-choice-cards article:nth-child(2) li{
  color:var(--muted);
}

.granel-choice-cards li::before{
  content:"";
  position:absolute;
  top:.55em;
  left:0;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--orange);
}


/* PROCESS */

.granel-process{
  padding:76px 0;
  background:var(--navy);
}

.granel-process .section-kicker{
  color:#ff8c58;
}

.granel-process .granel-section-head h2{
  color:#fff;
}

.granel-process .granel-section-head>p{
  color:rgba(255,255,255,.74);
}

.granel-process-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.granel-process-grid article{
  padding:30px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:20px;
  background:rgba(255,255,255,.06);
}

.granel-process-grid article>span{
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  margin-bottom:26px;
  border-radius:50%;
  background:var(--orange);
  color:#fff;
  font-weight:900;
}

.granel-process-grid h3{
  margin:0 0 10px;
  color:#fff;
  font-size:1.12rem;
}

.granel-process-grid p{
  margin:0;
  color:rgba(255,255,255,.74);
  font-size:.89rem;
  line-height:1.7;
}


/* SUPPLY */

.granel-supply{
  padding:82px 0;
}

.granel-supply-grid{
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:58px;
  align-items:center;
}

.granel-supply-media{
  min-height:390px;
  overflow:hidden;
  border-radius:8px 28px 8px 28px;
  box-shadow:0 20px 46px rgba(18,48,64,.15);
}

.granel-supply-media img{
  width:100%;
  height:100%;
  min-height:390px;
  object-fit:cover;
}

.granel-supply-copy>p{
  margin:16px 0 0;
  color:var(--muted);
  line-height:1.75;
}

.granel-supply-copy .btn{
  margin-top:24px;
}


/* BENEFITS */

.granel-benefits{
  padding:76px 0;
  background:#f6f9fa;
}

.granel-benefit-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.granel-benefit-grid article{
  padding:26px;
  border-top:4px solid var(--orange);
  border-radius:16px;
  background:#fff;
  box-shadow:0 12px 30px rgba(18,48,64,.055);
}

.granel-benefit-grid h3{
  margin:0 0 10px;
  color:var(--navy);
  font-size:1rem;
}

.granel-benefit-grid p{
  margin:0;
  color:var(--muted);
  font-size:.85rem;
  line-height:1.65;
}


/* SAFETY */

.granel-safety{
  padding:76px 0;
}

.granel-safety-card{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:50px;
  padding:44px;
  border-radius:26px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 18px 44px rgba(18,48,64,.07);
}

.granel-safety-copy>p{
  margin:16px 0 0;
  color:var(--muted);
  line-height:1.72;
}

.granel-safety-copy ul{
  display:grid;
  gap:10px;
  margin:22px 0 0;
  padding:0;
  list-style:none;
}

.granel-safety-copy li{
  position:relative;
  padding-left:22px;
  color:var(--navy);
  font-size:.88rem;
  line-height:1.55;
}

.granel-safety-copy li::before{
  content:"";
  position:absolute;
  top:.48em;
  left:0;
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--orange);
}

.granel-safety-mark{
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  min-height:310px;
  padding:30px;
  border-radius:22px;
  background:
    linear-gradient(180deg,rgba(12,43,58,.08),rgba(12,43,58,.96)),
    url("../img/granel-clean.webp") center/cover no-repeat;
}

.granel-safety-mark strong{
  color:#fff;
  font-size:2rem;
  line-height:1;
}

.granel-safety-mark span{
  max-width:330px;
  margin-top:10px;
  color:rgba(255,255,255,.82);
  line-height:1.6;
}


/* FAQ */

.granel-faq{
  padding:76px 0;
  background:#f6f9fa;
}

.granel-faq-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:62px;
}

.granel-faq-grid>div:first-child>p{
  color:var(--muted);
  line-height:1.7;
}

.granel-faq-list{
  display:grid;
  gap:10px;
}

.granel-faq details{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
}

.granel-faq summary{
  padding:18px 20px;
  color:var(--navy);
  font-weight:800;
  cursor:pointer;
}

.granel-faq details p{
  margin:0;
  padding:0 20px 20px;
  color:var(--muted);
  font-size:.88rem;
  line-height:1.65;
}


/* FINAL CTA */

.granel-final{
  padding:76px 0 86px;
}

.granel-final-box{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  padding:42px;
  border-radius:24px;
  background:var(--navy);
  box-shadow:0 20px 46px rgba(18,48,64,.17);
}

.granel-final .section-kicker{
  color:#ff8c58;
}

.granel-final h2{
  color:#fff;
}

.granel-final p{
  max-width:650px;
  margin:12px 0 0;
  color:rgba(255,255,255,.76);
  line-height:1.65;
}

.granel-final .btn{
  flex:none;
}


/* TABLET */

@media(max-width:980px){

  .granel-hero-grid,
  .granel-intro-grid,
  .granel-choice-panel,
  .granel-supply-grid,
  .granel-safety-card,
  .granel-faq-grid{
    grid-template-columns:1fr;
  }

  .granel-hero-grid{
    gap:34px;
  }

  .granel-hero-copy{
    max-width:none;
  }

  .granel-hero-media,
  .granel-hero-media img{
    min-height:390px;
  }

  .granel-intro-grid,
  .granel-supply-grid,
  .granel-faq-grid{
    gap:34px;
  }

  .granel-section-head{
    grid-template-columns:1fr;
    gap:16px;
  }

  .granel-client-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .granel-process-grid{
    grid-template-columns:1fr;
  }

  .granel-benefit-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .granel-safety-mark{
    min-height:280px;
  }
}


/* MOBILE */

@media(max-width:640px){

  .granel-hero{
    padding:34px 0 44px;
  }

  .granel-hero-copy h1{
    font-size:clamp(2.2rem,12vw,3.25rem);
  }

  .granel-hero-actions{
    flex-direction:column;
  }

  .granel-hero-actions .btn{
    width:100%;
  }

  .granel-hero-media,
  .granel-hero-media img{
    min-height:290px;
  }

  .granel-intro,
  .granel-clients,
  .granel-choice,
  .granel-process,
  .granel-supply,
  .granel-benefits,
  .granel-safety,
  .granel-faq,
  .granel-final{
    padding:54px 0;
  }

  .granel-client-grid,
  .granel-choice-cards,
  .granel-benefit-grid{
    grid-template-columns:1fr;
  }

  .granel-choice-panel,
  .granel-safety-card,
  .granel-final-box{
    padding:26px 22px;
  }

  .granel-client-grid article{
    min-height:0;
  }

  .granel-supply-media,
  .granel-supply-media img{
    min-height:280px;
  }

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

  .granel-final .btn{
    width:100%;
  }
}