/* Nidra landing page styles */
.nidra {
  --bg: #faf7f2;
  --fg: #2b2418;
  --card: #fff;
  --border: #e8e0d0;
  --muted: #f3ecdd;
  --mutedfg: #6b6050;
  --primary: #4a5a6b;
  --secondary: #8b9d6f;
  --accent: #eef1e6;
  --accentfg: #4a5a6b;
  --success: #5b8c5a;
  --cta: #c9822f;
  --ctafg: #1f1a12;
  --hero: linear-gradient(160deg, #3d4a5a 0%, #5a6b4a 100%);
  --ctagrad: linear-gradient(135deg, #d99a45 0%, #c9822f 100%);
  --shadow: 0 4px 24px -8px rgba(43, 36, 24, 0.15);
  --glow: 0 8px 36px -8px rgba(201, 130, 47, 0.4);
  background: var(--bg);
  color: var(--fg);
  font-family: "Inter", system-ui, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 76px;
}
.nidra *,
.nidra *::before,
.nidra *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.nidra img { max-width: 100%; height: auto; display: block; }
.nidra a { color: inherit; text-decoration: none; }
.nidra ul, .nidra ol { list-style: none; }
.nidra h1, .nidra h2 { font-family: "Playfair Display", serif; line-height: 1.2; }
.nidra h1 { font-size: clamp(2rem, 5vw, 3rem); color: #fff; }
.nidra h2 { font-size: clamp(1.6rem, 4vw, 2.3rem); }
.nidra .container { max-width: 1080px; margin: 0 auto; padding: 0 20px; }
.nidra .container-sm { max-width: 720px; margin: 0 auto; padding: 0 20px; }
.nidra section { padding: 64px 0; }
@media (min-width: 768px) { .nidra section { padding: 88px 0; } }

.nidra .hero { background: var(--hero); color: #fff; padding: 20px 0 56px; text-align: center; }
.nidra .hero-img { max-width: 440px; margin: 0 auto 8px; border-radius: 16px; overflow: hidden; box-shadow: 0 20px 50px -12px rgba(0, 0, 0, 0.5); }
.nidra .badges-row { display: flex; justify-content: center; gap: 10px; margin: 18px 0 6px; flex-wrap: wrap; }
.nidra .badge { display: inline-flex; align-items: center; gap: 6px; padding: 6px 14px; border-radius: 999px; background: rgba(255, 255, 255, 0.12); border: 1px solid rgba(255, 255, 255, 0.25); font-size: 0.78rem; font-weight: 600; }
.nidra .hero p.lead { margin-top: 16px; font-size: 1.05rem; color: rgba(255, 255, 255, 0.88); max-width: 560px; margin-left: auto; margin-right: auto; }
.nidra .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 18px 30px; border-radius: 999px; background: var(--ctagrad); color: var(--ctafg); font-weight: 800; font-size: 1.05rem; box-shadow: var(--glow); border: none; cursor: pointer; width: 100%; max-width: 420px; }
.nidra .btn:active { transform: scale(0.98); }
.nidra .hero-cta { margin-top: 26px; display: flex; justify-content: center; }

.nidra .section-head { text-align: center; margin-bottom: 40px; }
.nidra .eyebrow { display: inline-block; color: var(--primary); font-weight: 700; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 10px; }
.nidra .grid { display: grid; gap: 16px; }
.nidra .grid-3 { grid-template-columns: 1fr; }
.nidra .grid-5 { grid-template-columns: repeat(2, 1fr); }
.nidra .grid-2 { grid-template-columns: 1fr; }
@media (min-width: 640px) {
  .nidra .grid-3 { grid-template-columns: repeat(3, 1fr); }
  .nidra .grid-5 { grid-template-columns: repeat(5, 1fr); }
  .nidra .grid-2 { grid-template-columns: 1.3fr 0.7fr; }
}
.nidra .mecanismo { background: var(--card, #faf7f2); }
.nidra .mecanismo-img { border-radius: 20px; overflow: hidden; box-shadow: var(--shadow); }
.nidra .mecanismo-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nidra .card { background: var(--card); border: 1px solid var(--border); border-radius: 16px; padding: 20px; box-shadow: var(--shadow); text-align: center; }
.nidra .card .ico { font-size: 1.8rem; margin-bottom: 10px; }
.nidra .card h3 { font-size: 0.95rem; font-weight: 700; margin-bottom: 4px; }
.nidra .card p { color: var(--mutedfg); font-size: 0.82rem; }

.nidra .ingred { background: var(--muted); }
.nidra .ingred-card { background: var(--card); border: 1px solid var(--border); border-radius: 16px; padding: 22px 16px; text-align: center; box-shadow: var(--shadow); }
.nidra .ingred-card .ico { font-size: 2rem; margin-bottom: 8px; }
.nidra .ingred-card h3 { font-size: 0.95rem; margin-bottom: 6px; }
.nidra .ingred-card p { font-size: 0.8rem; color: var(--mutedfg); }

.nidra .bonus-section { background: var(--hero); color: #fff; }
.nidra .bonus-grid { display: grid; gap: 18px; }
@media (min-width: 640px) { .nidra .bonus-grid { grid-template-columns: repeat(3, 1fr); } }
.nidra .bonus-card { background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 16px; padding: 22px; backdrop-filter: blur(6px); }
.nidra .bonus-card .n { font-family: "Playfair Display", serif; font-size: 1.8rem; font-weight: 700; color: #e3c98a; }
.nidra .bonus-card h3 { margin-top: 8px; font-size: 1.05rem; }
.nidra .bonus-card p { margin-top: 6px; font-size: 0.85rem; color: rgba(255, 255, 255, 0.75); }
.nidra .bonus-card .tag { margin-top: 10px; display: inline-block; font-size: 0.65rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; padding: 4px 10px; border-radius: 999px; background: rgba(227, 201, 138, 0.18); color: #e3c98a; }

.nidra .compare { display: grid; gap: 24px; }
@media (min-width: 768px) { .nidra .compare { grid-template-columns: 1fr 1fr; } }
.nidra .compare .col { padding: 28px; border-radius: 18px; border: 1px solid var(--border); }
.nidra .compare .col.bad { background: var(--muted); }
.nidra .compare .col.bad h3 { color: var(--mutedfg); margin-bottom: 20px; }
.nidra .compare .col.bad li { color: var(--mutedfg); display: flex; gap: 10px; padding: 5px 0; font-size: 0.92rem; }
.nidra .compare .col.good { background: var(--card); border: 2px solid rgba(201, 130, 47, 0.35); box-shadow: var(--glow); }
.nidra .compare .col.good h3 { margin-bottom: 20px; }
.nidra .compare .col.good li { display: flex; gap: 10px; padding: 5px 0; font-size: 0.92rem; }
.nidra .check { color: var(--success); font-weight: 700; flex-shrink: 0; }
.nidra .x { color: #b5473a; font-weight: 700; flex-shrink: 0; }

.nidra .depos { background: var(--muted); }
.nidra .depo { background: var(--card); border: 1px solid var(--border); border-radius: 16px; padding: 20px; box-shadow: var(--shadow); }
.nidra .depo .stars { color: var(--cta); margin-bottom: 8px; letter-spacing: 2px; }
.nidra .depo p { font-size: 0.92rem; }
.nidra .depo .name { margin-top: 12px; font-size: 0.75rem; color: var(--mutedfg); font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; }

.nidra .guarantee { max-width: 640px; margin: 0 auto; text-align: center; background: var(--card); border: 2px solid rgba(201, 130, 47, 0.3); border-radius: 20px; padding: 36px 24px; box-shadow: var(--glow); }
.nidra .guarantee .shield { font-size: 2.2rem; margin-bottom: 14px; }
.nidra .guarantee p { margin-top: 10px; color: var(--mutedfg); }

.nidra .offer { background: var(--hero); color: #fff; text-align: center; }
.nidra .tag-hot { display: inline-block; padding: 6px 16px; border-radius: 999px; background: var(--cta); color: var(--ctafg); font-size: 0.72rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 16px; }
.nidra .value-stack { max-width: 420px; margin: 24px auto 0; text-align: left; background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 14px; padding: 16px 20px; }
.nidra .value-stack li { display: flex; justify-content: space-between; font-size: 0.85rem; color: rgba(255, 255, 255, 0.78); padding: 4px 0; }
.nidra .value-stack .tot { display: flex; justify-content: space-between; font-weight: 800; color: #fff; padding-top: 10px; margin-top: 6px; border-top: 1px solid rgba(255, 255, 255, 0.18); }
.nidra .price { display: flex; justify-content: center; align-items: flex-end; gap: 12px; margin: 22px 0 6px; }
.nidra .price .old { font-size: 1.1rem; color: rgba(255, 255, 255, 0.5); text-decoration: line-through; }
.nidra .price .now { font-family: "Playfair Display", serif; font-size: 3.2rem; font-weight: 800; color: #e3c98a; }
.nidra .installments { font-size: 0.85rem; color: rgba(255, 255, 255, 0.72); margin-bottom: 26px; }
.nidra .trust { margin-top: 22px; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 20px; font-size: 0.75rem; color: rgba(255, 255, 255, 0.7); }

.nidra .faq details { background: var(--card); border: 1px solid var(--border); border-radius: 14px; margin-bottom: 10px; box-shadow: var(--shadow); overflow: hidden; }
.nidra .faq summary { padding: 15px 18px; font-weight: 700; cursor: pointer; list-style: none; display: flex; justify-content: space-between; font-size: 0.92rem; }
.nidra .faq summary::-webkit-details-marker { display: none; }
.nidra .faq summary::after { content: "+"; font-size: 1.1rem; color: var(--mutedfg); }
.nidra .faq details[open] summary::after { content: "–"; }
.nidra .faq .a { padding: 0 18px 16px; color: var(--mutedfg); font-size: 0.88rem; }

.nidra footer { background: var(--muted); border-top: 1px solid var(--border); padding: 32px 0; text-align: center; font-size: 0.78rem; color: var(--mutedfg); }
.nidra .sticky-cta { position: fixed; bottom: 0; left: 0; right: 0; background: #fff; border-top: 1px solid var(--border); padding: 12px 16px; display: flex; justify-content: center; box-shadow: 0 -6px 20px -8px rgba(0, 0, 0, 0.15); z-index: 40; }
.nidra .sticky-cta .btn { max-width: 480px; padding: 15px 24px; font-size: 0.95rem; }

.nidra .product-preview { background: var(--muted); }
.nidra .product-card { display: grid; gap: 24px; background: var(--card); border: 1px solid var(--border); border-radius: 20px; padding: 24px; box-shadow: var(--shadow); max-width: 900px; margin: 0 auto; }
@media (min-width: 768px) { .nidra .product-card { grid-template-columns: 1fr 1.2fr; align-items: center; padding: 32px; gap: 36px; } }
.nidra .product-img { border-radius: 14px; overflow: hidden; background: #f7f4ee; }
.nidra .product-img img { width: 100%; height: auto; }
.nidra .product-info h3 { font-family: "Playfair Display", serif; font-size: 1.6rem; margin-bottom: 10px; }
.nidra .product-rating { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 12px; }
.nidra .product-rating .stars { color: var(--cta); letter-spacing: 2px; font-size: 1.05rem; }
.nidra .product-rating .rating-num { font-weight: 800; }
.nidra .product-rating .rating-count { font-size: 0.82rem; color: var(--mutedfg); }
.nidra .downloads { display: inline-flex; align-items: center; gap: 8px; background: var(--accent); color: var(--accentfg); border-radius: 999px; padding: 8px 16px; font-size: 0.9rem; margin-bottom: 14px; }
.nidra .downloads strong { font-weight: 800; }
.nidra .product-desc { color: var(--mutedfg); font-size: 0.95rem; margin-bottom: 16px; }
.nidra .product-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.nidra .product-tags li { background: var(--muted); border: 1px solid var(--border); border-radius: 999px; padding: 6px 12px; font-size: 0.78rem; font-weight: 600; }

.nidra .extra-products { background: var(--bg); }
.nidra .extra-carousel { max-width: 1000px; margin: 0 auto; position: relative; }
.nidra .extra-track { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding: 6px 4px 20px; scrollbar-width: thin; }
.nidra .extra-track::-webkit-scrollbar { height: 8px; }
.nidra .extra-track::-webkit-scrollbar-thumb { background: var(--border); border-radius: 4px; }
.nidra .extra-card { flex: 0 0 100%; max-width: 100%; scroll-snap-align: center; background: var(--card); border: 1px solid var(--border); border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); }
@media (min-width: 768px) { .nidra .extra-card { flex: 0 0 calc(50% - 10px); } }
.nidra .extra-img { background: #f3ecdd; aspect-ratio: 4 / 3; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.nidra .extra-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nidra .extra-info { padding: 20px 22px 22px; }
.nidra .extra-info h3 { font-family: "Playfair Display", serif; font-size: 1.15rem; margin-bottom: 10px; }
.nidra .extra-info p { color: var(--mutedfg); font-size: 0.9rem; margin-top: 10px; }
.nidra .carousel-hint { text-align: center; color: var(--mutedfg); font-size: 0.8rem; margin-top: 4px; }
.nidra .offer-img { max-width: 480px; margin: 24px auto 20px; border-radius: 18px; overflow: hidden; box-shadow: 0 20px 40px -20px rgba(0,0,0,0.5); }
.nidra .offer-img img { width: 100%; height: auto; display: block; }
