/* =========================
   SiteBug — accueil.css (Bootstrap-first, v3)
   - Variables Bootstrap uniquement
   - Zéro doublon avec Bootstrap
   - Grids Bootstrap (row/col) en priorité
   - Custom CSS uniquement pour ce que Bootstrap ne couvre pas
   ========================= */


/* ============================================================
   HERO
   ============================================================ */
.hero-sitebug {
  position: relative;
  overflow: hidden;
  padding: 72px 0 46px;
  background:
    radial-gradient(circle at top left,  rgba(57,181,255,.16), transparent 35%),
    radial-gradient(circle at bottom right, rgba(11,87,208,.10), transparent 35%),
    linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
}

.hero-sitebug h1 {
  margin: 0;
  padding: 0;
  font-size: 52px;
  line-height: 1.08;
  font-weight: 900;
  color: #0f172a;
}

.hero-sitebug__eyebrow {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #eef6ff;
  color: #0b57d0;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-sitebug__lead {
  margin: 22px 0 0;
  font-size: 19px;
  line-height: 1.75;
  color: #1e293b;
}

.hero-sitebug__text {
  margin: 18px 0 0;
  font-size: 16.5px;
  line-height: 1.8;
  color: #475569;
}

.hero-sitebug__badges span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 999px;
  font-weight: 700;
  color: #0f172a;
  box-shadow: 0 10px 24px rgba(15,23,42,.06);
}

.hero-sitebug__badges i { color: #16a34a; }

/* Panel aside */
.hero-panel {
  width: 100%;
  max-width: 390px;
  padding: 24px;
  border-radius: 26px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border: 1px solid rgba(11,87,208,.10);
  box-shadow: 0 24px 60px rgba(11,87,208,.10);
}

.hero-panel__label {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  color: #0b57d0;
  text-transform: uppercase;
}

.hero-panel__status {
  font-size: 12px;
  font-weight: 800;
  color: #166534;
  background: #ecfdf3;
  border-radius: 999px;
  padding: 6px 10px;
}

.hero-panel__title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
  color: #0f172a;
}

.hero-panel__list {
  padding-left: 18px;
}

.hero-panel__list li {
  color: #334155;
  line-height: 1.55;
}

.hero-panel__text {
  margin: 0;
  color: #475569;
  line-height: 1.7;
  font-size: 14.8px;
}

@media (max-width: 991.98px) {
  .hero-sitebug { padding: 48px 0 30px; }
  .hero-sitebug h1 { font-size: 34px; }
  .hero-panel { max-width: 100%; }
}

@media (max-width: 640px) {
  .hero-sitebug { padding: 42px 0 26px; }
  .hero-sitebug h1 { font-size: 28px; }
  .hero-sitebug__lead { font-size: 16px; }
  .hero-sitebug__text { font-size: 15.8px; }
}


/* ============================================================
   BOUTONS SITEBUG
   ============================================================ */
.sitebug-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 15px 22px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 800;
  transition: all .15s ease;
}

.sitebug-btn--primary {
  background: linear-gradient(135deg, #0b57d0 0%, #1d74ff 100%);
  color: #fff;
  box-shadow: 0 18px 35px rgba(11,87,208,.22);
}

.sitebug-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(11,87,208,.26);
  color: #fff;
}

.sitebug-btn--secondary {
  background: #fff;
  color: #0f172a;
  border: 1px solid rgba(15,23,42,.12);
  box-shadow: 0 10px 24px rgba(15,23,42,.06);
}

.sitebug-btn--secondary:hover {
  transform: translateY(-2px);
  color: #0f172a;
}


/* ============================================================
   TECH STRIP
   ============================================================ */
.tech-strip { padding: 18px 0 34px; }

.tech-strip__inner {
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 24px;
  box-shadow: 0 10px 24px rgba(15,23,42,.06);
  padding: 20px 26px;
}

.tech-strip__title {
  margin: 0 0 14px;
  text-align: center;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  color: #64748b;
  text-transform: uppercase;
}

.logo-tech {
  width: auto;
  height: auto;
  max-height: 72px;
  object-fit: contain;
}


/* ============================================================
   STATS BAND
   ============================================================ */
.stats-band--premium {
  padding: 16px 0 42px;
  background: transparent;
}

