/*
Theme Name: Jardin des Fleurs
Theme URI: https://jardindesfleurs.bf
Author: Jardin des Fleurs
Author URI: https://jardindesfleurs.bf
Description: Thème WordPress premium sur-mesure pour la Garderie Éducative Jardin des Fleurs — Ouagadougou, Burkina Faso. Design coloré, mobile-first, optimisé pour la conversion (inscriptions).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jardin-des-fleurs
Tags: education, one-column, custom-logo, custom-menu, featured-images, theme-options
*/

/* ========================================================
   VARIABLES & RESET
   ======================================================== */
:root {
  --green-dark: #2d6a2d;
  --green-mid: #4a9e3f;
  --green-light: #a8d5a2;
  --green-pale: #eaf5e8;
  --pink: #e8448a;
  --pink-dark: #d0347a;
  --pink-light: #f9c6de;
  --pink-pale: #fdf0f6;
  --yellow: #f5c842;
  --yellow-pale: #fdf8e1;
  --blue: #4ab3d8;
  --blue-pale: #e8f6fb;
  --orange: #f08c2a;
  --white: #ffffff;
  --bg: #fafdf8;
  --text: #1c2c1c;
  --text-muted: #5a7a5a;
  --radius: 20px;
  --radius-lg: 32px;
  --shadow: 0 4px 24px rgba(45,106,45,0.10);
  --shadow-btn: 0 4px 16px rgba(232,68,138,0.25);
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'Nunito', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; }
ul { list-style: none; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 40px; }

@media (max-width: 600px) {
  .container { padding: 0 20px; }
}

/* ========================================================
   FLOATING CTA — ALWAYS VISIBLE
   ======================================================== */
.floating-cta {
  position: fixed; bottom: 28px; right: 28px; z-index: 999;
  background: var(--pink); color: var(--white); padding: 14px 24px;
  border-radius: 50px; font-weight: 800; font-size: 15px;
  display: flex; align-items: center; gap: 8px;
  box-shadow: var(--shadow-btn);
  transition: transform 0.2s, box-shadow 0.2s;
  animation: jdf-pulse 2.5s infinite;
}
.floating-cta:hover { transform: scale(1.05); color: var(--white); }

@keyframes jdf-pulse {
  0%,100% { box-shadow: 0 4px 16px rgba(232,68,138,0.30); }
  50% { box-shadow: 0 4px 32px rgba(232,68,138,0.55); }
}

@media (max-width: 600px) {
  .floating-cta { bottom: 16px; right: 16px; font-size: 13px; padding: 12px 18px; }
}

/* ========================================================
   HEADER
   ======================================================== */
.site-header {
  background: var(--white);
  position: sticky; top: 0; z-index: 100;
  box-shadow: 0 2px 16px rgba(45,106,45,0.08);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 80px;
}
.logo-wrap { display: flex; align-items: center; gap: 12px; }
.logo-wrap img { height: 58px; width: auto; }
.logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.logo-text .l1 { font-size: 17px; font-weight: 900; color: var(--green-dark); }
.logo-text .l2 { font-size: 12px; font-weight: 600; color: var(--pink); text-transform: uppercase; letter-spacing: 1px; }

/* Main navigation */
.main-navigation { display: flex; align-items: center; }
.main-navigation ul { display: flex; gap: 4px; align-items: center; }
.main-navigation ul li a {
  color: var(--text-muted); font-weight: 600; font-size: 14px;
  padding: 8px 14px; border-radius: 12px; transition: background 0.2s, color 0.2s;
  display: block;
}
.main-navigation ul li a:hover { background: var(--green-pale); color: var(--green-dark); }
.main-navigation ul li.menu-item-cta a {
  background: var(--pink); color: var(--white);
  padding: 10px 20px; border-radius: 50px; font-weight: 800;
  box-shadow: var(--shadow-btn); margin-left: 8px;
}
.main-navigation ul li.menu-item-cta a:hover { background: var(--pink-dark); }

/* Mobile toggle */
.menu-toggle {
  display: none; background: none; border: none;
  font-size: 28px; cursor: pointer; color: var(--green-dark); padding: 8px;
}

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .main-navigation { display: none; position: absolute; top: 80px; left: 0; right: 0; background: var(--white); box-shadow: 0 8px 24px rgba(0,0,0,.08); padding: 20px; z-index: 99; }
  .main-navigation.toggled { display: block; }
  .main-navigation ul { flex-direction: column; gap: 4px; }
  .main-navigation ul li a { padding: 12px 16px; }
  .main-navigation ul li.menu-item-cta a { margin-left: 0; text-align: center; }
}

