/* CSS déplacé depuis devis.html */
@media (min-width: 1025px) {
  .burger-menu, #navbarLinksMobile {
    display: none !important;
  }
}
.lang-flag {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
  margin-left: 1rem;
  cursor: pointer;
  background: none;
  opacity: 0.5;
  transition: opacity 0.2s;
}
.lang-flag.active {
  outline: 2px solid #0055A4;
  opacity: 1;
}
.navbar-lang {
  display: flex;
  align-items: center;
}
.navbar-lang-dropdown {
  position: relative;
  display: inline-block;
}
.lang-menu {
  min-width: 40px;
}
.lang-menu .lang-flag {
  margin: 4px 0;
  display: block;
}
.section-container {
  max-width: 1150px;
  margin: 0 auto;
  width: 100%;
  padding: 0 1em;
}
.pricing-list.pro {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5em 2em;
  margin-top: 1.5em;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}
.pricing-item {
  background: linear-gradient(135deg, #bfa76f 0%, #a48c5f 60%, #fff8ee 100%) !important;
  border-radius: 18px !important;
  box-shadow: 0 4px 24px 0 rgba(191, 167, 111, 0.13), 0 1px 0 #a48c5f inset !important;
  border: 1.2px solid #bfa76f !important;
  padding: 2em 1.5em 1.5em 1.5em !important;
  min-height: 480px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
.pricing-header {
  margin-bottom: 0.7em;
  display: flex;
  align-items: center;
  gap: 0.7em;
}
.pricing-range {
  margin-top: 1em;
  font-size: 1.08em;
  color: #7a5c2b;
  font-weight: 900;
  background: linear-gradient(90deg,#f7dca0 0%,#e2d3b2 100%);
  border-radius: 0.5em;
  padding: 0.3em 0.7em;
  display: inline-block;
  box-shadow: 0 2px 8px #e2d3b244;
  transition: background 0.2s;
}
.pricing-range strong {
  color: #3a2c16;
}
@media (max-width: 900px) {
  .section-container {
    max-width: 100%;
    padding: 0;
  }
  .pricing-list.pro {
    grid-template-columns: 1fr;
    gap: 2em 0;
    max-width: 100%;
  }
  .pricing-item {
    max-width: 100%;
    min-height: 340px;
    margin: 0 auto 2em auto;
  }
}
.hero-cta-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 3em;
  margin: 3em 0 2em 0;
  flex-wrap: wrap;
}
.hero-cta-box {
  background: linear-gradient(120deg,#f5e7c6 0%,#e2d3b2 100%);
  border-radius: 1.2em;
  box-shadow: 0 2px 16px #e2d3b244;
  padding: 2em 2em 1.5em 2em;
  min-width: 320px;
  max-width: 420px;
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero-cta-box h3 {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1.3em;
  font-weight: 800;
  color: #7a5c2b;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.cta-actions {
  display: flex;
  gap: 1.5em;
  margin-top: 1.5em;
  flex-wrap: wrap;
}
.cta-btn {
  background: #e2d3b2;
  color: #3a2c16;
  font-weight: 700;
  border-radius: 0.7em;
  padding: 0.7em 1.5em;
  font-size: 1.08em;
  border: none;
  box-shadow: 0 2px 8px #e2d3b244;
  cursor: pointer;
  transition: background 0.2s;
  text-decoration: none;
  display: inline-block;
}
.cta-btn:hover {
  background: #f7dca0;
  color: #7a5c2b;
}
@media (max-width: 900px) {
  .hero-cta-row {
    flex-direction: column;
    gap: 2em;
    align-items: center;
  }
  .hero-cta-box {
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }
  .cta-actions {
    flex-direction: column;
    gap: 1em;
  }
}

/* Affichage côte à côte et hauteur égale des deux cards devis sur desktop */
.projects-row {
  display: flex;
  gap: 2.5em;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  width: 100%;
}
.projects-row > .project-card {
  flex: 1 1 320px;
  max-width: 340px;
  min-width: 240px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1027px) {
  .projects-row {
    flex-direction: column;
    gap: 1.5em;
    align-items: stretch;
  }
}
.projects-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5em;
  justify-content: center;
}
.projects-grid > article.project-card.featured.devis-form-card,
.projects-grid > article.project-card {
  flex: 1 1 380px;
  max-width: 480px;
  min-width: 320px;
}
@media (max-width: 900px) {
  .projects-grid {
    flex-direction: column;
    gap: 1.5em;
    align-items: stretch;
  }
  .projects-grid > article.project-card {
    max-width: 100%;
    min-width: 0;
  }
}
/* Champs du formulaire devis premium */
.devis-form-card .form-group {
  margin-bottom: 1.5em;
  display: flex;
  flex-direction: column;
}
.devis-form-card label {
  font-weight: 700;
  color: #7a5a2e;
  font-size: 1.13em;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.devis-form-card .detail-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: linear-gradient(135deg, #bfa76f 0%, #a48c5f 100%);
  color: #fff8ee;
  font-size: 1.15em;
  margin-right: 0.2em;
  box-shadow: 0 1px 4px 0 #bfa76f44;
}
.devis-form-card .form-input {
  border-radius: 1.5em;
  border: 1.5px solid #e2d3b2;
  background: linear-gradient(135deg, #fffdf7 0%, #f7ecd2 100%);
  box-shadow: 0 2px 12px 0 rgba(191,167,111,0.07);
  padding: 0.9em 1.3em;
  font-size: 1.13em;
  color: #6a4c1b;
  transition: border-color 0.2s, box-shadow 0.2s;
  margin-top: 0.1em;
}
.devis-form-card .form-input:focus {
  border-color: #bfa76f;
  box-shadow: 0 0 0 3px #bfa76f44;
  outline: none;
}
.devis-form-card textarea.form-input {
  min-height: 120px;
  resize: vertical;
}
.devis-form-card .btn-primary {
  background: linear-gradient(90deg, #bfa76f 0%, #a48c5f 100%);
  color: #fff8ee;
  border-radius: 2em;
  font-weight: 700;
  font-size: 1.13em;
  box-shadow: 0 2px 8px 0 rgba(191,167,111,0.12);
  border: none;
  padding: 0.8em 2.2em;
  margin-top: 1em;
  transition: box-shadow 0.2s, background 0.2s, transform 0.2s;
}
.devis-form-card .btn-primary:hover {
  background: linear-gradient(90deg, #a48c5f 0%, #bfa76f 100%);
  box-shadow: 0 4px 16px 0 rgba(191,167,111,0.18);
  transform: scale(1.04);
}
.devis-form-card .form-input {
  border-radius: 2em;
  border: 1.5px solid #bfa76f;
  background: linear-gradient(135deg, #fff8ee 0%, #f7ecd2 100%);
  box-shadow: 0 2px 12px 0 rgba(191,167,111,0.08);
  padding: 0.9em 1.3em;
  font-size: 1.08em;
  color: #6a4c1b;
  transition: border-color 0.2s, box-shadow 0.2s;
}
/* Style premium pour le select du délai dans le formulaire devis */
.devis-form-card select.form-input, .devis-form-card select {
  border-radius: 2em;
  border: 1.5px solid #bfa76f;
  background: linear-gradient(135deg, #fff8ee 0%, #f7ecd2 100%);
  box-shadow: 0 2px 12px 0 rgba(191,167,111,0.08);
  padding: 0.9em 1.3em;
  font-size: 1.08em;
  color: #6a4c1b;
  transition: border-color 0.2s, box-shadow 0.2s;
  appearance: none;
}
.devis-form-card select.form-input:focus, .devis-form-card select:focus {
  border-color: #a48c5f;
  box-shadow: 0 0 0 3px #bfa76f44;
  outline: none;
}
.devis-form-card .form-input:focus {
  border-color: #a48c5f;
  box-shadow: 0 0 0 3px #bfa76f44;
  outline: none;
}
.devis-form-card label {
  font-weight: 600;
  color: #7a5a2e;
  font-size: 1.05em;
  margin-bottom: 0.3em;
  display: flex;
  align-items: center;
}
.devis-form-card .detail-icon {
  font-size: 1.25em;
  margin-right: 0.4em;
  color: #bfa76f;
  filter: drop-shadow(0 1px 2px #a48c5f44);
}
.devis-form-card textarea.form-input {
  min-height: 120px;
  resize: vertical;
}
.devis-form-card .btn-primary {
  background: linear-gradient(90deg, #bfa76f 0%, #a48c5f 100%);
  color: #fff8ee;
  border-radius: 2em;
  font-weight: 700;
  font-size: 1.08em;
  box-shadow: 0 2px 8px 0 rgba(191,167,111,0.12);
  border: none;
  padding: 0.8em 2.2em;
  margin-top: 1em;
  transition: box-shadow 0.2s, background 0.2s;
}
.devis-form-card .btn-primary:hover {
  background: linear-gradient(90deg, #a48c5f 0%, #bfa76f 100%);
  box-shadow: 0 4px 16px 0 rgba(191,167,111,0.18);
}
/* --- Squirrel Style Button for CTA --- */
.cta-section .cta-btn {
  background: linear-gradient(90deg, #bfa76f 0%, #a48c5f 60%, #fff8ee 100%) !important;
  color: #3a2a18 !important;
  font-family: 'Montserrat', 'Comic Sans MS', cursive;
  font-size: 1.18rem !important;
  font-weight: 800 !important;
  border-radius: 999px !important;
  padding: 0.85em 2.2em !important;
  box-shadow: 0 4px 18px 0 rgba(191, 167, 111, 0.22), 0 1.5px 0 #a48c5f inset !important;
  border: 2.5px solid #bfa76f !important;
  letter-spacing: 0.5px;
  transition: box-shadow 0.18s, background 0.18s, transform 0.18s;
  position: relative;
  overflow: hidden;
}
.cta-section .cta-btn:hover {
  background: linear-gradient(90deg, #a48c5f 0%, #bfa76f 100%) !important;
  color: #fff8ee !important;
  box-shadow: 0 8px 32px 0 rgba(191, 167, 111, 0.32);
  transform: scale(1.06) rotate(-2deg);
}
.cta-section .cta-btn::after {
  content: '🐾';
  position: absolute;
  right: 1.2em;
  bottom: 0.5em;
  font-size: 1.3em;
  opacity: 0.18;
  pointer-events: none;
  transition: opacity 0.18s;
}
.cta-section .cta-btn:hover::after {
  opacity: 0.33;
}
/* --- OVERRIDE: Darker Text for CTA Section --- */
.cta-section .cta-title,
.cta-section .cta-description,
.cta-section .cta-btn {
  color: #3a2a18 !important;
}
/* --- OVERRIDE: Darker Text for Project Cards --- */
.projects-section .project-card,
.projects-section .project-title,
.projects-section .pricing-title,
.projects-section .pricing-range,
.projects-section .pricing-desc,
.projects-section .feature-checkbox span,
.projects-section .pricing-note {
  color: #2a1a0f !important;
}
/* --- OVERRIDE: Premium Gradient Box for CTA & Projects --- */
.cta-section .cta-content {
  background: linear-gradient(135deg, #bfa76f 0%, #a48c5f 60%, #fff8ee 100%) !important;
  border-radius: 22px !important;
  box-shadow: 0 6px 32px 0 rgba(191, 167, 111, 0.18), 0 1.5px 0 #a48c5f inset !important;
  padding: 2.5em 2em 2em 2em !important;
  margin: 2em auto 2.5em auto !important;
  max-width: 600px !important;
  text-align: center !important;
  border: 1.5px solid #bfa76f !important;
}

.projects-section .project-card {
  background: linear-gradient(135deg, #bfa76f 0%, #a48c5f 60%, #fff8ee 100%) !important;
  border-radius: 18px !important;
  box-shadow: 0 4px 24px 0 rgba(191, 167, 111, 0.13), 0 1px 0 #a48c5f inset !important;
  border: 1.2px solid #bfa76f !important;
  padding: 2em 1.5em 1.5em 1.5em !important;
  margin-bottom: 2em !important;
}
/* Slogan écureuil en tête */
.main-squirrel-slogan {
  text-align: center;
  font-size: 2.1rem;
  font-weight: 800;
  margin: 0.5em auto 1.2em auto;
  background: linear-gradient(135deg, #bfa76f 0%, #a48c5f 60%, #fff8ee 100%);
    -webkit-background-clip: text;
    background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.5px;
}



body {
  min-height: 100vh;
  background: linear-gradient(135deg, #231810 0%, #2d1810 60%, #ab864b 100%);
  color: #f5e6c8;
  font-family: 'Montserrat', 'Cormorant Garamond', serif;
  margin: 0;
  padding: 0;
}

/* HERO SECTION - Dégradé central doré/noisette */
.hero-section {
  background: radial-gradient(circle at 60% 40%, #3a2a1b 0%, #6e3c1b 60%, #1a1816 100%);
  box-shadow: 0 8px 32px #bfa76f33;
  border-radius: 2em;
  padding: 3.5rem 2rem 2.5rem 2rem;
  margin-bottom: 2.5rem;
}

/* HERO SECTION BOX */
.hero-section-box {
  background: linear-gradient(135deg, #bfa76f 0%, #a48c5f 60%, #fff8ee 100%);
  border-radius: 2em;
  box-shadow: 0 0 32px 8px #bfa76f55, 0 8px 32px #bfa76f33;
  padding: 3.5rem 2rem 2.5rem 2rem;
  margin-bottom: 2.5rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  border: 1.5px solid #fff8ee99;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(2px);
  color: #6e573a;
}


/* TITRES HERO */
.hero-title {
  font-family: 'Montserrat', 'Cormorant Garamond', serif;
  font-size: 2.8rem;
  min-height: unset;
  color: #f5e6c8;
  margin: 0;
  padding: 0;
  text-shadow: 0 2px 16px #bfa76f55, 0 1px 0 #fff8ee22;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 1.2rem 0 0.7rem 0;
  max-width: 420px;
  margin: 0 auto;
  width: 100%;
}
.hero-title .squirrel-icon {
  color: #bfa76f;
  filter: drop-shadow(0 2px 12px #bfa76f88);
}
.hero-subtitle {
  font-size: 1.25rem;
  color: #5a441c;
  margin-bottom: 2.2rem;
  font-weight: 500;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 420px;
  width: 100%;
}

/* STATS HERO */
.hero-stats {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 18px;
  margin-bottom: 0;
  width: 100%;
}
.stat-item {
  color: #ffd36b;
  margin: 0 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  min-width: 0;
  max-width: none;
  margin-bottom: 0.2em;
  padding: 0;
  backdrop-filter: none;
}
.stat-number {
  font-size: 1.5em;
  font-weight: 800;
  color: #6e561d;
  margin-bottom: 0.2em;
  display: block;
  text-align: center;
  margin: 0 auto 0.2em auto;
  text-shadow: 0 2px 12px #bfa76f55;
  background: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  min-width: 0;
  max-width: none;
  backdrop-filter: none;
  letter-spacing: 0.5px;
}
 .stat-label {
   font-size: 1.08em;
   color: #3a2a1b;
   opacity: 0.92;
   background: none;
   box-shadow: none;
   border: none;
   border-radius: 0;
   min-width: 0;
   max-width: none;
   margin-bottom: 0.2em;
   display: block;
   text-align: center;
   margin: 0 auto 0.2em auto;
   backdrop-filter: none;
   font-weight: 700;
 
  font-weight: 600;
}
@media (max-width: 700px) {
  .hero-stats {
    flex-direction: column;
    gap: 1.2rem;
  }
}

/* SECTION HEADER */
.section-header {
  background: rgba(44, 32, 22, 0.85);
  text-align: center;
  margin: 0 auto 2.2rem auto;
  box-shadow: 0 4px 24px #bfa76f33, 0 1px 0 #bfa76f44 inset;
  border: 1.5px solid #bfa76f;
  border-radius: 1.2em;
  max-width: 420px;
  width: 100%;
  display: block;
  backdrop-filter: blur(2px);
}
.section-title {
  font-size: 1.7rem;
  font-weight: 800;
  color: #ffd36b;
  margin-bottom: 0.7rem;
  text-shadow: 0 2px 12px #bfa76f55;
}
.section-description {
  font-size: 1.12rem;
  color: #a48c5f;
  opacity: 0.92;
}

/* CTA SECTION - Premium écureuil foncé */
.cta-section {
  background: none;
  padding: 2.5rem 0 2.5rem 0;
  text-align: center;
}
.cta-title {
  font-size: 1.3rem;
  font-weight: 800;
  color: #fd8e34;
  margin-bottom: 0.9rem;
  text-shadow: 0 2px 12px #bfa76f55;
}
.cta-description {
  font-size: 1.08em;
  color: #a48c5f;
  margin-bottom: 1.7rem;
}
.cta-actions {
  display: flex;
  justify-content: center;
  gap: 1.7rem;
  flex-wrap: wrap;
}
.btn.btn-secondary.btn-large {
  background: linear-gradient(90deg,#bfa76f 0%,#6e573a 100%);
  color:#fff8ee;
  border:none;
  box-shadow:0 2px 12px #bfa76f44;
  font-weight:700;
  font-size: 1.08em;
  border-radius: 0.9em;
  padding: 0.8em 1.7em;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
}
.btn.btn-secondary.btn-large:hover {
  background: linear-gradient(90deg,#6e573a 0%,#bfa76f 100%);
  color: #fff8ee;
}

/* CONTAINER */
.container {
  max-width: 1100px;
  margin: 0 auto 1.2em auto;
  padding: 0 1.5rem;
  min-width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  backdrop-filter: blur(2px);
}

/* SQUIRREL ICONS */
.squirrel-icon {
  font-size: 1.3em;
  vertical-align: middle;
  margin: 0 0.2em;
  color: #bfa76f;
  filter: drop-shadow(0 2px 12px #bfa76f88);
}
/* BOUTONS PREMIUM */
.btn-primary {
  background: linear-gradient(90deg,#bfa76f 0%,#8c744e 100%);
  color:#fff8ee;
  border:none;
  box-shadow:0 2px 12px #bfa76f44;
  font-weight:700;
  font-size: 1.08em;
  border-radius: 0.9em;
  padding: 0.8em 1.7em;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
}
.btn-primary:hover {
  background: linear-gradient(90deg,#6e573a 0%,#bfa76f 100%);
  color: #fff8ee;
}
.btn-secondary {
  background: linear-gradient(90deg,#bfa76f 0%,#6e573a 100%);
  color:#fff8ee;
  border:none;
  box-shadow:0 2px 12px #bfa76f44;
  font-weight:700;
  font-size: 1.08em;
  border-radius: 0.9em;
  padding: 0.8em 1.7em;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
}
.btn-secondary:hover {
  background: linear-gradient(90deg,#6e573a 0%,#bfa76f 100%);
  color: #fff8ee;
}

/* Styles pour les deux box côte à côte sous la section des tarifs */
.ligne-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 3em;
  margin: 3em 0 2em 0;
  flex-wrap: nowrap;
  width: 100%;
}
.ligne-box > .project-card,
.ligne-box > .box-propre {
  flex: 1 1 420px;
  max-width: 520px;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .ligne-box {
    flex-direction: column;
    gap: 2em;
    align-items: center;
    flex-wrap: wrap;
  }
  .ligne-box > .project-card,
  .ligne-box > .box-propre {
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }
}

/* Harmonisation du design des deux box côte à côte */
.ligne-box > .project-card,
.ligne-box > .box-propre {
  background: linear-gradient(120deg,#f5e7c6 0%,#e2d3b2 100%);
  border-radius: 1.2em;
  box-shadow: 0 2px 16px #e2d3b244;
  border: 1.2px solid #bfa76f;
  padding: 2em 2em 1.5em 2em;
  min-width: 320px;
  max-width: 520px;
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #3a2c16;
}
.ligne-box > .project-card p,
.ligne-box > .box-propre p {
  color: #5a4222;
  font-size: 1.08em;
}
.ligne-box > .project-card .cta-actions,
.ligne-box > .box-propre .cta-actions {
  display: flex;
  gap: 1.5em;
  margin-top: 1.5em;
  flex-wrap: wrap;
}
.ligne-box > .project-card .btn,
.ligne-box > .box-propre .btn {
  background: #e2d3b2;
  color: #3a2c16;
  font-weight: 700;
  border-radius: 0.7em;
  padding: 0.7em 1.5em;
  font-size: 1.08em;
  border: none;
  box-shadow: 0 2px 8px #e2d3b244;
  cursor: pointer;
  transition: background 0.2s;
  text-decoration: none;
  display: inline-block;
}
.ligne-box > .project-card .btn:hover,
.ligne-box > .box-propre .btn:hover {
  background: #f7dca0;
  color: #7a5c2b;
}
.project-header {
  border-radius: 1.2em 1.2em 0 0;
  padding: 1.2em 1em 0.7em 1em;
  max-width: 1170px;
  margin: 0 auto;
}
.project-title {
  font-size: 1.3em;
  font-weight: 900;
  letter-spacing: 0.01em;
  color: #7a5c2b;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.project-header-icon {
  font-size: 1.7em;
}
.project-header-desc {
  margin-top: 0.7em;
  font-size: 1em;
  color: #3a2c16;
  font-weight: 500;
}
.pricing-info-bar {
  margin: 1.2em 0 1em 0;
  padding: 0.7em 1em;
  background: #f7f3e7;
  border-radius: 0.7em;
  box-shadow: 0 2px 8px #e2d3b244;
  display: flex;
  align-items: center;
  gap: 0.7em;
  font-size: 1em;
  color: #7a5c2b;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.pricing-info-icon {
  font-size: 1.2em;
}
.pricing-details {
  display: flex;
  gap: 2em;
  margin-bottom: 1em;
}
.pricing-includes li,
.pricing-excludes li {
  margin-bottom: 0.8em;
  line-height: 1.5;
}
.pricing-includes {
  padding-right: 0.5em;
}
.pricing-excludes {
  padding-left: 0.5em;
}
.pricing-extra {
  margin-bottom: 0.7em;
  margin-top: 0.2em;
  line-height: 1.5;
}
.pricing-details-table {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.pricing-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.08em;
  margin-bottom: 1em;
  border-radius: 1em;
  overflow: hidden;
  box-shadow: 0 2px 8px #e2d3b244;
  border: 1.5px solid #8c744e;
  background: linear-gradient(120deg,#f5e7c6 0%,#e2d3b2 100%);
}
.pricing-table th {
  background: #e2d3b2;
  color: #3a2c16;
  font-weight: 800;
  padding: 0.7em 0.5em;
  border: 1px solid #bfa76f;
  border-bottom: 2px solid #bfa76f;
  text-align: center;
}
.pricing-table td {
  background: #fff7e2;
  color: #2a1a09;
  font-weight: 600;
  padding: 0.7em 0.5em;
  border: 1px solid #e2d3b2;
  vertical-align: top;
}
.pricing-table tr td:first-child {
  border-right: 2px solid #bfa76f;
}
