/* Affiliate banners + blog article helpers — Make It Happen */

.affiliate-disclosure {
  font-size: 0.75rem;
  line-height: 1.55;
  color: #64748b;
  background: #f8fafc;
  border-left: 3px solid #e83e8c;
  padding: 0.85rem 1rem;
  margin: 1.5rem 0 2rem;
}

.affiliate-banner {
  display: grid;
  gap: 1.25rem;
  align-items: center;
  margin: 2.25rem 0;
  padding: 1.35rem 1.5rem;
  background: linear-gradient(135deg, #0f1520 0%, #1a2332 55%, #2a1830 100%);
  color: #fff;
  border: 1px solid rgba(232, 62, 140, 0.35);
  border-radius: 0.35rem;
  box-shadow: 0 16px 40px rgba(15, 21, 32, 0.18);
  text-decoration: none !important;
  transition: border-radius 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.35s ease, box-shadow 0.35s ease;
}

@media (min-width: 640px) {
  .affiliate-banner {
    grid-template-columns: 1fr auto;
  }
}

.affiliate-banner:hover {
  border-radius: var(--nav-island-radius, 1.35rem);
  box-shadow: 0 18px 48px rgba(232, 62, 140, 0.22);
}

.affiliate-banner__eyebrow {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f5a3c7;
  margin-bottom: 0.4rem;
}

.affiliate-banner__title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.55rem;
  line-height: 1.25;
  color: #fff;
  margin: 0 0 0.4rem;
}

.affiliate-banner__text {
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
  max-width: 36rem;
}

.affiliate-banner__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0.85rem 1.35rem;
  background: #e83e8c;
  color: #fff !important;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: 1px solid #e83e8c;
  transition: background 0.3s ease, border-radius 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.affiliate-banner:hover .affiliate-banner__cta {
  background: #c9186a;
  border-radius: var(--nav-island-radius, 1.35rem);
}

/* Soft variant for mid-article */
.affiliate-banner--soft {
  background: #fff;
  color: #0f1520;
  border: 1px solid rgba(15, 21, 32, 0.1);
  box-shadow: 0 10px 28px rgba(15, 21, 32, 0.06);
}

.affiliate-banner--soft .affiliate-banner__title {
  color: #0f1520;
}

.affiliate-banner--soft .affiliate-banner__text {
  color: #64748b;
}

.affiliate-banner--soft .affiliate-banner__eyebrow {
  color: #c9186a;
}

/* Blog article body */
.blog-article {
  max-width: 46rem;
  margin: 0 auto;
}

.blog-article h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 400;
  color: #0f1520;
  margin: 2.5rem 0 1rem;
  line-height: 1.2;
}

.blog-article h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.45rem;
  color: #0f1520;
  margin: 1.75rem 0 0.75rem;
}

.blog-article p,
.blog-article li {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #334155;
  font-weight: 300;
}

.blog-article p {
  margin: 0 0 1.15rem;
}

.blog-article ul {
  margin: 0 0 1.5rem;
  padding-left: 1.25rem;
}

.blog-article li {
  margin-bottom: 0.55rem;
}

.blog-article .lead {
  font-size: 1.2rem;
  color: #1a2332;
  line-height: 1.7;
}

/* End-of-post inquiry CTA — high contrast on navy */
.blog-cta {
  margin-top: 2.75rem;
  padding: 2.25rem 1.5rem;
  background: #0f1520;
  color: #ffffff;
  text-align: center;
  border-radius: 2px;
}

@media (min-width: 768px) {
  .blog-cta {
    padding: 2.75rem 2.5rem;
  }
}

.blog-cta__eyebrow,
.blog-article .blog-cta__eyebrow,
.blog-article .blog-cta p.blog-cta__eyebrow {
  display: block;
  margin: 0 0 0.85rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #f5a3c7 !important;
  text-align: center;
}

.blog-cta__title,
.blog-article .blog-cta h2.blog-cta__title,
.blog-article h2.blog-cta__title {
  margin: 0 0 0.85rem !important;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.65rem, 3.5vw, 2.15rem);
  font-weight: 400;
  line-height: 1.25;
  color: #ffffff !important;
  text-align: center;
}

.blog-cta__text,
.blog-article .blog-cta p.blog-cta__text,
.blog-article .blog-cta__text {
  margin: 0 auto 1.75rem !important;
  max-width: 28rem;
  font-size: 0.95rem;
  line-height: 1.65;
  font-weight: 300;
  color: #e2e8f0 !important;
  text-align: center;
}

.blog-cta .btn-cta {
  display: inline-block;
}

.blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid rgba(15, 21, 32, 0.08);
  overflow: hidden;
  transition: box-shadow 0.35s ease, border-color 0.35s ease;
  text-decoration: none !important;
  color: inherit;
}

.blog-card:hover {
  box-shadow: 0 16px 40px rgba(15, 21, 32, 0.1);
  border-color: rgba(232, 62, 140, 0.35);
}

.blog-card__img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
  background: #e2e8f0;
}

.blog-card__body {
  padding: 1.35rem 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-card__cat {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #e83e8c;
  margin-bottom: 0.5rem;
}

.blog-card__title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.5rem;
  line-height: 1.25;
  color: #0f1520;
  margin: 0 0 0.65rem;
}

.blog-card__excerpt {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #64748b;
  margin: 0 0 1rem;
  flex: 1;
}

.blog-card__more {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0f1520;
}

.blog-card:hover .blog-card__more {
  color: #c9186a;
}