/* ========================================================
   HERO SECTION
   ======================================================== */
.hero-section {
  position: relative; overflow: hidden;
  background: linear-gradient(160deg, #eaf5e8 0%, #fdf0f6 50%, #fdf8e1 100%);
  padding: 80px 0 100px;
}
.hero-inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--white); border: 2px solid var(--green-light);
  color: var(--green-dark); font-weight: 700; font-size: 13px;
  padding: 6px 14px; border-radius: 50px; margin-bottom: 20px;
}
.hero-section h1 {
  font-size: 44px; font-weight: 900; color: var(--green-dark);
  line-height: 1.15; margin-bottom: 16px;
}
.hero-section h1 span { color: var(--pink); }
.hero-section .hero-desc {
  font-size: 18px; color: var(--text-muted); line-height: 1.7;
  margin-bottom: 32px; max-width: 520px;
}
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }

.btn-primary {
  background: var(--pink); color: var(--white); padding: 16px 32px;
  border-radius: 50px; font-weight: 800; font-size: 16px;
  display: inline-flex; align-items: center; gap: 8px;
  box-shadow: var(--shadow-btn); transition: transform 0.2s; border: none; cursor: pointer;
  font-family: 'Nunito', sans-serif;
}
.btn-primary:hover { transform: translateY(-2px); color: var(--white); }
.btn-secondary {
  background: var(--white); color: var(--green-dark); padding: 16px 32px;
  border-radius: 50px; font-weight: 800; font-size: 16px;
  display: inline-flex; align-items: center; gap: 8px;
  border: 2px solid var(--green-light); transition: border-color 0.2s; cursor: pointer;
  font-family: 'Nunito', sans-serif;
}
.btn-secondary:hover { border-color: var(--green-mid); }

.hero-visual { display: flex; justify-content: center; align-items: center; position: relative; }
.hero-logo-frame {
  width: 380px; height: 380px; background: var(--white);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 60px rgba(45,106,45,0.15), 0 2px 16px rgba(232,68,138,0.10);
  position: relative;
}
.hero-logo-frame img { width: 300px; height: auto; }

.hero-float-card {
  position: absolute; background: var(--white); border-radius: var(--radius);
  padding: 12px 18px; box-shadow: var(--shadow);
  display: flex; align-items: center; gap: 10px;
  font-weight: 700; font-size: 14px; white-space: nowrap;
}
.fc1 { bottom: 30px; left: -20px; color: var(--green-dark); }
.fc2 { top: 40px; right: -30px; color: var(--pink); }
.fc3 { top: 160px; left: -50px; color: var(--blue); }
.fc-icon { font-size: 28px; }

@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; text-align: center; }
  .hero-visual { display: none; }
  .hero-section h1 { font-size: 32px; }
  .hero-btns { justify-content: center; }
  .hero-section { padding: 60px 0 80px; }
}

/* ========================================================
   INFO BAR
   ======================================================== */
.info-bar { background: var(--green-dark); padding: 20px 0; }
.info-bar-inner { display: flex; gap: 40px; flex-wrap: wrap; justify-content: center; }
.info-item { display: flex; align-items: center; gap: 10px; color: var(--white); }
.info-item .icon { font-size: 22px; }
.info-item .label { font-size: 13px; opacity: 0.75; }
.info-item .value { font-weight: 700; font-size: 15px; }

@media (max-width: 600px) {
  .info-bar-inner { gap: 16px; flex-direction: column; align-items: flex-start; padding: 0 20px; }
}

/* ========================================================
   SECTION COMMON STYLES
   ======================================================== */
.jdf-section { padding: 80px 0; }
.section-header { text-align: center; margin-bottom: 56px; }
.section-eyebrow {
  display: inline-block; background: var(--green-pale);
  color: var(--green-dark); font-weight: 700; font-size: 13px;
  padding: 5px 16px; border-radius: 50px; margin-bottom: 12px;
  text-transform: uppercase; letter-spacing: 1px;
}
.section-header h2 {
  font-size: 36px; font-weight: 900; color: var(--green-dark); margin-bottom: 12px;
}
.section-header p {
  font-size: 17px; color: var(--text-muted); max-width: 560px; margin: 0 auto;
}

@media (max-width: 600px) {
  .jdf-section { padding: 60px 0; }
  .section-header h2 { font-size: 28px; }
}

