body {
  margin: 0;
  font-family: "Georgia", serif;
  background: linear-gradient(
    180deg,
    #fbf9f4 0%,
    #f5f1e6 100%
  );
  color: #664600;
}

.modern-header {
  text-align:center;
  background:
    radial-gradient(circle at center,
      #fff8eb 0%,
      #f2e6cc 60%,
      #e6d5aa 100%);
  border-bottom: 1px solid rgba(191,161,74,0.45);
  box-shadow: inset 0 -1px 0 rgba(255,255,255,0.6);
  display:flex;
  flex-direction:column;
  align-items:center;
  padding: 1.2rem 1rem 0.8rem;
  min-height: auto;
}

.header-title {
  font-family:"Cinzel", serif;
  font-size: 1.8rem;
  margin: 0;
  letter-spacing: 0.08em;
  background:linear-gradient(90deg,#9c7533,#e5d1a3,#9c7533); -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  display:block; 
}

.header-wing{display:block;margin:0 auto;}

.header-sous-titre {
  margin-top: 0.2rem;
  font-family:"Marcellus", serif;
  font-size:1.05em;
  color:#b78a45;
  opacity:0.75;
}

.modern-header .header-wing {
  width: 60px;
  margin-bottom: 0.3rem;
}

.footer-angelic {
  background:
    radial-gradient(circle at center,
      #b08a3c 0%,
      #8f6b2d 55%,
      #6f5322 100%);
  color: #f5e6c6;
  padding: 50px 20px;
  margin-top: 60px;
  text-align: center;
  position: relative;
  box-shadow:
  inset 0 1px 0 rgba(255,240,200,0.25),
  inset 0 -30px 60px rgba(0,0,0,0.25);
}

.footer-inner {
  max-width: 900px;
  margin: auto;
}

.footer-quote {
  color: #ffe9b8;
}

.footer-nav a {
  color: #f3ddb1;
}

.footer-nav a:hover {
  color: #fff0c8;
  text-shadow: 0 0 6px rgba(255,220,150,0.6);
}

.footer-copy {
  color: #e8d2a3;
}


/* Ligne décorative */
.footer-divider {
  background: linear-gradient(
    90deg,
    transparent,
    #ffe3a1,
    transparent
  );
}

/* Logo */
.footer-logo img {
  width: 130px;
  filter: drop-shadow(0 0 8px rgba(214,177,105,0.45));
  transition: transform 0.3s ease;
}

.footer-logo img:hover {
  transform: scale(1.06);
}

/* Liens */
.footer-nav {
  margin: 30px 0;
  display: flex;
  justify-content: center;
  gap: 26px;
  flex-wrap: wrap;
}

/* Responsive */
@media (max-width: 600px){
  .footer-nav {
    flex-direction: column;
    gap: 12px;
  }

  .footer-logo img {
    width: 110px;
  }

  .footer-quote {
    font-size: 1.1em;
  }
}

/* ===== Header avec anges ===== */

.header-angel-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  width: 100%;
}

.header-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-angel {
  width: 120px;
  max-width: 25vw;
  height: auto;
  opacity: 0.95;
  filter:
    drop-shadow(0 0 10px rgba(214,177,105,0.45))
    drop-shadow(0 0 26px rgba(214,177,105,0.25));
}

/* Ange de droite : miroir */
.header-angel.angel-right {
  transform: scaleX(-1);
}

/* Responsive tablette */
@media (max-width: 900px) {
  .header-angel {
    width: 70px;
  }
}

/* Mobile : on épure */
@media (max-width: 520px) {
  .header-angel {
    display: none;
  }
}

.tunnel-wrapper {
    max-width: 1100px;
    margin: auto;
    padding: 60px 20px;
}

.hero {
    text-align: center;
    margin-bottom: 60px;
}

.tunnel-title {
    font-size: 2.8em;
    color: #bfa14a;
}

.tunnel-title span {
    color: #7a6325;
}

.hero-subtitle {
    font-size: 1.2em;
    margin: 20px auto 40px;
    max-width: 720px;
}

.benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.benefit {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.benefit h3 {
    color: #bfa14a;
}

.trust {
    text-align: center;
    font-style: italic;
    margin-bottom: 40px;
}

.form-card {
    max-width: 520px;
    margin: auto;
    background: #fff;
    padding: 40px;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0,0,0,.1);
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 1em;
}

.form-group small {
    font-size: .85em;
    color: #777;
}

.form-submit {
    text-align: center;
    margin-top: 30px;
}

.error-box {
    background: #f8d7da;
    color: #721c24;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 25px;
    text-align: center;
}

.checkbox-group {
    font-size: .95em;
    line-height: 1.4;
}

.checkbox-group input {
    margin-right: 8px;
}

.rgpd-note {
    font-size: .8em;
    color: #666;
    text-align: center;
    margin-top: 20px;
}

.card {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.anges-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.ange-card {
    background: #fff;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,.1);
    text-align: center;
}

.ange-card h3 {
    color: #bfa14a;
}

.ange-card a {
    display: inline-block;
    margin-top: 15px;
    color: #7a6325;
    text-decoration: underline;
}

 .ange-nom-or {
    font-size: 2.8em;
    font-weight: 800;
    text-align: center;
    margin: 0.3em 0;

    color: #d4af37; /* or classique

    /* liseré foncé + profondeur */
     text-shadow:
        -1px -1px 0 #7a5a00,
         1px -1px 0 #7a5a00,
        -1px  1px 0 #7a5a00,
         1px  1px 0 #7a5a00,
         0  3px 6px rgba(0,0,0,0.35);
}

.ange-nom-or-fonce {
    font-size: 3em;
    font-weight: 900;
    text-align: center;
    margin: 0.3em 0;

    background: linear-gradient(
        to bottom,
        #fff3b0 0%,
        #f5d76e 30%,
        #d4af37 60%,
        #b8962e 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    text-shadow:
        -1px -1px 0 #6a4b00,
         1px -1px 0 #6a4b00,
        -1px  1px 0 #6a4b00,
         1px  1px 0 #6a4b00,
         0  4px 8px rgba(0,0,0,0.4);
}

.or-fonce {
	color: #6a4b00;
	
}
	
.ad-zone {
    text-align: center;
    padding: 30px;
    background: #f1efe9;
    margin-bottom: 50px;
    border-radius: 12px;
}

.cta-book {
    text-align: center;
}

.explore {
    text-align: center;
    margin-top: 40px;
}

/* ===== BLOC ASTRO PREMIUM ===== */

.astro-info {
    background: linear-gradient(180deg, #fffdf8, #f6f1e6);
    padding: 26px;
    border-radius: 16px;
    margin-bottom: 40px;
    box-shadow:
        0 8px 25px rgba(0,0,0,0.12),
        inset 0 0 0 1px rgba(212,175,55,0.35);
    border: 1px solid rgba(212,175,55,0.45);
}

/* Titre premium */
.astro-info h2 {
    font-size: 1.7em;
    margin-bottom: 22px;
    text-align: center;
    color: #3b2f1b;
    position: relative;
}

.astro-info h2::after {
    content: "✦ ✦ ✦";
    display: block;
    margin-top: 8px;
    font-size: 0.7em;
    color: #d4af37;
    letter-spacing: 6px;
}

/* Lignes */
.astro-line {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 30px;
    margin-bottom: 14px;
    padding-bottom: 8px;
    border-bottom: 1px dashed rgba(212,175,55,0.25);
}

.astro-line:last-child {
    border-bottom: none;
}

/* Texte */
.astro-line span {
    font-size: 1.02em;
    color: #2f2a22;
}

/* DORÉ PREMIUM */
.astro-line span.gold {
    color: #d4af37;
    font-weight: 600;
    text-shadow: 0 0 6px rgba(212,175,55,0.35);
}

/* Valeur clé majeure */
.gold.big {
    font-size: 1.2em;
    letter-spacing: 0.5px;
}

/* Mobile */
@media (max-width: 600px) {
    .astro-line span {
        width: 100%;
    }
}

.result-summary {
    text-align: center;
}

.result-summary p {
    font-size: 1.02em;
    color: #2f2a22;
}

.result-summary span.gold {
    color: #d4af37;
    font-weight: 600;
    text-shadow: 0 0 6px rgba(212,175,55,0.35);
}

/* Boutons principaux du tunnel */
.cta-primary,
.cta-modifier,
.cta-secondary a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 36px;
    border-radius: 40px;
    font-size: 1.05em;
    font-weight: 600;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    cursor: pointer;
}

/* Bouton principal */
.cta-primary {
    background: linear-gradient(135deg, #c9a44a, #a8842b);
    color: #fff;
    border: 1px solid #bfa14a;
}

.cta-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,.2);
    background: linear-gradient(135deg, #d1b053, #b69333);
}

/* Bouton modifier (secondaire) */
.cta-modifier {
    background: linear-gradient(135deg, #f9f6ef, #e6dca3);
    color: #7a6325;
    border: 1px solid #c9a44a;
}

.cta-modifier:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 18px rgba(0,0,0,.15);
    background: linear-gradient(135deg, #f0e7c5, #d4b76d);
}

/* Optionnel : bouton secondaire style lien */
.cta-secondary {
	display: flex;
    justify-content: center;
}

.cta-secondary a {
    background: linear-gradient(135deg, #ece5d5, #d9c27f);
    color: #7a6325;
    border: 1px solid #c9a44a;
	display: flex;
    justify-content: center;
}

.cta-secondary a:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(0,0,0,.12);
    background: linear-gradient(135deg, #e6dca3, #c9b165);
}

/* Flèche icône intégrée pour modifier */
.cta-modifier span {
    display: inline-block;
    margin-right: 8px;
    font-weight: bold;
    transition: transform .2s ease;
}

.cta-modifier:hover span {
    transform: translateX(-2px);
}

	/* ===== LEFT MENU ===== */
.left-menu {
  width: 280px;
  max-width: 80vw;
  background: radial-gradient(circle at top left,
      #b08a3c 0%,
      #8f6b2d 55%,
      #6f5322 100%);
  color: #f5e6c6;
  font-family: "Georgia", serif;
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  z-index: 1000;
  transition: transform 0.3s ease;
  box-shadow: 4px 0 25px rgba(0,0,0,0.25);
}

/* Menu fermé */
.left-menu.closed {
  transform: translateX(-100%);
}

/* Logo */
.side-menu-logo {
  text-align: center;
  margin-bottom: 25px;
}

.side-menu-logo img {
  width: 160px;
  max-width: 70%;
  filter: drop-shadow(0 0 8px rgba(255,220,150,0.5));
  transition: transform 0.3s ease;
}

.side-menu-logo img:hover {
  transform: scale(1.06);
}

/* Dividers */
.side-menu-divider {
  height: 2px;
  background: linear-gradient(90deg, transparent, #ffe3a1, transparent);
  margin: 20px 0;
  border: none;
}

/* Sections titles */
.left-menu h2,
.left-menu h3 {
  color: #ffe3a1;
  margin: 15px 0 10px;
  font-weight: 600;
  font-family: "Cinzel", serif;
}

/* Menu links */
.left-menu a {
  display: block;
  padding: 8px 12px;
  color: #f5e6c6;
  text-decoration: none;
  font-size: 0.95em;
  border-radius: 6px;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.left-menu a:hover {
  background: rgba(255, 235, 160, 0.15);
  color: #fff7d9;
  box-shadow: 0 0 6px rgba(255,220,150,0.45);
}

/* Indentation optional for sub-links */
.left-menu h3 + a,
.left-menu h2 + a {
  padding-left: 18px;
}

/* Scrollbar custom (optional, subtle gold) */
.left-menu::-webkit-scrollbar {
  width: 6px;
}

.left-menu::-webkit-scrollbar-thumb {
  background: rgba(255,220,150,0.4);
  border-radius: 3px;
}

.left-menu::-webkit-scrollbar-track {
  background: transparent;
}

/* Responsive mobile: menu plus léger */
@media (max-width: 768px) {
  .left-menu {
    width: 240px;
  }

  .side-menu-logo img {
    width: 140px;
  }

  .left-menu a {
    font-size: 0.9em;
  }
}

/* --- Bouton doré d’ouverture du menu --- */

.left-menu-toggle-gold {
  position: fixed;
  top: 40px;
  left: 20px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #fff4d0 0%, #f0c974 45%, #d6a94f 85%);
  border: 2px solid rgba(255, 240, 190, 0.65);
  color: #5c3d00;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10001;
  box-shadow:
      0 0 12px rgba(255, 220, 150, 0.7),
      0 0 22px rgba(255, 210, 120, 0.55),
      inset 0 0 10px rgba(255, 255, 255, 0.35),
      inset 0 0 18px rgba(255, 220, 150, 0.25);
  transition: left 0.35s ease, transform 0.25s ease, box-shadow 0.35s ease;
}

.left-menu-toggle-gold:hover {
  transform: scale(1.07);
  box-shadow: 0 0 16px rgba(214,177,105,0.7),
              inset 0 0 10px rgba(255,255,255,0.45);
}
#left-menu-toggle {
  z-index: 1000000 !important;
  transition: left 0.35s ease;
}
#left-menu-toggle.open {
  left: 260px;
}

@media (max-width: 900px) {
  #left-menu-toggle {
    position: fixed;
    top: 10px;
    left: 10px;
  }
}
/* ===== Sous-menus repliables ===== */

.left-menu h3 {
  cursor: pointer;
  position: relative;
  padding-right: 22px;
}

/* Icône flèche */
.left-menu h3::after {
  content: "▸";
  position: absolute;
  right: 0;
  top: 0;
  color: #ffe3a1;
  font-size: 1em;
  transition: transform 0.25s ease;
}

/* Section ouverte */
.left-menu h3.open::after {
  transform: rotate(90deg);
}

/* Conteneur des liens d’une section */
.submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  margin-bottom: 6px;
}

/* Liens à l’intérieur d’un sous-menu */
.submenu a {
  padding-left: 28px;
  font-size: 0.92em;
}

/* Section ouverte */
.submenu.open {
  max-height: 2000px; /* suffisant pour sections longues */
}

/* ===============================
   SCROLL-UP BUTTON — STYLE DORÉ
================================*/
#scroll-up-btn {
  position: fixed;
  bottom: 60px;
  right: 28px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9999;

  /* Style doré identique au bouton menu */
  background: radial-gradient(circle at 30% 30%, #fff4d0 0%, #f0c974 45%, #d6a94f 85%);
  border: 2px solid rgba(255, 240, 190, 0.65);
  color: #5c3d00;

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow:
      0 0 12px rgba(255, 220, 150, 0.7),
      0 0 22px rgba(255, 210, 120, 0.55),
      inset 0 0 10px rgba(255,255,255,0.35),
      inset 0 0 18px rgba(255,220,150,0.25);

  opacity: 0;
  pointer-events: none;
  transition: opacity .35s ease, transform .35s ease, box-shadow .35s ease;
}

/* Icône flèche */
#scroll-up-btn::before {
  content: "▲";
  font-size: 24px;
  font-weight: bold;
  color: #5c3d00;
  margin-top: -3px;
}

/* Visible */
#scroll-up-btn.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* Hover */
#scroll-up-btn:hover {
  transform: scale(1.08);
  box-shadow:
      0 0 16px rgba(214,177,105,0.8),
      inset 0 0 12px rgba(255,255,255,0.45);
}

/* ================================
   Responsive – Mobiles (max 600px)
   ================================ */
@media (max-width: 600px) {

    .site-header {
        padding: 20px 0;
    }

    .brand {
        font-size: 28px;  /* Titre bien lisible sans être trop large */
    }

    .tagline {
        font-size: 14px;  /* sous-titre adapté mobile */
        margin-top: 6px;
    }
	
	#left-side-menu {
        width: 200px;
    }
	
	#left-menu-toggle.open {
        left: 200px; /* au lieu de 260px – ne dépasse plus */
    }
	
	/* ----- Bouton MENU ----- */
    #left-menu-toggle {
        width: 42px !important;
        height: 42px !important;
        font-size: 22px !important;
        top: 12px !important;
        left: 10px !important;
        border-width: 1px !important;
    }

    #left-menu-toggle.open {
        left: 180px !important; /* réduit pour éviter débordement */
    }

    /* ----- Bouton SCROLL-UP ----- */
    #scroll-up-btn {
        width: 44px !important;
        height: 44px !important;
        bottom: 65px !important;
        right: 16px !important;
        border-width: 1px !important;
    }

    #scroll-up-btn::before {
        font-size: 30px !important;
    }

}


