/* =============================================
   PAGE : SAPINS PERPÉTUELS
   ============================================= */

/* ---- Variables & Base ---- */
:root {
  --sp-green: #2D4A3E;
  --sp-light-green: #6AAF6A;
  --sp-orange: #C97C5D;
  --sp-bg-light: #FAEEE8;
  --sp-bg-green: #EDF5ED;
}

/* ---- Typographie Helper ---- */
.sp-eyebrow {
  color: var(--sp-green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.sp-lead {
  color: #6B4F3A;
  font-size: 17px;
  line-height: 1.72;
}

/* =============================================
   INTRO / HERO
   ============================================= */
.sp-intro {
  background:
    radial-gradient(circle at 5% 80%, rgba(106, 175, 106, 0.08), transparent 22%),
    linear-gradient(180deg, #FAEEE8 0%, #faf7f0 100%);
  padding: 72px 0 56px;
}

.sp-intro__inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.sp-intro__logo {
  max-width: 140px;
  margin: 0 auto 24px;
}

.sp-intro__logo img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  box-shadow: 0 12px 32px rgba(45, 74, 62, 0.1);
}

.sp-intro__inner h1 {
  color: var(--sp-green);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.06;
  margin-bottom: 18px;
}

/* =============================================
   SECTION GÉNÉRIQUE
   ============================================= */
.sp-section {
  padding: 72px 0;
}

.sp-section--grey {
  background: linear-gradient(180deg, #F4F1EA 0%, #EDF5ED 100%);
}

.sp-section--white {
  background: #ffffff;
}

.sp-section__header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 48px;
}

.sp-section__header h2 {
  color: var(--sp-green);
  font-size: clamp(30px, 3.8vw, 48px);
  line-height: 1.06;
  margin-bottom: 16px;
}

/* =============================================
   ACTIONS (Récupérer / Livrer)
   ============================================= */
.sp-action-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 6px 28px rgba(45, 74, 62, 0.09);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  padding: 40px;
  height: 100%;
}

.sp-action-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 44px rgba(45, 74, 62, 0.16);
}

.sp-action-card h3 {
  color: var(--sp-green);
  font-family: Calibri, "Segoe UI", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 16px;
}

.sp-action-card p {
  color: #6B4F3A;
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 32px;
  flex-grow: 1;
}

.sp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.18s;
  align-self: flex-start;
}

.sp-btn--primary {
  background: var(--sp-light-green);
  color: #fff !important;
}
.sp-btn--primary:hover {
  background: var(--sp-green);
}

.sp-btn--orange {
  background: var(--sp-orange);
  color: #fff !important;
}
.sp-btn--orange:hover {
  background: #a85c3d;
}

/* =============================================
   ESPÈCES DE SAPINS
   ============================================= */
.sp-specie-row {
  margin-bottom: 64px !important;
}

.sp-specie-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.sp-specie-content h4 {
  color: var(--sp-orange);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.sp-specie-content h3 {
  color: var(--sp-green);
  font-family: Calibri, "Segoe UI", Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.1;
}

.sp-specie-content p {
  color: #6B4F3A;
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 16px;
}

.sp-specie-image {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(45, 74, 62, 0.1);
  height: 100%;
}

.sp-specie-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 300px;
}

/* =============================================
   CTA FINAL / CONTACT
   ============================================= */
.sp-cta-final {
  background: linear-gradient(135deg, #2D4A3E 0%, #3d6b5a 55%, #4a7a5a 100%);
  padding: 80px 0;
}

.sp-cta-final .cta-inner {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}

.sp-cta-final .eyebrow {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.sp-cta-final h2 {
  color: #ffffff;
  font-size: clamp(28px, 3.6vw, 48px);
  line-height: 1.06;
  margin-bottom: 16px;
}

.sp-cta-final p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.68;
  margin-bottom: 32px;
}

.sp-cta-final a.email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.95);
  color: #2D4A3E;
  padding: 12px 28px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: background 0.2s;
}

.sp-cta-final a.email-link:hover {
  background: #FAEEE8;
}

/* =============================================
   DIVI OVERRIDES
   ============================================= */
body.page-sapins #page-container .sp-cta-final h2,
body.page-sapins #main-content .sp-cta-final h2 {
  color: #ffffff !important;
}