/* ========================================================
   PROGRAMMES
   ======================================================== */
.programmes-section { background: var(--white); }
.prog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; }
.prog-card {
  border-radius: var(--radius-lg); padding: 32px 24px;
  display: flex; flex-direction: column; align-items: center; text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
}
.prog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.prog-card.c-green { background: var(--green-pale); }
.prog-card.c-pink { background: var(--pink-pale); }
.prog-card.c-yellow { background: var(--yellow-pale); }
.prog-card.c-blue { background: var(--blue-pale); }
.prog-icon { font-size: 52px; margin-bottom: 16px; }
.prog-age {
  font-size: 12px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 1px; margin-bottom: 6px;
}
.c-green .prog-age { color: var(--green-mid); }
.c-pink .prog-age { color: var(--pink); }
.c-yellow .prog-age { color: var(--orange); }
.c-blue .prog-age { color: var(--blue); }
.prog-card h3 { font-size: 19px; font-weight: 900; color: var(--green-dark); margin-bottom: 8px; }
.prog-card p { font-size: 14px; color: var(--text-muted); line-height: 1.6; }

/* ========================================================
   FEATURES / ENGAGEMENTS
   ======================================================== */
.features-section { background: var(--bg); }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; }
.feature-card {
  background: var(--white); border-radius: var(--radius-lg); padding: 32px;
  box-shadow: var(--shadow); border-top: 4px solid transparent;
  transition: transform 0.2s;
}
.feature-card:hover { transform: translateY(-4px); }
.feature-card.accent-green { border-top-color: var(--green-mid); }
.feature-card.accent-pink { border-top-color: var(--pink); }
.feature-card.accent-yellow { border-top-color: var(--yellow); }
.feature-card.accent-blue { border-top-color: var(--blue); }
.feat-icon { font-size: 40px; margin-bottom: 16px; }
.feature-card h3 { font-size: 18px; font-weight: 800; color: var(--green-dark); margin-bottom: 8px; }
.feature-card p { font-size: 14px; color: var(--text-muted); line-height: 1.65; }

/* ========================================================
   CTA BANNER
   ======================================================== */
.cta-banner {
  background: linear-gradient(135deg, var(--green-dark) 0%, #1a4a1a 100%);
  padding: 72px 0; text-align: center; position: relative; overflow: hidden;
}
.cta-banner h2 { font-size: 38px; font-weight: 900; color: var(--white); margin-bottom: 16px; }
.cta-banner > .container > p {
  font-size: 18px; color: rgba(255,255,255,0.8); margin-bottom: 36px;
  max-width: 560px; margin-left: auto; margin-right: auto;
}
.cta-steps { display: flex; justify-content: center; gap: 32px; flex-wrap: wrap; margin-bottom: 40px; }
.cta-step { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.9); font-weight: 600; font-size: 15px; }
.cta-step-num {
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--pink); color: var(--white); font-weight: 900; font-size: 14px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.btn-cta-big {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--pink); color: var(--white); padding: 20px 48px;
  border-radius: 50px; font-weight: 900; font-size: 20px;
  box-shadow: 0 8px 32px rgba(232,68,138,0.4);
  transition: transform 0.2s, box-shadow 0.2s;
  border: none; cursor: pointer; font-family: 'Nunito', sans-serif;
}
.btn-cta-big:hover { transform: translateY(-3px); box-shadow: 0 12px 40px rgba(232,68,138,0.5); color: var(--white); }

@media (max-width: 600px) {
  .cta-banner h2 { font-size: 26px; }
  .btn-cta-big { font-size: 16px; padding: 16px 32px; }
  .cta-steps { gap: 16px; flex-direction: column; align-items: center; }
}

/* ========================================================
   INSCRIPTION FORM
   ======================================================== */
.inscription-section { background: var(--white); }
.inscr-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.inscr-info h2 { font-size: 32px; font-weight: 900; color: var(--green-dark); margin-bottom: 16px; }
.inscr-info p { color: var(--text-muted); font-size: 16px; margin-bottom: 24px; line-height: 1.7; }
.inscr-checklist { display: flex; flex-direction: column; gap: 12px; }
.inscr-checklist li { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; color: var(--text-muted); }
.check-ico { color: var(--green-mid); font-size: 18px; flex-shrink: 0; margin-top: 2px; }
.inscr-phone-box {
  background: var(--green-pale); border-radius: var(--radius); padding: 24px; margin-top: 32px;
}
.inscr-phone-box .title { font-weight: 800; color: var(--green-dark); margin-bottom: 8px; }
.inscr-phone-box p { color: var(--text-muted); font-size: 15px; }

