/* RESET DE BAZĂ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

/* BODY */
body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text",
    "Segoe UI", sans-serif;
  background: #e5e7eb;
  color: #020617;
}

/* HEADER CU GIF PE FUNDAL */
.site-header {
  position: relative;
  background: url("header-bg.gif") center/cover no-repeat;
  border-bottom: 1px solid #e5e7eb;
  z-index: 100;
  min-height: 150px;
}

/* Overlay pentru lizibilitate */

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(15, 23, 42, 0.15),
    rgba(15, 23, 42, 0.45)
  );
  z-index: 1;
}


/* Conținut header deasupra overlay-ului */
.header-inner {
  position: relative;
  z-index: 2;
  max-width: 1120px;
  margin: 0 auto;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo */
.logo {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

/* NAV DESKTOP */
.main-nav {
  display: flex;
  gap: 22px;
}

.main-nav a {
  text-decoration: none;
  color: #fff;
  font-size: 0.95rem;
}

/* CTA HEADER */
.header-cta {
  padding: 8px 18px;
  white-space: nowrap;
}

/* BUTON MENIU MOBIL (ascuns pe desktop) */
.mobile-menu-btn {
  display: none;
  background: #f9fafb;
  border: none;
  border-radius: 16px;
  font-size: 1.6rem;
  cursor: pointer;
}

/* NAV MOBIL */
.mobile-nav {
  display: none;
  flex-direction: column;
  background: white;
  border-bottom: 1px solid #e5e7eb;
}

.mobile-nav a {
  padding: 12px 16px;
  border-top: 1px solid #f3f4f6;
  color: #374151;
  text-decoration: none;
  font-size: 1rem;
}

.mobile-nav a:hover {
  background: #f9fafb;
}

/* BADGE YOUTUBE */
.yt-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
   color: #fff;
 background: #dd1a1a;
  text-decoration: none;

  margin-right: 8px;
  white-space: nowrap;
}

.header-youtube {
  margin-right: 8px;
  padding-inline: 14px;
}

/* RESPONSIVE HEADER */
@media (max-width: 900px) {
  .main-nav {
    display: none;
  }
  .header-cta {
    display: none;
  }
  .mobile-menu-btn {
    display: block;
  }
  .mobile-nav.active {
    display: flex;
  }
}

@media (max-width: 600px) {
  .header-inner {
    padding: 6px 10px;
    gap: 6px;
  }
  .logo {
    font-size: 1rem;
  }
  .header-youtube {
    font-size: 0.8rem;
    padding: 4px 10px;
  }
  .mobile-menu-btn {
    font-size: 1.4rem;
  }
}


/* Waveform styling */
.waveform {
  width: 100%;
  height: 80px;       /* important să nu fie 0 */
  margin: 10px 0 12px;
}

.sample-meta {
  font-size: 0.85rem;
  color: #6b7280;
  margin-bottom: 6px;
}

.sample-description {
  font-size: 0.9rem;
  color: #4b5563;
  margin-top: 10px;
  text-align: left;
  width: 100%;
}

/* BADGE YOUTUBE MODERN */
.yt-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  text-decoration: none;
  position: relative;


  border: 1px solid rgba(248, 113, 113, 0.8);

  color: #fef2f2;
  font-size: 0.8rem;
  white-space: nowrap;

  transform: translateY(0);
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.yt-badge:hover {
  transform: translateY(-1px);
  box-shadow:
    0 0 16px rgba(248, 113, 113, 0.9),
    0 10px 26px rgba(15, 23, 42, 0.75);
  opacity: 0.98;
}

.yt-icon {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #ef4444;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: #fff;
  box-shadow: 0 0 10px rgba(248, 113, 113, 0.9);
  flex-shrink: 0;
}

.yt-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.yt-label {
  font-weight: 600;
  font-size: 0.8rem;
}

.yt-sub {
  font-size: 0.7rem;
  opacity: 0.9;
}

/* Pe ecrane foarte mici, ascundem badge-ul ca să nu înghesuie header-ul */
@media (max-width: 300px) {
  .yt-badge {
    display: none;
	
  }
}








/* LISTĂ SIMPLIFICATĂ PENTRU PAGINA DE EXEMPLE */
.samples-list {
  display: flex;
  flex-direction: column;
  gap: 12px;               /* spațiu mai mic între melodii */
}

.sample-row {
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  padding: 10px 12px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sample-row h3 {
  margin: 0;
  font-size: 0.98rem;
}

.waveform--slim {
  height: 56px;            /* mai mic decât cele din alte secțiuni */
  margin: 4px 0;
}

.sample-row .sample-play-btn {
  align-self: flex-start;
  padding: 6px 14px;
  font-size: 0.85rem;
}


/* Pentru această pagină, facem grid-ul pe un singur coloană pe desktop ca să respire */
.samples-grid.samples-grid-full {
  grid-template-columns: minmax(0, 1fr);
}

/* Waveform compact pentru pagina principală */
.waveform--compact {
  height: 56px;
  margin: 6px 0 8px;
}


/* SHELL PAGINĂ */
.page-shell {
  max-width: 1120px;
  margin: 24px auto;
  padding: 24px;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.18);
}

/* BUTOANE GENERALE */
.btn {
  border-radius: 999px;
  padding: 10px 22px;
  font-size: 0.95rem;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}

/* Brand: #7a28bd */
.btn-primary {
  background-color: #7a28bd;
  border-color: #7a28bd;
  color: #ffffff;
}

.btn-primary:hover {
  background-color: #611f98;
  border-color: #611f98;
}

.btn-ghost {
  background: transparent;
  color: #111827;
  border-color: #d1d5db;
}

.btn-ghost:hover {
  background: #f3f4f6;
}

.btn-outline {
  background: #ffffff;
  border-color: #7a28bd;
  color: #7a28bd;
}

.btn-outline:hover {
  background-color: rgba(122, 40, 189, 0.12);
  border-color: #7a28bd;
}

/* HERO */
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 32px;
  align-items: center;
  padding: 24px;
  border-radius: 24px;
  background: #f9fafb;
}

