.elementor-3486 .elementor-element.elementor-element-5ea13e8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for text-editor, class: .elementor-element-c4779ef *//* ============================================================
   PSILOCYBE CUBENSIS FAQ — Elementor Custom CSS
   Paste into: Elementor > Edit Page > Custom CSS
   ============================================================ */

/* ── VARIABLES ── */
.avlc-wrap {
  --avlc-green:     #1a7a4a;
  --avlc-green-l:   #e8f7f0;
  --avlc-blue:      #1a4a8a;
  --avlc-blue-l:    #e8f0fb;
  --avlc-purple:    #5a2d82;
  --avlc-purple-l:  #f2eafa;
  --avlc-amber:     #b45309;
  --avlc-amber-l:   #fffbeb;
  --avlc-amber-b:   #fcd34d;
  --avlc-teal:      #0f766e;
  --avlc-teal-l:    #f0fdfa;
  --avlc-teal-b:    #5eead4;
  --avlc-dark:      #111827;
  --avlc-mid:       #374151;
  --avlc-muted:     #6b7280;
  --avlc-border:    #e5e7eb;
  --avlc-bg:        #f9fafb;
  --avlc-white:     #ffffff;
  --avlc-radius:    12px;
  --avlc-shadow:    0 2px 16px rgba(0,0,0,.07);

  font-family: 'Georgia', 'Times New Roman', serif;
  color: var(--avlc-dark);
  line-height: 1.75;
  width: 100%;
}

/* ── GLOBAL ── */
.avlc-wrap *, .avlc-wrap *::before, .avlc-wrap *::after { box-sizing: border-box; }
.avlc-wrap a { color: var(--avlc-green); text-decoration: underline; text-underline-offset: 3px; }
.avlc-wrap a:hover { color: var(--avlc-blue); }
.avlc-wrap ul, .avlc-wrap ol { padding-left: 1.4rem; margin: 0.5rem 0; }
.avlc-wrap li { margin-bottom: 0.35rem; }
.avlc-wrap p { margin: 0 0 0.75rem; }
.avlc-wrap p:last-child { margin-bottom: 0; }

/* ── HERO ── */
.avlc-hero {
  background: linear-gradient(135deg, #0d2b1a 0%, #1a5c38 55%, #1a2d5a 100%);
  color: var(--avlc-white);
  border-radius: var(--avlc-radius);
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}
.avlc-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Ccircle cx='30' cy='30' r='20'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.avlc-hero__badge {
  display: inline-block;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.22);
  color: #a7f3d0;
  font-size: 0.72rem;
  font-family: 'Courier New', monospace;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  margin-bottom: 1rem;
}
.avlc-hero__title {
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: 700;
  line-height: 1.25;
  color: var(--avlc-white);
  margin: 0 0 0.75rem;
}
.avlc-hero__sub {
  font-size: 0.97rem;
  color: rgba(255,255,255,0.8);
  margin: 0 0 1.5rem;
}
.avlc-hero__meta { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.avlc-hero__meta span {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.9);
  font-size: 0.8rem;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
}

/* ── CATEGORY NAV ── */
.avlc-cat-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
}
.avlc-cat-btn {
  display: inline-block;
  padding: 0.6rem 1.25rem;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 600;
  font-family: 'Courier New', monospace;
  text-decoration: none;
  border: 2px solid transparent;
  transition: all 0.2s ease;
}
.avlc-cat-btn--legal   { background: #fef2f2; color: #b91c1c; border-color: #fca5a5; }
.avlc-cat-btn--micro   { background: var(--avlc-blue-l); color: var(--avlc-blue); border-color: #93c5fd; }
.avlc-cat-btn--storage { background: var(--avlc-teal-l); color: var(--avlc-teal); border-color: var(--avlc-teal-b); }
.avlc-cat-btn--strains { background: var(--avlc-green-l); color: var(--avlc-green); border-color: #6ee7b7; }

.avlc-cat-btn--legal:hover   { background: #b91c1c; color: var(--avlc-white); }
.avlc-cat-btn--micro:hover   { background: var(--avlc-blue); color: var(--avlc-white); }
.avlc-cat-btn--storage:hover { background: var(--avlc-teal); color: var(--avlc-white); }
.avlc-cat-btn--strains:hover { background: var(--avlc-green); color: var(--avlc-white); }

/* ── FAQ SECTIONS ── */
.avlc-faq-section {
  margin-bottom: 3rem;
  scroll-margin-top: 80px;
  border: 1px solid var(--avlc-border);
  border-radius: var(--avlc-radius);
  overflow: hidden;
  box-shadow: var(--avlc-shadow);
}

.avlc-faq-section__head {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem 1.5rem;
}
.avlc-faq-section__head--legal   { background: #b91c1c; }
.avlc-faq-section__head--micro   { background: var(--avlc-blue); }
.avlc-faq-section__head--storage { background: var(--avlc-teal); }
.avlc-faq-section__head--strains { background: var(--avlc-green); }

.avlc-faq-section__icon { font-size: 1.4rem; }
.avlc-faq-section__title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--avlc-white);
  margin: 0;
}

/* ── FAQ LIST ── */
.avlc-faq-list { display: flex; flex-direction: column; }

.avlc-faq-item {
  border-bottom: 1px solid var(--avlc-border);
  background: var(--avlc-white);
}
.avlc-faq-item:last-child { border-bottom: none; }
.avlc-faq-item:nth-child(even) { background: var(--avlc-bg); }

/* ── Q ROW ── */
.avlc-faq-item__q {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.1rem 1.5rem 0.5rem;
}
.avlc-faq-item__num {
  font-family: 'Courier New', monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--avlc-white);
  background: var(--avlc-green);
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  flex-shrink: 0;
  margin-top: 0.22rem;
}

/* Section-specific Q badge colours */
.avlc-faq-section:nth-child(1) .avlc-faq-item__num { background: #b91c1c; }
.avlc-faq-section:nth-child(2) .avlc-faq-item__num { background: var(--avlc-blue); }
.avlc-faq-section:nth-child(3) .avlc-faq-item__num { background: var(--avlc-teal); }
.avlc-faq-section:nth-child(4) .avlc-faq-item__num { background: var(--avlc-green); }

.avlc-faq-item__q h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--avlc-dark);
  margin: 0;
  line-height: 1.45;
}

/* ── A ROW ── */
.avlc-faq-item__a {
  padding: 0.25rem 1.5rem 1.1rem 3.6rem;
  font-size: 0.95rem;
  color: var(--avlc-mid);
}

/* ── STORAGE BAR ── */
.avlc-storage-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--avlc-teal-l);
  border-bottom: 1px solid var(--avlc-border);
}
.avlc-storage-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1rem 1.1rem;
  border-right: 1px solid var(--avlc-teal-b);
  font-size: 0.88rem;
  color: var(--avlc-teal);
}
.avlc-storage-item:last-child { border-right: none; }
.avlc-storage-item__icon { font-size: 1.4rem; flex-shrink: 0; }
.avlc-storage-item strong { display: block; font-size: 0.95rem; color: var(--avlc-dark); }
.avlc-storage-item small  { font-size: 0.78rem; color: var(--avlc-muted); }

