/* ===================================================
   Ben Franklin Print Co. - Embroidery Page Styles
   =================================================== */

:root {
  --brand-green: #1B3B2B;
  --brand-gold: #C89B3C;
}

.bg-dark-green {
  background-color: #1B3B2B !important;
}
.text-dark-green {
  color: #1B3B2B !important;
}
.bg-gold {
  background-color: #C89B3C !important;
}
.text-gold {
  color: #C89B3C !important;
}

/* Typography */
.font-bebas {
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.8px;
}
.hero-cursive {
  font-family: 'Great Vibes', cursive;
  font-size: 2.2rem;
  color: var(--brand-gold);
  line-height: 1.2;
}
.embroidery-title {
  font-size: 4rem;
  color: var(--brand-green);
  line-height: 1;
}

/* Hero Section Background Grid */
.embroidery-hero {
  background-color: #FAFCFA;
  position: relative;
  overflow: hidden;
}

.embroidery-hero-grid-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(#d3ded6 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.5;
  pointer-events: none;
}

/* Badges */
.badge-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #f1f5f9;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.badge-label-main {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.05rem;
  color: var(--brand-green);
  line-height: 1.1;
}
.badge-label-sub {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 0.95rem;
  color: var(--brand-green);
  line-height: 1;
}

/* Hero Showcase Frame */
.hero-img-frame {
  border: 4px solid #ffffff;
  transition: transform 0.3s ease;
}
.hero-img-frame:hover {
  transform: scale(1.02);
}

/* Heading Underline Accent */
.heading-underline {
  width: 60px;
  height: 3px;
  background-color: var(--brand-gold);
  border-radius: 2px;
}

/* Feature Cards inside Dark Green Box */
.dark-feature-container {
  background-color: #1B3B2B !important;
  border-radius: 16px;
}
.feature-card-inner {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(200, 155, 60, 0.3);
  border-radius: 12px;
  transition: background 0.2s ease, transform 0.2s ease;
}
.feature-card-inner:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-2px);
}

/* Type of Embroidery Cards */
.title-line {
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: var(--brand-gold);
  vertical-align: middle;
}
.max-w-700 {
  max-width: 700px;
}

.type-card {
  transition: all 0.3s ease;
}
.type-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1) !important;
}
.type-card-img {
  height: 240px;
  object-fit: cover;
}
.type-badge-circle {
  position: absolute;
  bottom: 12px;
  left: 12px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: var(--brand-green);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: 2px solid #ffffff;
}

/* CTA Dark Banner */
/* .cta-dark-banner {
  background-color: var(--brand-green);
} */
.cta-icon-box {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(200, 155, 60, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(200, 155, 60, 0.3);
}

@media (min-width: 992px) {
  .border-start-lg {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
  }
}

/* Responsiveness */
@media (max-width: 768px) {
  .embroidery-title {
    font-size: 2.8rem;
  }
  .hero-cursive {
    font-size: 1.6rem;
  }
}

.section-header-accent {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 4px;
}

.section-header-accent .line {
  height: 1px;
  width: 50px;
  background-color: var(--brand-gold);
}

.section-header-accent .text {
  font-family: 'Great Vibes', cursive;
  font-size: 2.2rem;
  color: var(--brand-gold);
}

/* ---- CTA Banner ---- */
.sp-cta-banner {
  background-color: var(--brand-dark);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.sp-cta-title {
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.5px;
  font-size: 3.5rem;
  line-height: 1;
  color: #ffffff;
}
.btn-brand-gold {
  background-color: var(--brand-gold);
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 14px 32px;
  border-radius: 6px;
  border: none;
  transition: all 0.2s ease;
  display: inline-block;
  text-decoration: none;
}
.btn-brand-gold:hover {
  background-color: var(--brand-gold-light);
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(200, 155, 60, 0.4);
}
.gold-script {
  font-family: 'Great Vibes', cursive;
  color: var(--brand-gold);
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .gold-script {
    font-size: 1.8rem;
  }
}
/* ---- Bottom Trust Badges ---- */
.sp-trust-section {
  background-color: #ffffff;
  border-top: 1px solid var(--brand-border);
}

.trust-badge-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.trust-badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--brand-dark);
}

.trust-badge-icon svg {

  fill: currentColor;
}

.trust-badge-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.2rem;
  color: var(--brand-dark);
  margin-bottom: 4px;
}

.trust-badge-desc {
  font-size: 0.82rem;
  color: #666666;
  margin-bottom: 0;
}