.hero-eyebrow {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  color: #6b7280;
  margin: 0 0 8px;
}

.hero h1 {
  margin: 0 0 12px;
  font-size: 2.1rem;
  line-height: 1.15;
}

.hero-subtitle {
  margin: 0 0 18px;
  color: #4b5563;
  max-width: 460px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.hero-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #6b7280;
  font-size: 0.9rem;
}

.hero-bullets li + li {
  margin-top: 4px;
}

.hero-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-image-frame {
  border-radius: 20px;
  overflow: hidden;
}

.hero-mic-img {
  display: block;
  max-width: 100%;
}

/* SECȚIUNI */
.section {
  margin-top: 36px;
}

.section h2 {
  font-size: 1.4rem;
  margin-bottom: 18px;
}

.section-intro {
  font-size: 0.95rem;
  color: #4b5563;
  max-width: 620px;
  margin-bottom: 20px;
}

/* HOW IT WORKS */
.how-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.how-item {
  text-align: center;
  padding: 12px 8px;
}

.how-icon {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 8px;
  filter: drop-shadow(0 0 6px rgba(122, 40, 189, 0.5));
}

.how-item h3 {
  margin: 0 0 4px;
  font-size: 0.95rem;
}

.how-item p {
  margin: 0;
  font-size: 0.82rem;
  color: #6b7280;
}

/* PRICING */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.pricing-card {
  border-radius: 20px;
  border: 1px solid #e5e7eb;
  padding: 18px 16px 20px;
  text-align: center;
  background: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
   text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center; /* 🔥 centrează iconul + titlu + butoane */
}

.pricing-card-highlight {
  border-color: #7a28bd;
  box-shadow: 0 16px 40px rgba(122, 40, 189, 0.2);
}



