@import url("extended.css");

.brand {
  padding: 0;
  background: transparent;
  border: 0;
}

.brand img {
  width: 218px;
  height: auto;
  max-height: none;
  filter: brightness(0) invert(1);
}

@media (max-width: 800px) {
  .brand {
    padding: 0;
  }

  .brand img {
    width: 154px;
    max-height: none;
  }
}

/* PREMIUM V3 brand-colour theme */
body {
  background: #f4f1ed;
}

.hero {
  background: linear-gradient(135deg, #651f18 0%, #8b2d1c 100%);
  color: #fff;
}

.hero .overline,
.hero h1 i {
  color: #ee8a48;
}

.hero .lead {
  color: #e7ded8;
}

.hero .ghost {
  color: #fff;
}

.button,
.pill {
  background: #c85b26;
}

.button:hover,
.pill:hover {
  background: #e17338;
}

.manifesto {
  background: #5c1b16;
}

.manifesto > p:first-child,
.solutions span,
.proof strong {
  color: #ee8a48;
}

.manifesto .rule {
  background: #ee8a48;
}

.beans {
  background: #eee9e4;
}

.cards article {
  border-top: 4px solid #c85b26;
  box-shadow: 0 18px 45px rgba(49, 40, 36, .08);
}

.solutions {
  background: linear-gradient(135deg, #762319 0%, #982f1e 100%);
}

.solutions .light {
  background: #fff;
  color: #762319;
}

.story {
  background: #d9d7d3;
}

.proof {
  background: #3d3d3b;
}

.contact {
  background: linear-gradient(145deg, #661d17 0%, #8b2d1c 100%);
  color: #fff;
}

.contact img {
  padding: 0;
  background: transparent;
  border-radius: 0;
  filter: brightness(0) invert(1);
}

.contact > p {
  color: #e8d8d1;
}

.contact-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.whatsapp-button {
  background: #1f8f55;
}

.social-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 28px;
}

.social-links a {
  color: #fff;
  font-weight: 800;
  border-bottom: 1px solid rgba(255,255,255,.45);
}

.social-links a:hover,
.social-links a:focus-visible { color: #ff8a45; }

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px 10px 10px;
  border-radius: 999px;
  background: #1f8f55;
  color: #fff;
  box-shadow: 0 10px 28px rgba(0,0,0,.3);
}

.whatsapp-float span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  color: #1f8f55;
  font-size: 12px;
  font-weight: 900;
}

.whatsapp-float b { font-size: 14px; }

@media (max-width: 800px) {
  .whatsapp-float { right: 14px; bottom: 14px; }
  .whatsapp-float b { display: none; }
  .whatsapp-float { padding: 8px; }
}

footer {
  border-top: 3px solid #c85b26;
  background: #30302f;
  color: #d0cdca;
}

.premium-hero {
  background: #351711;
}

.premium-hero img {
  object-position: center;
}