/* ================================
   Responsive – Très petits écrans (max 420px)
   ================================ */
@media (max-width: 420px) {

    .brand {
        font-size: 24px; /* titre compact mais agréable */
    }

    .tagline {
        font-size: 13px;
    }
	
	#left-side-menu {
        width: 170px;
    }
	
	#left-menu-toggle {
        width: 42px !important;
        height: 42px !important;
        font-size: 22px !important;
        top: 12px !important;
        left: 10px !important;
    }

    #left-menu-toggle.open {
        left: 160px !important;
    }

    #scroll-up-btn {
        width: 40px !important;
        height: 40px !important;
        right: 20px !important;
        bottom: 65px !important;
    }

    #scroll-up-btn::before {
        font-size: 16px !important;
    }
}

/* ==============================
   BOUTON ANGE – ACTION RAPIDE
   ============================== */

.angel-action-btn {
    position: fixed;
    top: 24px;
    right: 24px;
    z-index: 1200;

    display: flex;
    align-items: center;
    gap: 10px;

    padding: 10px 16px;

    background: linear-gradient(135deg, #d6b15e, #b08a2e);
    color: #2a1a00;

    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;

    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.angel-action-btn img {
	width: 35px;
    height: 35px;
    filter: brightness(1.7) contrast(1.5) drop-shadow(0 0 3px rgba(0,0,0,0.35));
}

.angel-action-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.35);
    background: linear-gradient(135deg, #e2c77a, #c89c3a);
}

    /* ========== Responsive ========== */
    @media (max-width: 768px) {
       .angel-action-btn {
		width: 48px;
		height: 48px;
		top: 10px;
		right: 10px;

		padding: 0;
		gap: 0;

		justify-content: center;
		align-items: center;
	  }

	  .angel-action-btn img {
		width: 32px;
		height: 32px;
		display: block;
	  }
    }

.info-zone {
    display: flex;
    align-items: center;
    gap: 10px;

    background: linear-gradient(
        135deg,
        rgba(255,215,0,0.08),
        rgba(255,215,0,0.02)
    );

    border-left: 3px solid rgba(200,170,80,0.8);
    padding: 10px 14px;
    margin: 20px 0 30px;

    border-radius: 8px;
    font-size: 0.9em;
    color: #555;
}

.info-zone p {
    margin: 0;
    line-height: 1.4;
}

.info-zone .info-icon {
    font-size: 1.2em;
    opacity: 0.85;
}

.info-zone .info-icon img {
	width: 32px;
	height: 32px;
}

.note {
    margin-top: 0;
    line-height: 1.4;
    font-size: 0.9em;
    color: #555;
}

.note a {
    color: #555;
    text-decoration: none;
    border-bottom: 1px dotted rgba(180,150,70,0.6);
    transition: 
        color 0.25s ease,
        border-color 0.25s ease,
        text-shadow 0.25s ease;
}

.note a:hover {
    color: #c9a24d; /* or doux */
    border-bottom-color: rgba(201,162,77,0.9);
    text-shadow: 0 0 4px rgba(201,162,77,0.5);
}

.premium-expired {
    max-width: 520px;
    margin: 80px auto;
    text-align: center;
    background: linear-gradient(145deg, #fffdf7, #f4f1e6);
    border: 1px solid rgba(191, 160, 90, 0.4);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.premium-expired h1 {
    color: #bfa05a;
    font-size: 1.8em;
    margin-bottom: 20px;
}

.expired-message {
    font-size: 1.05em;
    color: #444;
    margin-bottom: 30px;
    line-height: 1.6;
}

.ad-slot {
  margin: 2.5rem auto;
  padding: 1rem;
  max-width: 100%;
  text-align: center;
}

.ad-slot::before {
  content: "- Annonce -";
  display: block;
  opacity: .2;
  margin-bottom: .5rem;
  font-style: italic;
  
}

.link {
	text-align: center;
	color: #bfa434;
    text-decoration: underline dotted;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 4px;
    cursor: pointer;
    transition: color 0.25s ease, text-decoration-color 0.25s ease;
}

.link a {
	
	color: #bfa434;
}

.link::after {
    content: " ↗";
    font-size: 0.8em;
    opacity: 0.6;
}

.link:hover {
    color: #a98d2f;
    text-shadow:
        0 0 6px rgba(240,217,138,0.5),
        0 0 14px rgba(240,217,138,0.35);
}

.link:hover::after {
    opacity: 1;
}

@media (max-width: 768px) {
    .link {
        font-size: 1.25em;
    }
}

/* ===== SECTION CTA LIVRE ===== */
.book-cta-wrapper {
    display: flex;
    justify-content: center;
}

/* Carte contenant l'image */
.book-cta-card {
	display: inline-block;
    max-width: 720px;
    width: 100%;
    text-align: center;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(20, 16, 10, 0.45);
    box-shadow:
        0 0 35px rgba(212, 175, 55, 0.25),
        inset 0 0 40px rgba(255, 215, 150, 0.05);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* Image */
.book-cta-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
	text-align: center;
}

/* Effet léger au survol (desktop) */
@media (hover: hover) {
    .book-cta-card:hover {
        transform: translateY(-6px) scale(1.015);
        box-shadow:
            0 0 45px rgba(255, 215, 120, 0.4),
            inset 0 0 50px rgba(255, 230, 160, 0.08);
    }
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
    .angel-book-cta {
        padding: 2rem 1rem;
    }

    .book-cta-card {
        max-width: 300px;      /* évite le "gros bloc" */
    }
}

/* ===== TRÈS PETITS ÉCRANS ===== */
@media (max-width: 420px) {
    .book-cta-card {
        max-width: 260px;
    }
}