.inscr-form {
  background: var(--bg); border-radius: var(--radius-lg);
  padding: 40px; box-shadow: var(--shadow);
}
.inscr-form .form-logo { text-align: center; margin-bottom: 24px; }
.inscr-form .form-logo img { height: 70px; width: auto; }
.inscr-form h3 { font-size: 22px; font-weight: 900; color: var(--green-dark); text-align: center; margin-bottom: 24px; }

.form-group { margin-bottom: 18px; }
.form-group label {
  display: block; font-weight: 700; font-size: 13px;
  color: var(--green-dark); margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.5px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%; padding: 13px 16px;
  border: 2px solid #e0ede0; border-radius: 12px;
  font-family: 'Nunito', sans-serif; font-size: 15px;
  color: var(--text); background: var(--white);
  transition: border-color 0.2s; outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--green-mid); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.btn-submit {
  width: 100%; background: var(--pink); color: var(--white);
  padding: 16px; border: none; border-radius: 50px;
  font-family: 'Nunito', sans-serif; font-weight: 900; font-size: 17px;
  cursor: pointer; box-shadow: var(--shadow-btn);
  display: flex; align-items: center; justify-content: center; gap: 8px;
  transition: background 0.2s, transform 0.2s;
}
.btn-submit:hover { background: var(--pink-dark); transform: translateY(-2px); }
.form-note { text-align: center; font-size: 12px; color: var(--text-muted); margin-top: 12px; }

/* WPForms / CF7 integration overrides */
.inscr-form .wpcf7 input[type="text"],
.inscr-form .wpcf7 input[type="email"],
.inscr-form .wpcf7 input[type="tel"],
.inscr-form .wpcf7 input[type="date"],
.inscr-form .wpcf7 select,
.inscr-form .wpcf7 textarea,
.inscr-form .wpforms-field input,
.inscr-form .wpforms-field select,
.inscr-form .wpforms-field textarea {
  width: 100%; padding: 13px 16px;
  border: 2px solid #e0ede0; border-radius: 12px;
  font-family: 'Nunito', sans-serif; font-size: 15px;
}
.inscr-form .wpcf7 input[type="submit"],
.inscr-form .wpforms-submit {
  width: 100%; background: var(--pink); color: var(--white);
  padding: 16px; border: none; border-radius: 50px;
  font-family: 'Nunito', sans-serif; font-weight: 900; font-size: 17px;
  cursor: pointer; box-shadow: var(--shadow-btn);
}

@media (max-width: 900px) {
  .inscr-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
}

/* ========================================================
   EQUIPE / TEAM
   ======================================================== */
.equipe-section { background: var(--green-pale); }
.equipe-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 28px; }
.team-card {
  background: var(--white); border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow); text-align: center;
  transition: transform 0.2s;
}
.team-card:hover { transform: translateY(-6px); }
.team-avatar {
  width: 100%; height: 220px; object-fit: cover;
  display: flex; align-items: center; justify-content: center; font-size: 70px;
}
.team-card img.team-avatar { font-size: inherit; }
.team-body { padding: 20px 16px; }
.team-body h4 { font-size: 16px; font-weight: 800; color: var(--green-dark); margin-bottom: 4px; }
.team-body p { font-size: 13px; color: var(--pink); font-weight: 600; }

/* ========================================================
   GALERIE
   ======================================================== */
