:root{
  --mare-home-deep:#0d5f69;
  --mare-home-sea:#0f8f91;
  --mare-home-cyan:#5cc7cd;
  --mare-home-blue:#155d8f;
  --mare-home-green:#5ea93b;
  --mare-home-lime:#86bf41;
  --mare-home-gold:#f3a321;
  --mare-home-soft:#eef8f7;
  --mare-home-line:#d8ece9;
}

/* A chamada para propostas encerrou em 28/08/2026. */
.menu a[href="#propostas-oficinas"],
#propostas-oficinas,
.quick-card:has(a[href="proposta-oficina.html"]){
  display:none!important;
}

.mare-home-section{
  background:linear-gradient(180deg,#f7fcfb 0%,#eef8f6 100%);
}

.mare-home-kicker{
  color:var(--mare-home-deep)!important;
}

.mare-home-shell{
  display:grid;
  grid-template-columns:minmax(250px,320px) minmax(0,1fr);
  gap:28px;
  align-items:center;
  padding:28px;
  border-radius:32px;
  background:
    radial-gradient(circle at right top, rgba(243,163,33,.12), transparent 22%),
    radial-gradient(circle at left bottom, rgba(92,199,205,.16), transparent 25%),
    #ffffff;
  border:1px solid var(--mare-home-line);
  box-shadow:0 16px 44px rgba(13,95,105,.08);
}

.mare-home-brand{
  border-radius:28px;
  background:linear-gradient(180deg,#ffffff 0%,#f6fbfa 100%);
  border:1px solid var(--mare-home-line);
  padding:26px;
}
.mare-home-brand img{
  width:min(100%,280px);
  margin:0 auto;
  display:block;
  object-fit:contain;
}

.mare-home-copy h3{
  margin:0 0 10px;
  font-size:clamp(1.55rem,2.7vw,2.35rem);
  line-height:1.16;
  color:#123a57;
}

.mare-home-copy p{
  margin:0 0 12px;
  color:#3f5a6e;
  line-height:1.8;
}

.mare-home-meta{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin:18px 0 16px;
}

.mare-home-meta-card{
  background:linear-gradient(180deg,#f8fdfc 0%,#f3fbfa 100%);
  border:1px solid var(--mare-home-line);
  border-radius:18px;
  padding:14px 16px;
}

.mare-home-meta-card span{
  display:block;
  color:var(--mare-home-deep);
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.03em;
  text-transform:uppercase;
  margin-bottom:6px;
}

.mare-home-meta-card strong{
  display:block;
  color:#173a55;
  font-size:.98rem;
  line-height:1.45;
}

.mare-home-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:4px 0 18px;
}

.mare-home-badge{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  background:#edf7f0;
  color:#236642;
  border:1px solid #d6eadb;
  font-size:.85rem;
  font-weight:800;
}

.mare-home-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.mare-home-actions .btn.green{
  background:#258a42;
}

.mare-home-note{
  font-size:.92rem;
  color:#5b7080;
}

@media (max-width: 900px){
  .mare-home-shell{
    grid-template-columns:1fr;
    padding:22px;
  }
  .mare-home-meta{
    grid-template-columns:1fr;
  }
}

@media (max-width: 640px){
  .mare-home-shell{padding:18px;border-radius:24px}
  .mare-home-brand{padding:18px;border-radius:22px}
  .mare-home-actions .btn{width:100%}
}
