/* ── Support page ── */
body.activ-support { background: #0f0f0f; font-family: 'Outfit', sans-serif; }

/* ── Hero ── */
.sp-hero { text-align: center; padding: 72px 60px 56px; position: relative; }
.sp-hero h1 {
  font-family: 'Urbanist', sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #fff;
  margin-bottom: 20px;
}
.sp-hero h1 .accent-it { color: #bbd864; font-style: italic; }
.sp-hero p {
  font-family: 'Outfit', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #999d8c;
  max-width: 700px;
  margin: 0 auto;
}

/* ── FAQ section ── */
.sp-faq {
  padding: 48px 86px 80px;
  position: relative;
  background-image: repeating-linear-gradient(90deg, rgba(32,38,21,0.6) 0px, rgba(32,38,21,0.6) 1px, transparent 1px, transparent 84px);
}
.sp-faq-title {
  font-family: 'Urbanist', sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #e6ecd7;
  margin-bottom: 36px;
}
.sp-faq-row { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; margin-bottom: 48px; }
.sp-cat-pill {
  display: inline-flex;
  align-items: center;
  background: #242b0d;
  border: 1px solid #505147;
  border-radius: 24px;
  padding: 12px 16px;
  font-family: 'Urbanist', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #bbd864;
  margin-bottom: 16px;
}
.sp-accordion { display: flex; flex-direction: column; gap: 8px; }
.sp-acc-item { background: #000; border: 1px solid #202615; border-radius: 12px; overflow: hidden; }
.sp-acc-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 24px;
  background: none;
  border: none;
  color: #e6ecd7;
  font-family: 'Outfit', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.05em;
  text-align: left;
  cursor: pointer;
  gap: 16px;
}
.sp-acc-trigger:hover { background: rgba(255,255,255,0.02); }
.sp-acc-chevron { flex-shrink: 0; color: #e6ecd7; transition: transform 0.25s; }
.sp-acc-trigger.open .sp-acc-chevron { transform: rotate(180deg); }
.sp-acc-body {
  display: none;
  padding: 0 24px 18px;
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  color: #999d8c;
  line-height: 1.65;
  letter-spacing: -0.02em;
}
.sp-acc-body.open { display: block; }

/* ── Contact section ── */
.sp-contact { background: #0f0f0f; border-radius: 0 0 78px 78px; padding: 80px 86px 100px; position: relative; overflow: hidden; }
.sp-contact-inner { max-width: 1268px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: center; }
.sp-contact-text h2 {
  font-family: 'Urbanist', sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin-bottom: 16px;
}
.sp-contact-text h2 .accent-it { color: #bbd864; font-style: italic; font-weight: 600; }
.sp-contact-text p {
  font-family: 'Outfit', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -0.05em;
  color: #999d8c;
  max-width: 340px;
}

/* Contact card + CF7 form styling */
.sp-form-card { background: #000; border: 1px solid #bbd864; border-radius: 24px; padding: 40px 42px; box-shadow: 0px 2px 8px 2px rgba(122,122,122,0.14); }
.sp-form-card .wpcf7-form { display: flex; flex-direction: column; }
.sp-form-card .wpcf7-form-control-wrap { display: block; }
.sp-form-card .wpcf7-form > p { margin-bottom: 16px; }
.sp-form-card input[type="text"],
.sp-form-card input[type="email"],
.sp-form-card input[type="tel"],
.sp-form-card textarea {
  width: 100%;
  background: #131411;
  border: 1px solid #202615;
  border-radius: 8px;
  padding: 20px 24px;
  color: #e6ecd7;
  font-family: 'Outfit', sans-serif;
  font-size: 20px;
  font-weight: 400;
  outline: none;
  resize: none;
  transition: border-color 0.2s;
  box-sizing: border-box;
}
.sp-form-card input::placeholder,
.sp-form-card textarea::placeholder { color: #999d8c; }
.sp-form-card input:focus,
.sp-form-card textarea:focus { border-color: #505147; }
.sp-form-card textarea { min-height: 120px; }
.sp-form-card .sp-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.sp-send-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #bbd864;
  color: #080c08;
  padding: 14px 26px;
  border-radius: 10px;
  font-family: 'Urbanist', sans-serif;
  font-size: 18px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s;
  margin-top: 8px;
}
.sp-send-btn:hover { opacity: 0.88; }
.sp-privacy { font-family: 'Outfit', sans-serif; font-size: 13px; color: #999d8c; margin-top: 12px; }

/* ── Tablet landscape ≤1100px ── */
@media (max-width: 1100px) {
  .sp-hero { padding: 56px 40px 48px; }
  .sp-hero h1 { font-size: 52px; }
  .sp-faq { padding: 48px 40px 80px; }
  .sp-faq-row { grid-template-columns: 1fr; gap: 40px; }
  .sp-contact { padding: 80px 40px 100px; }
  .sp-contact-inner { grid-template-columns: 1fr; gap: 40px; }
  .sp-contact-text h2 { font-size: 52px; }
  .sp-form-card { padding: 32px 28px; }
}

/* ── Tablet portrait ≤768px ── */
@media (max-width: 768px) {
  .sp-hero { padding: 48px 20px 40px; }
  .sp-hero h1 { font-size: 38px; line-height: 1.1; letter-spacing: -0.03em; text-align: center; }
  .sp-hero p { font-size: 17px; line-height: 26px; text-align: center; }

  .sp-faq { padding: 40px 20px 60px; }
  .sp-faq-title { font-size: 28px; line-height: 1.15; letter-spacing: -0.03em; text-align: center; }
  .sp-faq-row { grid-template-columns: 1fr; gap: 40px; }
  .sp-cat-pill { font-size: 17px; }
  .sp-acc-trigger { font-size: 17px; padding: 16px 18px; }

  .sp-contact { padding: 60px 20px 80px; border-radius: 0 0 40px 40px; }
  .sp-contact-inner { grid-template-columns: 1fr; gap: 40px; }
  .sp-contact-text h2 { font-size: 38px; line-height: 1.1; letter-spacing: -0.03em; text-align: center; }
  .sp-contact-text p { font-size: 17px; line-height: 26px; text-align: center; }
  .sp-form-card { padding: 28px 20px; }
  .sp-form-card .sp-form-row { grid-template-columns: 1fr; }
  .sp-form-card input, .sp-form-card textarea { font-size: 17px; padding: 16px 18px; }
  .sp-send-btn { width: 100%; justify-content: center; }
}

/* ── Mobile ≤480px ── */
@media (max-width: 480px) {
  .sp-hero h1 { font-size: 28px; line-height: 1.15; letter-spacing: -0.02em; }
  .sp-hero p { font-size: 15px; line-height: 24px; }
  .sp-contact-text h2 { font-size: 28px; line-height: 1.2; letter-spacing: -0.02em; }
  .sp-contact-text p { font-size: 15px; line-height: 24px; }
  .sp-faq-title { font-size: 22px; line-height: 1.2; }
  .sp-acc-trigger { font-size: 15px; }
}
