
/* ==========================================================
   Purified v1.7 Mobile Hero Final
   Mobile version follows approved first variant.
   Logo updated to droplet + P. Removed duplicate trust strip under hero.
   ========================================================== */

/* Droplet logo instead of square */
.brand-mark-drop {
  position: relative;
  display: inline-grid !important;
  place-items: center;
  width: 58px !important;
  height: 58px !important;
  border-radius: 50% 50% 50% 8px !important;
  transform: rotate(-45deg);
  background: linear-gradient(135deg, #0b63ce 0%, #0052b8 100%) !important;
  box-shadow: 0 10px 24px rgba(11, 99, 206, .22);
}

.brand-mark-drop::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: 5px;
  width: 25px;
  height: 15px;
  background: linear-gradient(135deg, #28b34b, #0d8a2d);
  border-radius: 100% 0 100% 0;
  border: 2px solid #ffffff;
}

.brand-mark-drop span {
  transform: rotate(45deg);
  color: #ffffff;
  font-family: var(--font-heading, Poppins, sans-serif);
  font-weight: 900;
  font-size: 1.45rem;
  line-height: 1;
}

/* Hide duplicate trust strips below hero */
.v16-trust-bar,
.v15-trust-strip {
  display: none !important;
}

/* Premium hero tightening */
.v16-hero {
  padding: 30px 0 30px !important;
}

.v16-hero-grid {
  align-items: center;
}

.v16-hero-media img {
  object-fit: contain !important;
  object-position: left center !important;
  background: #ffffff;
}

/* Keep floating buttons from covering content too aggressively */
.v16-floating-actions {
  background: rgba(255,255,255,.75);
  border-radius: 999px;
  padding: 6px;
  backdrop-filter: blur(12px);
}

@media (max-width: 720px) {
  .site-header .header-container {
    min-height: 82px;
  }

  .brand-mark-drop {
    width: 54px !important;
    height: 54px !important;
  }

  .brand-text strong {
    font-size: 1.45rem !important;
  }

  .brand-text small {
    color: #0d8a2d !important;
    font-weight: 900;
  }

  .v16-hero {
    padding-top: 24px !important;
    padding-bottom: 26px !important;
  }

  .v16-hero-copy {
    order: 1;
  }

  .v16-hero-media {
    order: 2;
  }

  .v16-hero-copy h1 {
    font-size: clamp(2.65rem, 11.5vw, 4.05rem) !important;
  }

  .v16-lead {
    font-size: 1.03rem !important;
  }

  .v16-hero-media img {
    width: 100% !important;
    max-height: 360px !important;
    object-fit: contain !important;
    object-position: left center !important;
    border-radius: 20px !important;
  }

  .v16-service-note {
    margin-top: 10px;
  }

  .v16-floating-actions {
    left: 14px !important;
    right: 14px !important;
    bottom: 14px !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }

  .v16-floating-actions a {
    min-width: 0 !important;
    text-align: center !important;
    padding: .9rem .75rem !important;
  }

  body {
    padding-bottom: 92px !important;
  }
}

/* Desktop remains clean and wide */
@media (min-width: 981px) {
  .v16-hero-media img {
    max-height: 500px !important;
  }
}
