/* Coastline DC — Trust / authority / license */

.trust-banner {
  background: linear-gradient(90deg, #0f1724 0%, #1a2740 50%, #0f1724 100%);
  color: rgba(255, 252, 247, 0.92);
  text-align: center;
  padding: 0.65rem 1rem;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
  line-height: 1.35;
}
.trust-banner__link {
  color: #fbbf24;
  font-weight: 650;
  text-decoration: none;
  border-bottom: 1px solid rgba(251, 191, 36, 0.45);
}
.trust-banner__link:hover {
  color: #fde68a;
}

.trust-section {
  --ta-ink: #142033;
  --ta-muted: #5a6573;
  --ta-sand: #f4f0e8;
  --ta-paper: #fffcf8;
  --ta-line: #e0d7c8;
  --ta-navy: #0f1724;
  background:
    radial-gradient(80% 60% at 100% 0%, #fff8ec 0%, transparent 55%),
    var(--ta-sand);
  padding: 2.75rem 0;
  color: var(--ta-ink);
}
.trust-section__inner {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.trust-section__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9a3412;
  font-weight: 650;
}
.trust-section__title {
  margin: 0 0 0.65rem;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.65rem, 3.5vw, 2.25rem);
  font-weight: 500;
  line-height: 1.15;
}
.trust-section__lede {
  margin: 0 0 1.35rem;
  max-width: 40rem;
  color: var(--ta-muted);
  font-size: 1.05rem;
  line-height: 1.45;
}
.trust-section__badges {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.trust-section__badge a {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0.45rem 0.9rem;
  border: 1px solid var(--ta-line);
  border-radius: 999px;
  background: var(--ta-paper);
  color: var(--ta-ink);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
}
.trust-section__badge a:hover {
  border-color: var(--ta-ink);
}
.trust-section__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0;
}
.trust-section__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.7rem 1.25rem;
  border-radius: 0.75rem;
  background: var(--ta-navy);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.trust-section__btn--ghost {
  background: transparent;
  color: var(--ta-navy);
  border: 1px solid var(--ta-navy);
}

/* License page */
.license-page {
  --lic-ink: #142033;
  --lic-muted: #5a6573;
  --lic-sand: #f4f0e8;
  --lic-paper: #fffcf8;
  --lic-line: #e0d7c8;
  --lic-navy: #0f1724;
  --lic-gold: #c9a227;
  background: var(--lic-sand);
  color: var(--lic-ink);
}
.license-hero {
  background: linear-gradient(165deg, #0f1724 0%, #1a2740 55%, #0b1220 100%);
  color: #fff;
  padding: 3rem 1.25rem 2.5rem;
}
.license-hero__wrap {
  max-width: 72rem;
  margin: 0 auto;
}
.license-hero__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fbbf24;
  font-weight: 650;
}
.license-hero__title {
  margin: 0 0 0.75rem;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 500;
  line-height: 1.1;
}
.license-hero__lede {
  margin: 0 0 1.5rem;
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.1rem;
  line-height: 1.45;
}
.license-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.5rem;
  padding: 0.95rem 1.6rem;
  border-radius: 0.85rem;
  background: linear-gradient(165deg, #fb923c 0%, #ea580c 45%, #c2410c 100%);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 750;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(234, 88, 12, 0.35);
}
.license-hero__cta:hover {
  filter: brightness(1.05);
}

.license-facts {
  max-width: 72rem;
  margin: -1.5rem auto 0;
  padding: 0 1.25rem 2rem;
  position: relative;
  z-index: 1;
}
.license-facts__grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
  background: var(--lic-paper);
  border: 1px solid var(--lic-line);
  border-radius: 1.15rem;
  padding: 1.35rem;
  box-shadow: 0 18px 40px rgba(20, 32, 51, 0.08);
}
@media (min-width: 720px) {
  .license-facts__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.license-fact {
  padding: 0.85rem 0.95rem;
  border-radius: 0.75rem;
  background: #faf7f1;
  border: 1px solid var(--lic-line);
}
.license-fact__label {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--lic-muted);
  font-weight: 650;
  margin-bottom: 0.25rem;
}
.license-fact__value {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--lic-ink);
}