.stats-band--premium .stats-band__inner {
  background: linear-gradient(135deg, #0b57d0 0%, #0f6fff 100%);
  border-radius: 28px;
  padding: 30px 24px;
  box-shadow: 0 24px 60px rgba(11,87,208,.18);
}

.stats-band--premium .stats-band__title {
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.25;
}

.stat {
  padding: 6px 8px;
}

.stat__icon {
  font-size: 64px;
  line-height: 1;
  color: #dbeafe;
  filter: drop-shadow(0 6px 12px rgba(0,0,0,.10));
}

.stat__value {
  color: #fff;
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
}

.stat__label {
  color: #dbeafe;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .stat__value { font-size: 40px; }
  .stat__icon  { font-size: 58px; }
}


/* ============================================================
   SECTION HEADING
   ============================================================ */
.section-heading {
  max-width: 860px;
  margin: 0 auto 28px;
}

.section-heading--left {
  margin: 0 0 24px;
}

.section-heading__eyebrow {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  color: #0b57d0;
  text-transform: uppercase;
}

.section-heading h2 {
  font-size: 38px;
  line-height: 1.15;
  font-weight: 900;
  color: #0f172a;
}

.section-heading p {
  margin: 0;
  font-size: 16.5px;
  line-height: 1.8;
  color: #475569;
}

@media (max-width: 767.98px) {
  .section-heading h2 { font-size: 28px; }
}


/* ============================================================
   PROBLEM CARDS
   ============================================================ */
.problem-cards { padding: 18px 0 46px; }

.problem-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 10px 24px rgba(15,23,42,.06);
  transition: all .18s ease;
  height: 100%;
}

.problem-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(15,23,42,.08);
  color: inherit;
}

.problem-card__icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: #eef6ff;
  color: #0b57d0;
  font-size: 24px;
}

.problem-card h3 {
  font-size: 19px;
  font-weight: 900;
  color: #0f172a;
}

.problem-card p {
  margin: 0;
  color: #475569;
  line-height: 1.75;
  font-size: 15px;
}


/* ============================================================
   PROCESS
   ============================================================ */
.process--elevated {
  background: #f8fbff;
  padding: 50px 0;
}

.step {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 22px 18px 18px;
  box-shadow: 0 10px 24px rgba(15,23,42,.08);
  border: 1px solid rgba(15,23,42,.06);
  height: 100%;
}

.step__badge {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #ff5c73;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(255,92,115,.22);
}

.step__title {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .02em;
  color: #0f172a;
}

.step__text {
  color: #111827;
  line-height: 1.55;
  font-size: 14.8px;
}


/* ============================================================
   VALUE BLOCK
   ============================================================ */
.value-block { padding: 10px 0 52px; }

.value-block__content {
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 26px;
  padding: 30px;
  box-shadow: 0 10px 24px rgba(15,23,42,.06);
}

.value-block__content p {
  margin: 0 0 16px;
  color: #334155;
  line-height: 1.85;
  font-size: 16px;
}

.mini-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 10px 24px rgba(15,23,42,.06);
}

.mini-card h3 {
  font-size: 20px;
  font-weight: 900;
}

.mini-card p {
  margin: 0;
  color: #475569;
  line-height: 1.75;
}

@media (max-width: 767.98px) {
  .value-block__content { padding: 20px; }
}


/* ============================================================
   SERVICES SHOWCASE
   ============================================================ */
.services-showcase { padding: 52px 0; }

.service-row {
  margin-top: 28px;
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 28px;
  padding: 24px;
  box-shadow: 0 10px 24px rgba(15,23,42,.06);
}

.service-row__img {
  width: 100%;
  max-width: 380px;
  height: auto;
  object-fit: contain;
}

.service-row__kicker {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  color: #0b57d0;
  text-transform: uppercase;
}

.service-row__content h3 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900;
  color: #0f172a;
}

.service-row__content p {
  color: #475569;
  line-height: 1.8;
  font-size: 16px;
}

.sitebug-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0b57d0;
  text-decoration: none;
  font-weight: 800;
}

.sitebug-link:hover { text-decoration: underline; }

@media (max-width: 991.98px) {
  .service-row__content h3 { font-size: 24px; }
  .service-row { padding: 20px; }
}


/* ============================================================
   ABOUT BAND
   ============================================================ */
.about-band--premium { padding: 20px 0 50px; }

.about-card {
  background: linear-gradient(135deg, #eaf4ff 0%, #f7fbff 100%);
  border: 1px solid rgba(11,87,208,.10);
  border-radius: 26px;
  padding: 22px 26px;
  box-shadow: 0 24px 60px rgba(11,87,208,.08);
  overflow: hidden;
}

.about-card__kicker {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  color: #0b57d0;
  text-transform: uppercase;
}

.about-card__title {
  font-size: 34px;
  font-weight: 900;
  letter-spacing: .02em;
  color: #0f172a;
  text-transform: uppercase;
}

.about-card p {
  margin: 0 0 12px;
  color: #111827;
  line-height: 1.55;
  font-size: 15.5px;
}

.about-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 14px;
  background: #0b57d0;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(11,87,208,.18);
  transition: transform .12s ease, box-shadow .12s ease;
}