/* ── CTA ── */
.avlc-cta {
  background: linear-gradient(135deg, #0d2b1a 0%, #1a5c38 55%, #1a2d5a 100%);
  border-radius: var(--avlc-radius);
  padding: 3rem 2rem;
  text-align: center;
  margin-top: 2rem;
}
.avlc-cta__inner { max-width: 580px; margin: 0 auto; }
.avlc-cta__icon  { font-size: 2.5rem; margin-bottom: 0.75rem; }
.avlc-cta__title {
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  font-weight: 700;
  color: var(--avlc-white);
  margin: 0 0 1rem;
}
.avlc-cta__text  { color: rgba(255,255,255,0.85); font-size: 0.97rem; margin-bottom: 1.75rem; }
.avlc-cta__btns  { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }

/* ── BUTTONS ── */
.avlc-btn {
  display: inline-block;
  padding: 0.7rem 1.5rem;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: 'Courier New', monospace;
  text-align: center;
}
.avlc-btn--primary {
  background: var(--avlc-green);
  color: var(--avlc-white);
  border: 2px solid var(--avlc-green);
}
.avlc-btn--primary:hover { background: #145c38; border-color: #145c38; color: var(--avlc-white); }
.avlc-btn--secondary {
  background: transparent;
  color: var(--avlc-white);
  border: 2px solid rgba(255,255,255,0.5);
}
.avlc-btn--secondary:hover { background: rgba(255,255,255,0.15); border-color: var(--avlc-white); color: var(--avlc-white); }

/* ============================================================
   MOBILE — max-width: 768px
   ============================================================ */
@media (max-width: 768px) {
  .avlc-hero { padding: 1.75rem 1.25rem; }
  .avlc-hero__meta { gap: 0.4rem; }

  .avlc-cat-nav { gap: 0.5rem; }
  .avlc-cat-btn { font-size: 0.82rem; padding: 0.5rem 1rem; }

  .avlc-storage-bar { grid-template-columns: 1fr 1fr; }
  .avlc-storage-item:nth-child(2) { border-right: none; }
  .avlc-storage-item { padding: 0.85rem; font-size: 0.85rem; }

  .avlc-faq-item__q { padding: 0.9rem 1.1rem 0.4rem; gap: 0.75rem; }
  .avlc-faq-item__a { padding: 0.2rem 1.1rem 0.9rem 2.9rem; }
  .avlc-faq-section__title { font-size: 1rem; }

  .avlc-cta { padding: 2rem 1.25rem; }
  .avlc-cta__btns { flex-direction: column; align-items: center; }
  .avlc-btn { width: 100%; }
}

/* ============================================================
   SMALL MOBILE — max-width: 480px
   ============================================================ */
@media (max-width: 480px) {
  .avlc-hero__title { font-size: 1.35rem; }
  .avlc-storage-bar { grid-template-columns: 1fr 1fr; }
  .avlc-faq-item__a { padding-left: 1.1rem; }
  .avlc-faq-item__q { flex-direction: column; gap: 0.4rem; }
  .avlc-faq-section__head { padding: 0.85rem 1rem; }
  .avlc-cat-btn { width: 100%; text-align: center; }
}/* End custom CSS */