@import url("./broadcastbuddy.css?v=faq-1");

.bb-faq-page {
  padding-bottom: 0;
}

.bb-faq-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(280px, 0.74fr);
  align-items: center;
  gap: clamp(34px, 7vw, 92px);
  min-height: min(690px, calc(100vh - 112px));
  padding: clamp(76px, 11vw, 138px) 0 clamp(68px, 9vw, 110px);
}

.bb-faq-hero::before {
  content: "";
  position: absolute;
  inset: 10% -10% 4%;
  z-index: -1;
  border-radius: 48% 52% 48% 52%;
  background:
    radial-gradient(circle at 24% 28%, rgba(0, 111, 255, 0.16), transparent 32%),
    radial-gradient(circle at 76% 72%, rgba(74, 199, 255, 0.16), transparent 38%),
    radial-gradient(circle at 68% 24%, rgba(255, 111, 89, 0.09), transparent 34%);
  filter: blur(34px);
}

.bb-faq-kicker,
.bb-faq-label {
  margin: 0;
  color: var(--bb-blue);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bb-faq-title {
  max-width: 800px;
  margin: 12px 0 20px;
  font-size: clamp(3.35rem, 7.7vw, 7.9rem);
  font-weight: 700;
  letter-spacing: -0.075em;
  line-height: 0.84;
}

.bb-faq-title em {
  color: var(--bb-blue);
  font-style: normal;
}

.bb-faq-lead {
  max-width: 620px;
  margin: 0;
  color: var(--bb-muted);
  font-size: clamp(1.04rem, 1.65vw, 1.28rem);
  line-height: 1.6;
}

.bb-faq-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}

.bb-faq-text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--bb-blue);
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.18em;
}

.bb-faq-text-link::after {
  content: " ↗";
}

.bb-faq-message {
  position: relative;
  padding: clamp(22px, 3.2vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.9), rgba(238, 249, 255, 0.62)),
    var(--bb-glass);
  box-shadow: var(--bb-shadow);
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
}

.bb-faq-message-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.bb-faq-message-avatar {
  display: grid;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  place-items: center;
  overflow: hidden;
  border-radius: 13px;
  background: var(--bb-blue);
  box-shadow: 0 10px 22px rgba(0, 111, 255, 0.18);
}

.bb-faq-message-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bb-faq-message-header strong,
.bb-faq-message-header span {
  display: block;
}

.bb-faq-message-header strong {
  font-size: 0.94rem;
}

.bb-faq-message-header span {
  margin-top: 2px;
  color: var(--bb-muted);
  font-size: 0.76rem;
}

.bb-faq-bubble {
  width: min(100%, 88%);
  margin: 0 0 10px auto;
  padding: 16px 18px;
  border-radius: 20px 20px 5px 20px;
  background: linear-gradient(145deg, #006fff, #4ac7ff);
  box-shadow: 0 12px 24px rgba(0, 111, 255, 0.18);
  color: #fff;
  font-size: 0.98rem;
  line-height: 1.48;
}

.bb-faq-confirmation {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 14px 0 0;
  padding: 11px 12px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 15px;
  background: rgba(249, 253, 255, 0.78);
  box-shadow: 0 10px 22px rgba(31, 69, 126, 0.07);
  color: rgba(7, 24, 47, 0.76);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.38;
}

.bb-faq-confirmation svg {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  margin-top: 1px;
  border-radius: 50%;
  background: var(--bb-blue);
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.bb-faq-section {
  padding: clamp(74px, 10vw, 126px) 0;
}

.bb-faq-section--tint {
  position: relative;
  overflow: hidden;
}

.bb-faq-section--tint::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-top: 1px solid rgba(0, 111, 255, 0.09);
  border-bottom: 1px solid rgba(0, 111, 255, 0.09);
  background: rgba(255, 255, 255, 0.36);
}

.bb-faq-section-title {
  max-width: 780px;
  margin: 10px 0 16px;
  font-size: clamp(2.35rem, 5vw, 5rem);
  letter-spacing: -0.06em;
  line-height: 0.92;
}

.bb-faq-section-intro {
  max-width: 660px;
  margin: 0;
  color: var(--bb-muted);
  font-size: 1.06rem;
  line-height: 1.6;
}

.bb-answer-list {
  display: grid;
  gap: 0;
  max-width: 980px;
  margin-top: 38px;
  border-top: 1px solid var(--bb-line);
}

.bb-answer-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 82px;
  padding: 18px 0;
  border-bottom: 1px solid var(--bb-line);
  color: var(--bb-ink);
  transition: color 180ms ease;
}

.bb-answer-row:hover,
.bb-answer-row:focus-visible {
  color: var(--bb-blue);
}

.bb-answer-row span {
  color: var(--bb-muted);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bb-answer-row strong {
  display: block;
  max-width: 28ch;
  margin-top: 5px;
  font-size: clamp(1.15rem, 2.2vw, 1.5rem);
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.bb-answer-row svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.bb-faq-page .bb-faq-grid {
  margin-top: 34px;
}

.bb-faq-page .bb-faq-card {
  max-width: 900px;
}

.bb-faq-page .bb-faq-question {
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
}

.bb-guide-answer {
  max-width: 880px;
  margin-top: 34px;
  padding: clamp(26px, 4vw, 48px);
  border: 1px solid rgba(0, 111, 255, 0.12);
  border-radius: 30px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.86), rgba(233, 247, 255, 0.64)),
    var(--bb-glass);
  box-shadow: 0 20px 48px rgba(31, 69, 126, 0.08);
}

.bb-guide-answer h2 {
  max-width: 18ch;
  margin: 10px 0 16px;
  font-size: clamp(1.9rem, 4vw, 3.35rem);
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.bb-guide-answer p {
  max-width: 66ch;
  margin: 0;
  color: var(--bb-muted);
  font-size: 1.04rem;
  line-height: 1.62;
}

.bb-guide-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.bb-guide-points li {
  padding-top: 14px;
  border-top: 1px solid rgba(0, 111, 255, 0.16);
  color: var(--bb-muted);
  font-size: 0.92rem;
  line-height: 1.48;
}

.bb-guide-points strong {
  display: block;
  margin-bottom: 5px;
  color: var(--bb-ink);
  font-size: 0.88rem;
}

.bb-guide-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.bb-guide-link {
  min-height: 148px;
  padding: 22px;
  border: 1px solid rgba(0, 111, 255, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.48);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.bb-guide-link:hover,
.bb-guide-link:focus-visible {
  border-color: rgba(0, 111, 255, 0.3);
  box-shadow: 0 18px 34px rgba(31, 69, 126, 0.1);
  transform: translateY(-3px);
}

.bb-guide-link span,
.bb-guide-link strong,
.bb-guide-link small {
  display: block;
}

.bb-guide-link span {
  color: var(--bb-blue);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bb-guide-link strong {
  margin-top: 8px;
  color: var(--bb-ink);
  font-size: 1.1rem;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.bb-guide-link small {
  margin-top: 8px;
  color: var(--bb-muted);
  font-size: 0.84rem;
  line-height: 1.38;
}

.bb-faq-download {
  padding: 0 0 clamp(74px, 10vw, 126px);
}

@media (max-width: 760px) {
  .bb-faq-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 112px;
  }

  .bb-faq-message {
    max-width: 520px;
  }

  .bb-answer-row {
    min-height: 76px;
  }

  .bb-guide-points,
  .bb-guide-links {
    grid-template-columns: 1fr;
  }

  .bb-guide-link {
    min-height: 0;
  }
}