.pricing-icon {
  display: block;
  margin: 0 auto 10px auto; /* 🔥 centrează imaginea în container */
  max-width: 150px;
  height: auto;
}

.pricing-badge {
  position: absolute;
  top: 12px;
  right: 14px;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(122, 40, 189, 0.1);
  color: #7a28bd;
  border: 1px solid rgba(122, 40, 189, 0.6);
}

.pricing-icon {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin-bottom: 6px;
  filter: drop-shadow(0 0 6px rgba(122, 40, 189, 0.5));
}

.pricing-card h3 {
  margin: 0 0 6px;
  font-size: 1.05rem;
}

.pricing-price {
  margin: 0;
  font-weight: 700;
  font-size: 1.35rem;
  color: #7a28bd;
}

.pricing-old {
  margin: 0 0 10px;
  color: #9ca3af;
  text-decoration: line-through;
  font-size: 0.85rem;
}

.pricing-list {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
  font-size: 0.85rem;
  color: #4b5563;
  text-align: left;
  flex: 1;
}

.pricing-list li + li {
  margin-top: 4px;
}

/* Butonul la baza cardului */
.pricing-card .btn {
  margin-top: auto;
  align-self: stretch;
}

.section-note {
  font-size: 0.82rem;
  color: #6b7280;
  margin-top: 12px;
}