/* Premium CSLB verification frame — not a raw dump */
.license-verify {
  max-width: 72rem;
  margin: 0 auto;
  padding: 1rem 1.25rem 3rem;
}
.license-verify__card {
  background: var(--lic-navy);
  color: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(15, 23, 36, 0.28);
}
.license-verify__bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
  padding: 1rem 1.25rem;
  background: rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.license-verify__seal {
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fbbf24;
  font-weight: 700;
}
.license-verify__source {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.72);
}
.license-verify__body {
  display: grid;
  gap: 0;
}
@media (min-width: 900px) {
  .license-verify__body {
    grid-template-columns: 1.1fr 0.9fr;
  }
}
.license-verify__frame {
  position: relative;
  background: #09101c;
  min-height: 16rem;
  padding: 1rem;
}
.license-verify__shot {
  margin: 0 0 0.75rem;
}
.license-verify__shot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.35rem;
  background: #fff;
}
.license-verify__shot--detail {
  margin-bottom: 0;
}
.license-verify__shot--detail img {
  max-height: 3.5rem;
  object-fit: cover;
  object-position: left center;
}
.license-verify__frame--certificate {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
}
.license-cert {
  background:
    radial-gradient(120% 80% at 50% 0%, rgba(251, 191, 36, 0.12) 0%, transparent 55%),
    linear-gradient(165deg, #f8f4ec 0%, #efe6d6 100%);
  color: #142033;
  border-radius: 0.85rem;
  border: 1px solid rgba(201, 162, 39, 0.55);
  padding: 1.75rem 1.35rem 1.4rem;
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}
.license-cert__state {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7c6a3a;
  font-weight: 700;
}
.license-cert__board {
  margin: 0.25rem 0 0.85rem;
  font-size: 0.95rem;
  font-weight: 650;
  color: #142033;
}
.license-cert__rule {
  height: 1px;
  background: linear-gradient(90deg, transparent, #c9a227, transparent);
  margin: 0 auto 1rem;
  max-width: 12rem;
}
.license-cert__label {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5a6573;
}
.license-cert__number {
  margin: 0.35rem 0 0.5rem;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(2.4rem, 6vw, 3.2rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #0f1724;
}
.license-cert__entity {
  margin: 0 0 0.25rem;
  font-size: 1.15rem;
  font-weight: 700;
}
.license-cert__class {
  margin: 0 0 1rem;
  color: #5a6573;
  font-size: 0.98rem;
}
.license-cert__meta {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
}
.license-cert__meta li {
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(15, 23, 36, 0.06);
  font-size: 0.82rem;
  font-weight: 650;
}
.license-cert__foot {
  margin: 0;
  font-size: 0.78rem;
  color: #7c6a3a;
  letter-spacing: 0.04em;
}
.license-verify__caption {
  margin: 0.75rem 0 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.55);
}
.license-verify__panel {
  padding: 1.5rem 1.35rem 1.75rem;
}
.license-verify__panel h2 {
  margin: 0 0 0.75rem;
  font-family: Fraunces, Georgia, serif;
  font-size: 1.55rem;
  font-weight: 500;
}
.license-verify__panel p {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.45;
}
.license-verify__list {
  margin: 0 0 1.35rem;
  padding: 0;
  list-style: none;
}
.license-verify__list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.98rem;
}
.license-verify__list span {
  color: rgba(255, 255, 255, 0.55);
}
.license-verify__list strong {
  color: #fff;
  font-weight: 650;
  text-align: right;
}
.license-verify__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.85rem 1.4rem;
  border-radius: 0.75rem;
  background: linear-gradient(165deg, #fb923c 0%, #ea580c 50%, #c2410c 100%);
  color: #fff;
  font-weight: 750;
  text-decoration: none;
}

.site-footer__authority {
  margin: 1.25rem 0 0;
  padding: 1.1rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}
.site-footer__authority a {
  color: #fbbf24;
  text-decoration: none;
  font-weight: 650;
}
.site-footer--light .site-footer__authority,
.site-footer:not(.site-footer--premium) .site-footer__authority {
  border-top-color: #e0d7c8;
  color: #5a6573;
}
.site-footer:not(.site-footer--premium) .site-footer__authority a {
  color: #9a3412;
}