.about-card__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(11,87,208,.22);
  color: #fff;
}

.about-card__img {
  width: 100%;
  max-width: 260px;
  object-fit: cover;
  border-radius: 10px;
}

@media (max-width: 767.98px) {
  .about-card__title { font-size: 28px; }
  .about-card__img   { max-width: 240px; }
}


/* ============================================================
   CAUSES
   ============================================================ */
.causes--premium { padding: 10px 0 52px; background: transparent; }

.cause-card {
  background: #fff;
  border-radius: 16px;
  padding: 18px 16px 16px;
  box-shadow: 0 10px 24px rgba(15,23,42,.08);
  border: 1px solid rgba(15,23,42,.06);
  height: 100%;
}

.cause-card__icon {
  width: fit-content;
  padding: 0;
}

.cause-card__img {
  width: clamp(90px, 9vw, 140px);
  height: auto;
  object-fit: contain;
  display: block;
}

/* Réduit la dernière carte (Base de données) */
.causes-grid > div:last-child .cause-card__img {
  width: clamp(55px, 5vw, 75px);
}

.cause-card__title {
  font-size: 15.5px;
  font-weight: 900;
  color: #0f172a;
}

.cause-card__text {
  margin: 0;
  color: #111827;
  line-height: 1.55;
  font-size: 14.5px;
}


/* ============================================================
   CASE STUDY
   ============================================================ */
