/* ============================================================
   oblf-cta.css
   Styles for: ob-cta-*, ra-wc-*, ml-*, av-related-*
   ============================================================ */

/* ----------------------------------------------------------
   ob-cta-hero
   ---------------------------------------------------------- */
.ob-cta-hero {
  display: flex;
  align-items: center;
  gap: .6rem;
  flex-wrap: wrap;
  margin-top: .85rem;
  padding-top: .85rem;
  border-top: 1px solid rgba(255,255,255,.1);
}
.ob-cta-hero__label {
  font-size: .68rem;
  color: #8da0b8;
}
.ob-cta-hero__phone {
  font-size: .82rem;
  font-weight: 700;
  color: #d4a017;
  text-decoration: none;
  letter-spacing: .02em;
}
.ob-cta-hero__phone:hover { color: #e6b520; }
.ob-cta-hero__sep {
  color: #334155;
  font-size: .7rem;
}
.ob-cta-hero__link {
  font-size: .72rem;
  color: #8da0b8;
  text-decoration: underline;
}
.ob-cta-hero__link:hover { color: #fff; }

/* ----------------------------------------------------------
   ob-cta-evidence  (PRIMARY CTA)
   ---------------------------------------------------------- */
.ob-cta-evidence {
  background: #0d2240;
  border-top: 3px solid #d4a017;
  border-radius: 0 0 8px 8px;
  padding: 2rem 2.5rem;
  margin: 2rem 0;
}
.ob-cta-evidence__headline {
  font-size: 1.35rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
  margin: 0 0 .75rem;
}
.ob-cta-evidence__sub {
  font-size: .84rem;
  color: #8da0b8;
  line-height: 1.7;
  margin: 0 0 1.5rem;
}
.ob-cta-evidence__actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.ob-cta-evidence__phone {
  font-size: 1.4rem;
  font-weight: 800;
  color: #d4a017;
  text-decoration: none;
  letter-spacing: .02em;
}
.ob-cta-evidence__phone:hover { color: #e6b520; }
.ob-cta-evidence__btn {
  background: #d4a017;
  color: #0d2240;
  font-weight: 800;
  font-size: .84rem;
  padding: .7rem 1.4rem;
  border-radius: 5px;
  text-decoration: none;
  letter-spacing: .04em;
  transition: background .15s;
}
.ob-cta-evidence__btn:hover { background: #e6b520; }
.ob-cta-evidence__address {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: .68rem;
  color: #475569;
  letter-spacing: .04em;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .ob-cta-evidence { padding: 1.25rem; }
  .ob-cta-evidence__phone { font-size: 1.1rem; }
}

/* ----------------------------------------------------------
   ob-cta-sticky
   ---------------------------------------------------------- */
.ob-cta-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0d2240;
  border-top: 2px solid #d4a017;
  padding: .65rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  z-index: 1000;
  transform: translateY(100%);
  transition: transform .3s ease;
}
.ob-cta-sticky--visible { transform: translateY(0); }
.ob-cta-sticky__left {
  display: flex;
  align-items: center;
  gap: .75rem;
  flex-wrap: wrap;
}
.ob-cta-sticky__firm {
  font-size: .7rem;
  font-weight: 700;
  color: #d4a017;
  text-transform: uppercase;
  letter-spacing: .07em;
}
.ob-cta-sticky__tagline {
  font-size: .7rem;
  color: #8da0b8;
}
.ob-cta-sticky__phone {
  font-size: .88rem;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
}
.ob-cta-sticky__phone:hover { color: #d4a017; }
.ob-cta-sticky__close {
  background: none;
  border: none;
  color: #475569;
  font-size: 1.1rem;
  cursor: pointer;
  padding: .25rem .5rem;
  line-height: 1;
}
.ob-cta-sticky__close:hover { color: #8da0b8; }

@media (max-width: 500px) {
  .ob-cta-sticky__tagline { display: none; }
}

/* ----------------------------------------------------------
   ob-cta-footer-block
   ---------------------------------------------------------- */
.ob-cta-footer-block {
  border-left: 4px solid #d4a017;
  padding: 1.5rem 1.75rem;
  background: #f8f9fb;
  margin: 2rem 0;
}
.ob-cta-footer-block__name {
  font-size: 1rem;
  font-weight: 800;
  color: #0d2240;
  margin: 0 0 .3rem;
}
.ob-cta-footer-block__addr {
  font-size: .76rem;
  color: #64748b;
  margin: 0 0 .5rem;
}
.ob-cta-footer-block__phone {
  font-size: 1.05rem;
  font-weight: 700;
  color: #d4a017;
  text-decoration: none;
  display: block;
  margin-bottom: .75rem;
}
.ob-cta-footer-block__tagline {
  font-size: .78rem;
  color: #475569;
  line-height: 1.65;
  margin: 0 0 1rem;
}
.ob-cta-footer-block__btn {
  background: #0d2240;
  color: #d4a017;
  font-weight: 700;
  font-size: .78rem;
  padding: .55rem 1.1rem;
  border-radius: 4px;
  text-decoration: none;
  letter-spacing: .04em;
}
.ob-cta-footer-block__btn:hover { background: #1a3a5c; }

/* ----------------------------------------------------------
   WorkChain  ra-wc-*
   ---------------------------------------------------------- */
.ra-wc-add {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: rgba(212,160,23,.1);
  border: 1px solid rgba(212,160,23,.35);
  color: #a07010;
  font-size: .74rem;
  font-weight: 700;
  padding: .4rem .85rem;
  border-radius: 4px;
  cursor: pointer;
  transition: all .15s;
}
.ra-wc-add:hover,
.ra-wc-add[aria-pressed="true"] {
  background: #d4a017;
  border-color: #d4a017;
  color: #0d2240;
}
.ra-wc-add:focus-visible {
  outline: 2px solid #d4a017;
  outline-offset: 4px;
}

.ra-wc-tab {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #0d2240;
  border-radius: 8px 0 0 8px;
  padding: .6rem .45rem;
  cursor: pointer;
  z-index: 800;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .25rem;
  box-shadow: -2px 0 12px rgba(0,0,0,.2);
}
.ra-wc-tab__icon { font-size: 1rem; }
.ra-wc-tab__count {
  font-size: .6rem;
  font-weight: 800;
  background: #d4a017;
  color: #0d2240;
  border-radius: 9px;
  padding: .1rem .3rem;
  min-width: 16px;
  text-align: center;
}

.ra-wc-panel {
  position: fixed;
  right: -380px;
  top: 0;
  bottom: 0;
  width: 360px;
  background: #fff;
  box-shadow: -4px 0 24px rgba(0,0,0,.15);
  z-index: 900;
  transition: right .3s ease;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.ra-wc-panel--open { right: 0; }

.ra-wc-panel__hd {
  background: #0d2240;
  padding: 1rem 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}
.ra-wc-panel__title {
  font-size: .88rem;
  font-weight: 800;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.ra-wc-panel__close {
  background: none;
  border: none;
  color: #8da0b8;
  font-size: 1.4rem;
  cursor: pointer;
  line-height: 1;
  padding: .2rem;
}
.ra-wc-panel__close:hover { color: #fff; }

.ra-wc-panel__intro {
  font-size: .75rem;
  color: #64748b;
  padding: .75rem 1.25rem;
  border-bottom: 1px solid #e2e8f0;
  margin: 0;
  flex-shrink: 0;
}

.ra-wc-list {
  list-style: none;
  margin: 0;
  padding: .5rem;
  overflow-y: auto;
  flex: 1;
}
.ra-wc-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: .6rem .75rem;
  border-bottom: 1px solid #f1f5f9;
  font-size: .78rem;
}
.ra-wc-list__name {
  font-weight: 600;
  color: #0d2240;
}
.ra-wc-list__loc {
  font-size: .69rem;
  color: #64748b;
}
.ra-wc-list__remove {
  background: none;
  border: none;
  color: #94a3b8;
  cursor: pointer;
  font-size: .9rem;
  padding: .1rem .3rem;
  flex-shrink: 0;
}
.ra-wc-list__remove:hover { color: #ef4444; }

.ra-wc-panel__empty {
  padding: 2rem 1.25rem;
  text-align: center;
  color: #94a3b8;
  font-size: .8rem;
  line-height: 1.7;
  display: none;
}

.ra-wc-panel__footer {
  padding: 1rem 1.25rem;
  border-top: 2px solid #e2e8f0;
  background: #f8f9fb;
  flex-shrink: 0;
}
.ra-wc-panel__cta-lede {
  font-size: .74rem;
  color: #475569;
  margin: 0 0 .65rem;
}
.ra-wc-panel__send {
  display: block;
  background: #d4a017;
  color: #0d2240;
  font-weight: 800;
  font-size: .78rem;
  padding: .65rem 1rem;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  margin-bottom: .5rem;
}
.ra-wc-panel__send:hover { background: #e6b520; }
.ra-wc-panel__note {
  font-size: .67rem;
  color: #94a3b8;
  margin: 0;
  text-align: center;
}

/* ----------------------------------------------------------
   MusterLog  ml-*
   ---------------------------------------------------------- */
.ml-header {
  background: #0d2240;
  padding: 2.5rem 0 2rem;
  text-align: center;
}
.ml-header__eyebrow {
  font-size: .62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #d4a017;
  margin: 0 0 .5rem;
}
.ml-header__title {
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 .5rem;
}
.ml-header__sub {
  font-size: .84rem;
  color: #8da0b8;
  margin: 0;
}

.ml-form {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 1.75rem;
  margin: 2rem auto;
  max-width: 680px;
}
.ml-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 540px) {
  .ml-form__row { grid-template-columns: 1fr; }
}
.ml-form label {
  font-size: .73rem;
  font-weight: 700;
  color: #334155;
  text-transform: uppercase;
  letter-spacing: .06em;
  display: block;
  margin-bottom: .3rem;
}
.ml-form select,
.ml-form input {
  width: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  padding: .5rem .75rem;
  font-size: .84rem;
  color: #0d2240;
  background: #fff;
}
.ml-form select:focus,
.ml-form input:focus {
  outline: 2px solid #d4a017;
  outline-offset: 2px;
  border-color: #d4a017;
}

.ml-decades {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: 1rem;
}
.ml-decades label {
  font-size: .72rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}
.ml-decades input[type=checkbox] {
  margin-right: .3rem;
  accent-color: #d4a017;
}

.ml-submit {
  background: #0d2240;
  color: #d4a017;
  font-weight: 800;
  font-size: .84rem;
  padding: .65rem 1.5rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  letter-spacing: .04em;
}
.ml-submit:hover { background: #1a3a5c; }

.ml-results { margin-top: 1.5rem; }
.ml-results__count {
  font-size: .78rem;
  color: #475569;
  margin-bottom: 1rem;
  font-weight: 600;
}

.ml-result-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1rem;
}
.ml-result-card {
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 1rem;
  background: #fff;
}
.ml-result-card__type {
  font-size: .6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #d4a017;
  margin: 0 0 .35rem;
}
.ml-result-card__name {
  font-size: .88rem;
  font-weight: 700;
  color: #0d2240;
  margin: 0 0 .2rem;
}
.ml-result-card__name a {
  color: inherit;
  text-decoration: none;
}
.ml-result-card__name a:hover { color: #d4a017; }
.ml-result-card__loc {
  font-size: .72rem;
  color: #64748b;
  margin: 0 0 .65rem;
}
.ml-result-card__desc {
  font-size: .74rem;
  color: #475569;
  line-height: 1.6;
  margin: 0 0 .75rem;
}
.ml-result-card__actions {
  display: flex;
  gap: .5rem;
}
.ml-result-card__view {
  font-size: .72rem;
  font-weight: 600;
  color: #0d2240;
  text-decoration: underline;
}

.ml-empty {
  text-align: center;
  padding: 2rem;
  color: #94a3b8;
  font-size: .84rem;
}

.ml-widget {
  background: #f0f4f8;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 1.5rem;
}
.ml-widget__title {
  font-size: .88rem;
  font-weight: 800;
  color: #0d2240;
  margin: 0 0 .3rem;
}
.ml-widget__sub {
  font-size: .74rem;
  color: #64748b;
  margin: 0 0 1rem;
}
.ml-widget__row {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
  align-items: flex-end;
}
.ml-widget__row select {
  flex: 1;
  min-width: 140px;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  padding: .45rem .65rem;
  font-size: .8rem;
}
.ml-widget__btn {
  background: #0d2240;
  color: #d4a017;
  font-size: .78rem;
  font-weight: 700;
  padding: .45rem .9rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
}

/* ----------------------------------------------------------
   Related facilities  av-related-*
   ---------------------------------------------------------- */
.av-related {
  margin: 2rem 0;
  padding: 1.5rem 0;
  border-top: 1px solid #e2e8f0;
}
.av-related__hd {
  font-size: .65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #475569;
  margin: 0 0 1rem;
}
.av-related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: .75rem;
}
.av-related-card {
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: .85rem 1rem;
}
.av-related-card__type {
  font-size: .58rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #d4a017;
  margin: 0 0 .25rem;
}
.av-related-card__name {
  font-size: .82rem;
  font-weight: 700;
  color: #0d2240;
  margin: 0 0 .15rem;
}
.av-related-card__name a {
  color: inherit;
  text-decoration: none;
}
.av-related-card__name a:hover { color: #d4a017; }
.av-related-card__loc {
  font-size: .69rem;
  color: #64748b;
  margin: 0;
}