.galerie-section { background: var(--white); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gallery-item {
  border-radius: var(--radius); overflow: hidden;
  aspect-ratio: 4/3; cursor: pointer; transition: transform 0.2s;
}
.gallery-item:hover { transform: scale(1.02); }
.gallery-item.tall { grid-row: span 2; aspect-ratio: unset; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; }
.gallery-placeholder {
  width: 100%; height: 100%; display: flex; align-items: center;
  justify-content: center; font-size: 48px;
}
.gal-green { background: var(--green-pale); }
.gal-pink { background: var(--pink-pale); }
.gal-yellow { background: var(--yellow-pale); }
.gal-blue { background: var(--blue-pale); }

@media (max-width: 600px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ========================================================
   ACTUALITES / NEWS
   ======================================================== */
.actualites-section { background: var(--bg); }
.news-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 28px; }
.news-card {
  background: var(--white); border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow); transition: transform 0.2s;
}
.news-card:hover { transform: translateY(-4px); }
.news-thumb {
  height: 200px; overflow: hidden;
}
.news-thumb img { width: 100%; height: 100%; object-fit: cover; }
.news-thumb-placeholder {
  height: 200px; display: flex; align-items: center;
  justify-content: center; font-size: 60px;
}
.news-body { padding: 24px; }
.news-tag {
  display: inline-block; padding: 3px 12px; border-radius: 50px;
  font-size: 11px; font-weight: 800; text-transform: uppercase;
  letter-spacing: 1px; margin-bottom: 10px;
}
.tag-green { background: var(--green-pale); color: var(--green-dark); }
.tag-pink { background: var(--pink-pale); color: var(--pink); }
.tag-yellow { background: var(--yellow-pale); color: var(--orange); }
.news-body h3 { font-size: 17px; font-weight: 800; color: var(--green-dark); margin-bottom: 8px; line-height: 1.4; }
.news-body h3 a { color: var(--green-dark); }
.news-body h3 a:hover { color: var(--pink); }
.news-body p { font-size: 13px; color: var(--text-muted); line-height: 1.6; margin-bottom: 16px; }
.news-readmore { color: var(--pink); font-weight: 700; font-size: 13px; }
.news-meta { font-size: 12px; color: var(--text-muted); margin-bottom: 8px; }

/* ========================================================
   CONTACT
   ======================================================== */
.contact-section { background: var(--green-pale); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.contact-info h2 { font-size: 32px; font-weight: 900; color: var(--green-dark); margin-bottom: 24px; }
.contact-cards { display: flex; flex-direction: column; gap: 16px; }
.contact-card {
  background: var(--white); border-radius: var(--radius); padding: 20px 24px;
  display: flex; align-items: center; gap: 16px;
  box-shadow: 0 2px 12px rgba(45,106,45,0.08);
}
.contact-card-icon { font-size: 32px; width: 52px; text-align: center; flex-shrink: 0; }
.contact-card .cc-label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); margin-bottom: 3px; }
.contact-card .cc-value { font-size: 16px; font-weight: 800; color: var(--green-dark); }
.map-container {
  background: var(--white); border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow); height: 320px;
}
.map-container iframe { width: 100%; height: 100%; border: 0; }

@media (max-width: 900px) {
  .contact-grid { grid-template-columns: 1fr; }
}

/* ========================================================
   FOOTER
   ======================================================== */
.site-footer { background: var(--green-dark); color: rgba(255,255,255,0.85); padding: 60px 0 32px; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand img { height: 70px; width: auto; filter: brightness(0) invert(1); margin-bottom: 16px; }
.footer-brand p { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,0.65); margin-bottom: 20px; }
.footer-social { display: flex; gap: 10px; }
.social-btn {
  width: 38px; height: 38px; background: rgba(255,255,255,0.12);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  color: var(--white); font-size: 16px; transition: background 0.2s;
}
.social-btn:hover { background: var(--pink); }
.footer-col h4 { font-size: 14px; font-weight: 800; color: var(--white); margin-bottom: 16px; text-transform: uppercase; letter-spacing: 1px; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a { color: rgba(255,255,255,0.65); font-size: 14px; transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--pink-light); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12); padding-top: 24px;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 12px;
}
.footer-bottom p { font-size: 13px; color: rgba(255,255,255,0.5); }

@media (max-width: 900px) {
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .footer-top { grid-template-columns: 1fr; }
}

/* ========================================================
   WORDPRESS DEFAULTS
   ======================================================== */
.alignleft { float: left; margin-right: 1.5em; }
.alignright { float: right; margin-left: 1.5em; }
.aligncenter { display: block; margin: 0 auto; }
.wp-caption { max-width: 100%; }
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px); position: absolute;
  height: 1px; width: 1px; overflow: hidden;
}
.entry-content p { margin-bottom: 1.2em; }
.entry-content h2 { font-size: 28px; font-weight: 900; color: var(--green-dark); margin: 2em 0 0.5em; }
.entry-content h3 { font-size: 22px; font-weight: 800; color: var(--green-dark); margin: 1.5em 0 0.5em; }

/* Page/post basic template */
.page-hero {
  background: linear-gradient(160deg, #eaf5e8 0%, #fdf0f6 100%);
  padding: 60px 0; text-align: center;
}
.page-hero h1 { font-size: 38px; font-weight: 900; color: var(--green-dark); }
.page-content { padding: 60px 0; }