.case-study {
  padding: 88px 0;
  background:
    radial-gradient(circle at top left,  rgba(37,99,235,.08), transparent 30%),
    radial-gradient(circle at bottom right, rgba(14,165,233,.08), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.case-study__card,
.case-study__compare,
.case-study__note,
.case-study__impact-card {
  background: #fff;
  border: 1px solid rgba(203,213,225,.9);
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(15,23,42,.08);
}

.case-study__card { padding: 30px; }

.case-study__card h3,
.case-study__compare h3,
.case-study__impact-card h3 {
  font-size: 1.45rem;
  line-height: 1.25;
  color: #0f172a;
  margin: 14px 0 16px;
}

.case-study__card p,
.case-study__compare p,
.case-study__note p,
.case-study__impact-card p {
  color: #334155;
  margin-bottom: 16px;
}

.case-study__tag {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .02em;
}

.case-study__steps { display: grid; gap: 16px; margin-top: 18px; }

.case-study__step {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f8fbff 0%, #f1f7ff 100%);
  border: 1px solid #dbeafe;
}

.case-study__step-number {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(180deg, #2563eb 0%, #1d4ed8 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(37,99,235,.22);
}

.case-study__step h4 { font-size: 1.02rem; color: #0f172a; }
.case-study__step p  { margin: 0; color: #475569; }

.case-study__compare-col { padding: 28px; }
.case-study__compare-col + .case-study__compare-col { border-top: 1px solid #e2e8f0; }
.case-study__compare-col--before { background: linear-gradient(180deg, #fff7f7 0%, #ffffff 100%); }
.case-study__compare-col--after  { background: linear-gradient(180deg, #f2fbf7 0%, #ffffff 100%); }

.case-study__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.case-study__badge--before { background: rgba(239,68,68,.10);  color: #b91c1c; }
.case-study__badge--after  { background: rgba(34,197,94,.12);  color: #15803d; }

.case-study__list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }

.case-study__list li {
  position: relative;
  padding-left: 28px;
  color: #334155;
}

.case-study__list li::before {
  content: "";
  position: absolute;
  top: 9px; left: 0;
  width: 10px; height: 10px;
  border-radius: 999px;
  background: #2563eb;
  box-shadow: 0 0 0 5px rgba(37,99,235,.10);
}

.case-study__note {
  padding: 24px 26px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.case-study__note p { margin: 16px 0 0; }

.case-study__impact-card { padding: 32px; }

@media (max-width: 767.98px) {
  .case-study { padding: 70px 0; }
  .case-study__card,
  .case-study__compare-col,
  .case-study__note,
  .case-study__impact-card { padding: 22px; }
  .case-study__card h3,
  .case-study__compare h3,
  .case-study__impact-card h3 { font-size: 1.25rem; }
  .case-study__step { grid-template-columns: 44px 1fr; gap: 14px; padding: 16px; }
  .case-study__step-number { width: 44px; height: 44px; border-radius: 14px; font-size: .95rem; }
}


/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials-sitebug {
  padding: 88px 0;
  background:
    radial-gradient(circle at top left,  rgba(37,99,235,.08), transparent 28%),
    radial-gradient(circle at bottom right, rgba(14,165,233,.08), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.testimonial-card {
  position: relative;
  background: #fff;
  border: 1px solid rgba(203,213,225,.9);
  border-radius: 24px;
  padding: 30px 26px;
  box-shadow: 0 18px 45px rgba(15,23,42,.08);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  height: 100%;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(15,23,42,.12);
  border-color: #bfdbfe;
}

.testimonial-card__quote-icon {
  width: 52px; height: 52px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 100%);
  color: #2563eb;
  font-size: 1.35rem;
}

.testimonial-card h3 { font-size: 1.18rem; line-height: 1.4; color: #0f172a; }
.testimonial-card p  { color: #475569; line-height: 1.75; }

.testimonial-card__author {
  margin-top: auto;
}

.testimonial-card__avatar {
  width: 48px; height: 48px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #2563eb 0%, #1d4ed8 100%);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 0 12px 24px rgba(37,99,235,.20);
  flex-shrink: 0;
}

.testimonial-card__author strong { display: block; font-size: 1rem; line-height: 1.2; color: #0f172a; }
.testimonial-card__author span:last-child { display: block; color: #64748b; font-size: .95rem; }

@media (max-width: 767.98px) {
  .testimonials-sitebug { padding: 70px 0; }
  .testimonial-card { padding: 24px 20px; }
  .testimonial-card h3 { font-size: 1.08rem; }
  .testimonial-card p  { line-height: 1.65; }
}


/* ============================================================
   FINAL CTA
   ============================================================ */
.sitebug-final-cta {
  padding: 90px 0;
  background:
    radial-gradient(circle at top left,  rgba(37,99,235,.12), transparent 30%),
    radial-gradient(circle at bottom right, rgba(14,165,233,.10), transparent 35%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.sitebug-final-cta__card {
  padding: 34px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(203,213,225,.9);
  box-shadow: 0 22px 55px rgba(15,23,42,.10);
}

.sitebug-final-cta__tag {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: .85rem;
  font-weight: 700;
}

.sitebug-final-cta__content h2 { font-size: 2rem; line-height: 1.2; color: #0f172a; margin: 0 0 18px; }
.sitebug-final-cta__lead { font-size: 1.06rem; line-height: 1.8; color: #334155; margin-bottom: 16px; }
.sitebug-final-cta__content p { color: #475569; line-height: 1.8; margin-bottom: 16px; }

.sitebug-final-cta__points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid #dbeafe;
  color: #334155;
  font-size: .95rem;
  font-weight: 600;
}

.sitebug-final-cta__points i { color: #2563eb; }

.sitebug-final-cta__box,
.sitebug-final-cta__mini {
  border-radius: 22px;
  padding: 24px;
  border: 1px solid rgba(203,213,225,.9);
}

.sitebug-final-cta__box { background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%); }

.sitebug-final-cta__box-label {
  font-size: .82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #2563eb;
}

.sitebug-final-cta__list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }

.sitebug-final-cta__list li {
  position: relative;
  padding-left: 24px;
  color: #334155;
}

.sitebug-final-cta__list li::before {
  content: "";
  position: absolute;
  top: 9px; left: 0;
  width: 9px; height: 9px;
  border-radius: 999px;
  background: #2563eb;
  box-shadow: 0 0 0 5px rgba(37,99,235,.10);
}

.sitebug-final-cta__mini {
  background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
  color: #fff;
  box-shadow: 0 18px 40px rgba(15,23,42,.18);
}

.sitebug-final-cta__mini strong { display: block; font-size: 1.05rem; line-height: 1.5; color: #fff; }
.sitebug-final-cta__mini p     { margin: 0; color: rgba(255,255,255,.82); line-height: 1.75; }

@media (max-width: 767.98px) {
  .sitebug-final-cta { padding: 72px 0; }
  .sitebug-final-cta__card { padding: 24px; }
  .sitebug-final-cta__content h2 { font-size: 1.55rem; }
  .sitebug-final-cta__lead { font-size: 1rem; }
  .sitebug-final-cta__box,
  .sitebug-final-cta__mini { padding: 20px; }
}


/* ============================================================
   FAQ
   ============================================================ */
.faq--premium {
  padding: 50px 0;
  background: linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);
}

.faq-acc { display: flex; flex-direction: column; gap: 12px; }

.faq-q {
  width: 100%;
  border: 1px solid rgba(15,23,42,.08);
  background: #fff;
  padding: 16px 18px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  cursor: pointer;
  color: #0f172a;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  box-shadow: 0 10px 20px rgba(15,23,42,.08);
  white-space: normal;
}

.faq-q span:first-child {
  flex: 1;
  min-width: 0;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.faq-ico {
  width: 34px; height: 34px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 900;
  color: #0f172a;
  background: #eef2ff;
  flex: 0 0 auto;
  transition: transform .12s ease;
}

.faq-a {
  margin-top: 10px;
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 20px;
  padding: 14px 16px;
  box-shadow: 0 10px 20px rgba(15,23,42,.08);
}

.faq-a p {
  margin: 0;
  line-height: 1.65;
  color: #111827;
  font-size: 15.5px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.faq-item.is-open .faq-ico { transform: rotate(45deg); }

@media (max-width: 720px) {
  .faq-q { padding: 12px 14px; }
}


/* ============================================================
   BLOG LATEST
   ============================================================ */
.post-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 10px 24px rgba(15,23,42,.08);
  display: flex;
  flex-direction: column;
}

.post-card__media { display: block; text-decoration: none; }

.post-card__img { width: 100%; height: 160px; object-fit: cover; display: block; }

.post-card__placeholder {
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 10px 12px;
  gap: 6px;
  color: #1d4ed8;
  font-weight: 700;
}

.post-card__placeholder i { font-size: 18px; opacity: .7; }

.post-card__body {
  padding: 16px 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.post-card__meta { display: flex; gap: 14px; align-items: center; color: #64748b; font-size: 13px; }

.meta-item { display: inline-flex; gap: 7px; align-items: center; }

.post-card__title { margin: 0; font-size: 15.8px; line-height: 1.35; font-weight: 900; color: #0f172a; }
.post-card__title a { color: inherit; text-decoration: none; }
.post-card__title a:hover { text-decoration: underline; }

.post-card__excerpt { margin: 0; color: #475569; font-size: 14.2px; line-height: 1.6; flex: 1; }

.post-card__link { color: #2563eb; font-weight: 800; text-decoration: none; font-size: 14px; }
.post-card__link:hover { text-decoration: underline; }

.post-empty {
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 10px 24px rgba(15,23,42,.08);
}

@media (max-width: 575.98px) {
  .post-card__img { height: 180px; }
}


/* ============================================================
   BUG ESTIMATOR
   ============================================================ */
.bug-estimator {
  padding: 80px 0;
  background:
    radial-gradient(circle at top left,  rgba(37,99,235,.10), transparent 35%),
    radial-gradient(circle at bottom right, rgba(14,165,233,.10), transparent 35%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.bug-estimator__card,
.estimate-box {
  background: #fff;
  border: 1px solid rgba(203,213,225,.9);
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(15,23,42,.08);
}

.bug-estimator__card { padding: 28px; }

.bug-input {
  border-radius: 14px;
  border: 1px solid #dbe4f0;
  padding: 14px 16px;
  min-height: 52px;
  box-shadow: none !important;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.bug-input:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 4px rgba(37,99,235,.10) !important;
}

.bug-textarea { min-height: 130px; resize: vertical; }

.bug-help { margin-top: 8px; font-size: .92rem; color: #64748b; }

.bug-checkbox {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 14px 16px;
  border: 1px solid #dbe4f0;
  border-radius: 14px;
  background: #f8fafc;
}

.bug-checkbox input { margin-top: 4px; }

.estimate-box {
  padding: 28px;
  position: sticky;
  top: 110px;
}

.estimate-box__top { display: flex; justify-content: space-between; gap: 12px; align-items: center; margin-bottom: 18px; }

.estimate-box__label {
  font-size: .85rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase; color: #2563eb;
}

.estimate-box__badge {
  display: inline-flex; align-items: center;
  padding: 8px 12px; border-radius: 999px;
  background: #eff6ff; color: #1d4ed8;
  font-size: .85rem; font-weight: 600;
}

.estimate-box__title { font-size: 1.5rem; line-height: 1.2; margin-bottom: 18px; color: #0f172a; }

.estimate-box__numbers { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 18px; }

.estimate-box__number {
  padding: 18px; border-radius: 18px;
  background: linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);
  border: 1px solid #dbeafe;
}

.estimate-box__small { display: block; font-size: .85rem; color: #64748b; margin-bottom: 6px; }
.estimate-box__number strong { font-size: 1.4rem; color: #0f172a; }

.estimate-box__text { color: #334155; margin-bottom: 18px; }

.estimate-box__list { margin: 0 0 22px; padding-left: 18px; color: #475569; }

.estimate-box__actions { display: flex; flex-wrap: wrap; gap: 12px; }

@media (max-width: 991.98px) {
  .estimate-box { position: static; }
}
