/* ============================================================
   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 nav badge (arc-nav)
   ---------------------------------------------------------- */
.arc-nav__workchain {
  background: rgba(212,160,23,.13) !important;
  border: 1px solid rgba(212,160,23,.35) !important;
  border-radius: 4px !important;
  color: #d4a017 !important;
  padding: .25rem .65rem !important;
}
.arc-nav__workchain:hover,
.arc-nav__workchain.arc-nav__active {
  background: #d4a017 !important;
  color: #0d2240 !important;
}
.arc-wc-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #d4a017;
  color: #0d2240;
  font-size: .55rem;
  font-weight: 800;
  min-width: 14px;
  height: 14px;
  border-radius: 7px;
  padding: 0 .3rem;
  margin-left: .28rem;
  vertical-align: middle;
  line-height: 1;
}
.arc-wc-badge:empty { display: none; }

/* ----------------------------------------------------------
   WorkChain  ra-wc-*
   ---------------------------------------------------------- */

/* CTA block wrapper */
.ra-wc-cta-block {
  margin: 1rem 0 1.25rem;
}

/* Main add button — large prominent CTA */
.ra-wc-add {
  display: flex;
  align-items: center;
  gap: .85rem;
  width: 100%;
  background: #d4a017;
  border: none;
  color: #0d2240;
  padding: 1rem 1.3rem;
  border-radius: 8px;
  cursor: pointer;
  transition: background .15s, box-shadow .15s, transform .1s;
  text-align: left;
  box-shadow: 0 2px 8px rgba(212,160,23,.35);
}
.ra-wc-add:hover {
  background: #c49015;
  box-shadow: 0 4px 14px rgba(212,160,23,.45);
  transform: translateY(-1px);
}
.ra-wc-add[aria-pressed="true"],
.ra-wc-add.ra-wc-add--added {
  background: #edf7ee;
  border: 2px solid #4caf50;
  color: #1b5e20;
  box-shadow: none;
  transform: none;
}
.ra-wc-add[aria-pressed="true"]:hover,
.ra-wc-add.ra-wc-add--added:hover {
  background: #d9f0db;
}
.ra-wc-add__icon {
  font-size: 1.5rem;
  flex-shrink: 0;
  line-height: 1;
}
.ra-wc-add__body {
  display: flex;
  flex-direction: column;
  gap: .15rem;
}
.ra-wc-add__title {
  font-size: .94rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .01em;
}
.ra-wc-add__sub {
  font-size: .71rem;
  font-weight: 500;
  opacity: .75;
}
.ra-wc-add:focus-visible {
  outline: 3px solid #0d2240;
  outline-offset: 3px;
}

/* "View my list" link shown after adding */
.ra-wc-view-link {
  display: block;
  text-align: center;
  margin-top: .6rem;
  font-size: .8rem;
  font-weight: 700;
  color: #1a5276;
  text-decoration: none;
  border-bottom: 1px solid rgba(26,82,118,.4);
  padding-bottom: .1rem;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  transition: color .15s;
}
.ra-wc-view-link:hover { color: #0d2240; }

.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;
}
