/* PLS Lavanderia Industrial — estilos do site
   Cores, fontes e espaçamentos replicam exatamente o design original. */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #FFFFFF;
  color: #0E1621;
  font-family: 'Public Sans', system-ui, sans-serif;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a {
  color: #1450B4;
  text-decoration: none;
}

a:hover {
  color: #0E3A85;
}

h1, h2, h3 {
  font-family: 'Archivo', sans-serif;
}

@keyframes plsFade {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}

/* Botões */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  font-weight: 600;
  white-space: nowrap;
}

.btn-primary {
  padding: 11px 18px;
  background: #1450B4;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}
.btn-primary:hover { background: #0E3A85; color: #fff; }

.btn-whatsapp {
  padding: 16px 26px;
  background: #25D366;
  color: #062012;
  font-weight: 700;
  font-size: 17px;
}
.btn-whatsapp:hover { background: #1FB856; color: #062012; }

.btn-outline-light {
  padding: 16px 26px;
  border: 1px solid rgba(255,255,255,0.32);
  color: #fff;
  font-weight: 600;
  font-size: 17px;
}
.btn-outline-light:hover { background: rgba(255,255,255,0.08); color: #fff; }

.btn-block {
  justify-content: center;
  padding: 18px 24px;
  border-radius: 14px;
  font-size: 17.5px;
  font-weight: 700;
}

.btn-outline-contato {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.35);
  color: #fff;
  font-weight: 600;
}
.btn-outline-contato:hover { background: rgba(255,255,255,0.2); color: #fff; }

.contato-actions a.btn-outline-contato:last-child {
  background: transparent;
}
.contato-actions a.btn-outline-contato:last-child:hover {
  background: rgba(255,255,255,0.12);
}

/* Cabeçalho */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px clamp(16px, 4vw, 56px);
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #E6E9EE;
}

.logo-link {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-header {
  height: 78px;
  width: auto;
  display: block;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
  flex-wrap: wrap;
  justify-content: flex-end;
}

.site-nav > a:not(.btn) {
  font-size: 15px;
  font-weight: 500;
  color: #0E1621;
}
.site-nav > a:not(.btn):hover {
  color: #1450B4;
}

/* Hero */
.hero {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  align-items: stretch;
  background: #0E1621;
}

.hero-copy {
  padding: clamp(40px, 6vw, 88px) clamp(20px, 5vw, 72px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 26px;
  animation: plsFade .7s ease both;
}

.eyebrow {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1450B4;
}

.eyebrow-dark {
  display: inline-flex;
  align-self: flex-start;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.28);
  color: #BFD2F2;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-weight: 700;
  font-size: clamp(38px, 5.4vw, 66px);
  line-height: 1.03;
  letter-spacing: -0.025em;
  color: #fff;
  text-wrap: balance;
}

.hero-text {
  margin: 0;
  max-width: 52ch;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.6;
  color: #C6CDD7;
}

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

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(18px, 3vw, 44px);
  margin-top: 14px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.14);
}

.stat-value {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}

.stat-label {
  font-size: 14px;
  color: #98A2B0;
  margin-top: 2px;
}

.hero-image-wrap {
  position: relative;
  min-height: clamp(280px, 42vw, 620px);
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Destaques */
.highlights {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: clamp(14px, 1.6vw, 22px);
  background: #fff;
  padding: clamp(30px, 4vw, 56px) clamp(20px, 5vw, 72px);
  border-bottom: 1px solid #E6E9EE;
}

.highlight-card {
  background: #fff;
  border: 1px solid #E6E9EE;
  border-radius: 16px;
  padding: clamp(22px, 2.4vw, 32px);
}

.highlight-card h3 {
  margin: 0 0 8px;
  font-size: 19px;
  font-weight: 600;
}

.highlight-card p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.6;
  color: #4C5663;
}

/* Serviços */
.section-servicos {
  padding: clamp(52px, 7vw, 104px) clamp(20px, 5vw, 72px);
  max-width: 1280px;
  margin: 0 auto;
}

.section-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: clamp(28px, 4vw, 52px);
}

.section-heading h2 {
  margin: 10px 0 0;
  font-size: clamp(30px, 3.6vw, 46px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  max-width: 18ch;
}

.section-lead {
  margin: 0;
  max-width: 44ch;
  font-size: 16.5px;
  line-height: 1.65;
  color: #4C5663;
}

.servicos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(268px, 1fr));
  gap: clamp(14px, 1.6vw, 22px);
}

