body.ed-seo-category{
  margin:0;
  background:#f4f7f6;
  color:#10221d;
  font-family:Inter, Arial, sans-serif;
}

body.ed-seo-mamparas{
  --seo-hero-image:url("assets/premium/category-frontal.jpg");
}

body.ed-seo-platos{
  --seo-hero-image:url("assets/premium/checkout-trust.jpg");
}

body.ed-seo-lavabos{
  --seo-hero-image:url("assets/premium/home-spa-wide.jpg");
}

.seo-category-main{
  overflow:hidden;
}

.seo-category-hero{
  position:relative;
  min-height:520px;
  display:grid;
  align-items:end;
  background:#10221d;
  color:#fff;
}

.seo-category-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(10, 36, 31, .88) 0%, rgba(10, 36, 31, .68) 42%, rgba(10, 36, 31, .2) 100%),
    var(--seo-hero-image);
  background-size:cover;
  background-position:center;
}

.seo-category-hero-inner{
  position:relative;
  width:min(1280px, calc(100% - 40px));
  margin:0 auto;
  padding:76px 0 72px;
}

.seo-breadcrumb{
  display:flex;
  gap:9px;
  flex-wrap:wrap;
  margin-bottom:28px;
  color:rgba(255,255,255,.82);
  font-weight:700;
}

.seo-breadcrumb a{
  color:inherit;
  text-decoration:none;
}

.seo-eyebrow{
  display:inline-flex;
  margin-bottom:16px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.22);
  padding:8px 13px;
  color:#c9fff0;
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.seo-category-hero h1{
  max-width:850px;
  margin:0;
  color:#fff;
  font-size:clamp(2.7rem, 5vw, 5.7rem);
  line-height:.95;
  letter-spacing:0;
}

.seo-category-lead{
  max-width:740px;
  margin:24px 0 0;
  color:rgba(255,255,255,.9);
  font-size:clamp(1.05rem, 1.7vw, 1.35rem);
  line-height:1.55;
}

.seo-category-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:30px;
}

.seo-btn{
  display:inline-flex;
  min-height:52px;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  padding:0 20px;
  border:1px solid transparent;
  font-weight:900;
  text-decoration:none;
}

.seo-btn-primary{
  background:#14b996;
  color:#06261f;
}

.seo-btn-secondary{
  background:rgba(255,255,255,.1);
  color:#fff;
  border-color:rgba(255,255,255,.32);
}

.seo-section{
  padding:74px 0;
}

.seo-container{
  width:min(1280px, calc(100% - 40px));
  margin:0 auto;
}

.seo-section-head{
  max-width:820px;
  margin-bottom:30px;
}

.seo-section-head h2,
.seo-copy h2{
  margin:0;
  font-size:clamp(2rem, 3.2vw, 3.8rem);
  line-height:1.04;
  color:#10221d;
}

.seo-section-head p,
.seo-copy p,
.seo-card p,
.seo-faq p{
  color:#5f6c78;
  font-size:1.05rem;
  line-height:1.62;
}

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

.seo-card{
  background:#fff;
  border:1px solid #dfe8e4;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 18px 48px rgba(15,35,48,.08);
}

.seo-card img{
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
  display:block;
}

.seo-card-body{
  padding:24px;
}

.seo-card h3{
  margin:0 0 10px;
  color:#10221d;
  font-size:1.35rem;
}

.seo-card a,
.seo-text-link{
  color:#0d7b64;
  font-weight:900;
  text-decoration:none;
}

.seo-split{
  display:grid;
  grid-template-columns:minmax(0, 1.05fr) minmax(320px, .95fr);
  gap:34px;
  align-items:center;
}

.seo-copy{
  background:#fff;
  border:1px solid #dfe8e4;
  border-radius:20px;
  padding:36px;
  box-shadow:0 18px 48px rgba(15,35,48,.08);
}

.seo-checks{
  display:grid;
  gap:12px;
  margin:24px 0 0;
  padding:0;
  list-style:none;
}

.seo-checks li{
  display:flex;
  gap:11px;
  color:#21342f;
  font-weight:800;
}

.seo-checks span{
  color:#0f9d7a;
}

.seo-media img{
  width:100%;
  border-radius:20px;
  box-shadow:0 20px 50px rgba(15,35,48,.12);
  object-fit:cover;
}

.seo-faq-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:16px;
}

.seo-faq{
  background:#fff;
  border:1px solid #dfe8e4;
  border-radius:16px;
  padding:24px;
}

.seo-faq h3{
  margin:0 0 8px;
  color:#10221d;
}

.seo-cta{
  background:#0b342b;
  color:#fff;
  border-radius:22px;
  padding:38px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}

.seo-cta h2{
  margin:0;
  color:#fff;
  font-size:clamp(1.8rem, 3vw, 3rem);
}

.seo-cta p{
  color:#d9f5ee;
  margin:10px 0 0;
  line-height:1.6;
}

@media (max-width:900px){
  .seo-grid-3,
  .seo-split,
  .seo-faq-grid{
    grid-template-columns:1fr;
  }

  .seo-cta{
    align-items:flex-start;
    flex-direction:column;
  }
}

@media (max-width:640px){
  .seo-category-hero{
    min-height:480px;
  }

  .seo-category-hero-inner,
  .seo-container{
    width:min(100% - 24px, 1280px);
  }

  .seo-category-hero-inner{
    padding:58px 0 54px;
  }

  .seo-section{
    padding:48px 0;
  }

  .seo-copy,
  .seo-cta{
    padding:24px;
  }
}