/* SAMPLES */
.samples-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.sample-card {
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  padding: 14px 14px 16px;
  background: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sample-icon {
  width: 200px;
  height: 292px;
  object-fit: contain;
  margin-bottom: 10px;
  display: block;
  filter: drop-shadow(0 0 6px rgba(122, 40, 189, 0.5));
}

.sample-card h3 {
  margin: 0 0 6px;
  font-size: 1rem;
  text-align: center;
}

.sample-card p {
  margin: 0 0 8px;
  font-size: 0.85rem;
  color: #4b5563;
  text-align: center;
}

.sample-card audio {
  width: 100%;
}

/* ORDER FORM */
.order-form {
  margin-top: 12px;
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  padding: 18px 16px 20px;
  background: #ffffff;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.form-field {
  margin-bottom: 12px;
}

.form-field label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  padding: 8px 10px;
  font-size: 0.9rem;
  font-family: inherit;
  outline: none;
  background: #f9fafb;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

/* Hover + focus brand */
.form-field input:hover,
.form-field select:hover,
.form-field textarea:hover {
  border-color: #7a28bd;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: #7a28bd;
  box-shadow: 0 0 0 2px rgba(122, 40, 189, 0.25);
  background: #ffffff;
}

.form-consent {
  margin-top: 8px;
  display: flex;
  justify-content: flex-start;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: #4b5563;
}

.checkbox-label input[type="checkbox"] {
  width: auto;
  height: auto;
  margin: 0;
  flex-shrink: 0;
  margin-top: 2px;
}

.checkbox-label a {
  color: #7a28bd;
  text-decoration: none;
}

.checkbox-label a:hover {
  text-decoration: underline;
}

.form-note {
  font-size: 0.8rem;
  color: #6b7280;
  margin: 0 0 12px;
}

/* FAQ */
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.faq-item {
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  padding: 14px 14px 16px;
  background: #ffffff;
}

.faq-item h3 {
  margin: 0 0 6px;
  font-size: 0.98rem;
}

.faq-item p {
  margin: 0;
  font-size: 0.86rem;
  color: #4b5563;
}

/* FOOTER */
.site-footer {
  text-align: center;
  padding: 24px 12px;
  font-size: 0.85rem;
  color: #6b7280;
  margin-top: 40px;
  border-top: 1px solid #e5e7eb;
}

.site-footer a {
  color: #7a28bd;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

.footer-legal {
  margin-top: 4px;
}

.footer-social {
  margin-top: 4px;
}

.footer-social a {
  font-weight: 600;
}

/* LINK COLOR GLOBAL — BRAND */
a {
  color: #7a28bd;
  text-decoration: none;
  transition: color 0.25s ease, opacity 0.25s ease;
}

a:hover {
  color: #611f98;
}

/* Păstrăm meniul alb peste header */
.main-nav a {
  color: #ffffff;
}

.main-nav a:hover {
  color: #dd1a1a;
}

.mobile-nav a {
  color: #374151;
}

/* RESPONSIVE LAYOUT */
@media (max-width: 900px) {
  .page-shell {
    margin: 12px;
    padding: 16px;
    border-radius: 20px;
	
  }

  .hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-right {
    order: -1;
  }

  .how-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .samples-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .faq-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 600px) {
  .hero h1 {
    font-size: 1.7rem;
  }

  .form-row {
    grid-template-columns: minmax(0, 1fr);
  }
}
/* Meniul mobil trebuie să fie deasupra overlay-ului din header */
.site-header {
  position: relative; /* deja ai asta, dar e ok să fie dublat */
}

.mobile-nav {
  position: relative;
  z-index: 2;         /* 🔥 peste ::before (z-index:1) */
}

/* Sau, dacă vrei să iasă sub headerul cu GIF, ca un dropdown: */
/*
.mobile-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 2;
}
*/

.waveform {
  width: 100%;
  height: 80px;
  margin: 10px 0 12px;
}

/* === PLAYER AUDIO TIP CARD (MODERN) === */

.audio-card {
  width: 100%;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f9fafb;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}

.audio-play-btn {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: none;
  background: #7a28bd;
  color: #ffffff;
  font-size: 1.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s ease, transform 0.1s ease;
}

.audio-play-btn:hover {
  background: #611f98;
  transform: translateY(-1px);
}

.audio-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.audio-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #111827;
}

.audio-time {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: #6b7280;
}

.audio-bar {
  position: relative;
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: #e5e7eb;
  overflow: hidden;
  cursor: pointer;
}

.audio-bar-fill {
  position: absolute;
  inset: 0;
  width: 0%;
  background: linear-gradient(90deg, #7a28bd, #c4b5fd);
  transition: width 0.15s ease-out;
}

/* Ascundem playerul nativ, dar îl păstrăm pentru sunet / accesibilitate */
.audio-card audio {
  display: none;
}

/* Pe mobile, cardul rămâne aerisit */
@media (max-width: 600px) {
  .audio-card {
    padding: 8px 10px;
  }

  .audio-play-btn {
    width: 36px;
    height: 36px;
  }

  .audio-title {
    font-size: 0.85rem;
  }
}
.netopia-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px; /* opțional */
}

/* FAQ Accordion */
.faq-acc {
  display: grid;
  gap: 12px;
}

.faq-card {
  border: 1px solid #e5e7eb;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
}

.faq-q {
  width: 100%;
  display: grid;
  grid-template-columns: 28px 1fr 20px;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.faq-q:hover {
  background: rgba(122, 40, 189, 0.05);
}

.faq-ico {
  width: 28px;
  height: 28px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(122, 40, 189, 0.10);
  color: #7a28bd;
}

.faq-ico svg {
  width: 18px;
  height: 18px;
}

.faq-title {
  font-weight: 700;
  color: #0f172a;
  line-height: 1.25;
}

.faq-chevron {
  width: 20px;
  height: 20px;
  color: #64748b;
  transition: transform 180ms ease;
}

.faq-chevron svg {
  width: 20px;
  height: 20px;
}

.faq-a {
  padding: 0 16px 14px;
  color: #334155;
  font-size: 0.95rem;
  line-height: 1.6;
}

.faq-a p {
  margin: 10px 0 0;
}

.faq-card.is-open .faq-chevron {
  transform: rotate(180deg);
}

@media (max-width: 640px) {
  .faq-q {
    grid-template-columns: 26px 1fr 18px;
    padding: 12px 14px;
  }
  .faq-ico { width: 26px; height: 26px; border-radius: 9px; }
  .faq-ico svg { width: 17px; height: 17px; }
}