.servico-card {
  border: 1px solid #E6E9EE;
  border-radius: 16px;
  padding: clamp(22px, 2.4vw, 30px);
  background: #fff;
  transition: border-color .18s ease, transform .18s ease;
}
.servico-card:hover {
  border-color: #1450B4;
  transform: translateY(-3px);
}

.servico-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 600;
}

.servico-card p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.65;
  color: #4C5663;
}

/* Como funciona */
.section-processo {
  background: #F6F7F9;
  padding: clamp(52px, 7vw, 104px) clamp(20px, 5vw, 72px);
  border-top: 1px solid #E6E9EE;
  border-bottom: 1px solid #E6E9EE;
}

.processo-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.processo-inner h2 {
  margin: 10px 0 clamp(28px, 4vw, 52px);
  font-size: clamp(30px, 3.6vw, 46px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  max-width: 20ch;
}

.etapas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

.etapa {
  padding-top: 22px;
  border-top: 2px solid #1450B4;
}

.etapa-numero {
  font-size: 15px;
  font-weight: 700;
  color: #1450B4;
  margin-bottom: 10px;
}

.etapa h3 {
  margin: 0 0 8px;
  font-size: 19px;
  font-weight: 600;
}

.etapa p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.65;
  color: #4C5663;
}

/* Estrutura */
.section-estrutura {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.estrutura-image-wrap {
  position: relative;
  min-height: clamp(300px, 38vw, 560px);
}

.estrutura-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.estrutura-copy {
  padding: clamp(40px, 6vw, 88px) clamp(20px, 5vw, 72px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
}

.estrutura-copy h2 {
  margin: 0;
  font-size: clamp(30px, 3.6vw, 46px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  max-width: 18ch;
}

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

.estrutura-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.55;
  color: #0E1621;
}

.estrutura-list .bullet {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1450B4;
  margin-top: 9px;
  flex-shrink: 0;
}

/* Quem atendemos */
.section-atendemos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  border-top: 1px solid #E6E9EE;
}

.atendemos-copy {
  padding: clamp(40px, 6vw, 88px) clamp(20px, 5vw, 72px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.atendemos-copy h2 {
  margin: 0;
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.12;
  max-width: 16ch;
}

.publicos-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag {
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid #D8DDE5;
  font-size: 15px;
  font-weight: 500;
  color: #313B49;
}

.atendemos-image-wrap {
  position: relative;
  min-height: clamp(280px, 34vw, 520px);
}

.atendemos-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Contato */
.section-contato {
  background: #1450B4;
  color: #fff;
  padding: clamp(52px, 7vw, 104px) clamp(20px, 5vw, 72px);
}

.contato-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}

.contato-inner h2 {
  margin: 0 0 14px;
  font-size: clamp(30px, 3.6vw, 48px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.08;
  text-wrap: balance;
}

.contato-inner p {
  margin: 0;
  max-width: 46ch;
  font-size: 17px;
  line-height: 1.65;
  color: #D6E2F8;
}

.contato-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Rodapé */
.site-footer {
  padding: clamp(34px, 4vw, 56px) clamp(20px, 5vw, 72px);
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #E6E9EE;
}

.logo-footer {
  height: 130px;
  width: auto;
  display: block;
}

.footer-info {
  font-size: 14.5px;
  line-height: 1.7;
  color: #4C5663;
}

/* Botão flutuante do WhatsApp */
.floating-whatsapp {
  position: fixed;
  right: clamp(16px, 3vw, 28px);
  bottom: clamp(16px, 3vw, 28px);
  z-index: 60;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 22px;
  border-radius: 999px;
  background: #25D366;
  color: #062012;
  font-weight: 700;
  font-size: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.22);
}
.floating-whatsapp:hover {
  background: #1FB856;
  color: #062012;
}
