/* Phase 20T.7 — contained, highlighted shared public header card */

/* Let the page background frame the header instead of using a full-width bar. */
body .dvh-shared-public-nav{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:14px 0 8px!important;
}

/* Shared header card: same rounded/panel language as the public hero cards, but lighter. */
body .dvh-shared-public-nav .navin{
  box-sizing:border-box;
  min-height:82px;
  padding:10px 16px 10px 20px!important;
  border:1px solid rgba(38,73,61,.16);
  border-radius:28px;
  background:
    radial-gradient(circle at 92% 0%,rgba(223,152,43,.16),transparent 30%),
    linear-gradient(135deg,#f7f0e2 0%,#f1f5ed 58%,#e8f1e9 100%);
  box-shadow:0 10px 28px rgba(28,55,45,.09);
}

body .dvh-shared-public-nav .dvh-public-brand{
  display:flex;
  align-items:center;
  align-self:stretch;
  padding:2px 6px 2px 0;
}

/* Keep the larger horizontal logo prominent within the card. */
body .dvh-shared-public-nav .dvh-public-header-logo{
  max-height:60px!important;
  width:auto!important;
  object-fit:contain!important;
}

/* Slightly stronger neutral buttons against the highlighted card. */
body .dvh-shared-public-nav .dvh-public-nav-link:not(.is-active){
  color:#102d28;
}
body .dvh-shared-public-nav .dvh-public-nav-link:not(.is-active):hover{
  background:rgba(20,74,63,.09);
}

/* Active page keeps the established gold treatment. */
body .dvh-shared-public-nav .dvh-public-nav-link.is-active{
  box-shadow:inset 0 0 0 1px rgba(110,66,0,.16),0 6px 16px rgba(183,117,18,.18);
}

/* WhatsApp remains exactly the green CTA visually. */
body .dvh-shared-public-nav .dvh-public-whatsapp{
  background:#20d568!important;
  color:#07261f!important;
}

@media (max-width:1100px) and (min-width:761px){
  body .dvh-shared-public-nav{padding-top:12px!important}
  body .dvh-shared-public-nav .navin{
    min-height:76px;
    padding:8px 12px 8px 16px!important;
    border-radius:24px;
  }
  body .dvh-shared-public-nav .dvh-public-header-logo{max-height:54px!important}
}

@media (max-width:760px){
  body .dvh-shared-public-nav{
    padding:10px 0 6px!important;
  }
  body .dvh-shared-public-nav .navin{
    min-height:70px;
    padding:8px 10px 8px 14px!important;
    border-radius:22px;
  }
  body .dvh-shared-public-nav .dvh-public-header-logo{
    max-height:48px!important;
  }

  /* Mobile menu itself remains easy to read when opened over the coloured card. */
  body .dvh-shared-public-nav .dvh-public-nav-links{
    margin-top:8px;
    padding-top:8px;
    border-top:1px solid rgba(38,73,61,.12);
  }
}

@media (max-width:420px){
  body .dvh-shared-public-nav .navin{border-radius:19px}
  body .dvh-shared-public-nav .dvh-public-header-logo{max-height:45px!important}
}
