/* ==========================================================================
   Sistema Operativo de Crecimiento Digital
   ========================================================================== */

:root {
  --socd-surface: var(--fondo);
  --socd-surface-soft: var(--light);
  --socd-ink: var(--dark);
  --socd-muted: #3e484e;
  --socd-primary: var(--secundario);
  --socd-primary-bright: var(--primario);
  --socd-accent: var(--cuarto);
  --socd-line: rgba(7, 134, 173, 0.14);
  --socd-shadow: 0 24px 48px rgba(5, 4, 32, 0.08);
}

#sistema,
#metodo,
#aeo,
#caso,
#encaje,
#reportes,
#faq {
  scroll-margin-top: 9rem;
}

.socd-btn:focus-visible,
.socd-quick-nav__link:focus-visible,
.socd-accordion .accordion-button:focus-visible {
  outline: 3px solid rgba(255, 223, 73, 0.9);
  outline-offset: 4px;
}

.socd-hero,
.socd-system,
.socd-base,
.socd-aeo,
.socd-case,
.socd-proof,
.socd-fit,
.socd-reports,
.socd-faq,
.socd-final-cta {
  padding: 8rem 0;
}

.socd-eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0.45rem 0.7rem;
  background: rgba(255, 223, 73, 0.28);
  color: #4f4300;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 223, 73, 0.36);
  border-radius: 0.6rem;
}

.socd-sticky-panel {
  top: 120px;
}

.socd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 3.15rem;
  padding: 0.9rem 1.35rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease, background-color 0.2s ease;
}

.socd-btn:hover {
  transform: translateY(-2px);
}

.socd-btn--primary,
.socd-btn--case,
.socd-btn--footer {
  background: linear-gradient(135deg, var(--socd-primary) 0%, var(--socd-primary-bright) 100%);
  color: var(--white);
  box-shadow: 0 18px 34px rgba(7, 134, 173, 0.2);
}

.socd-btn--primary:hover,
.socd-btn--case:hover,
.socd-btn--footer:hover {
  color: var(--white);
  filter: brightness(1.05);
}

.socd-btn--secondary {
  background: rgba(255, 255, 255, 0.72);
  color: var(--socd-primary);
  border: 1px solid rgba(7, 134, 173, 0.14);
}

.socd-icon--whatsapp {
  color: #25d366;
}

@media (prefers-reduced-motion: reduce) {
  .socd-btn,
  .socd-card,
  .socd-mini-card,
  .socd-method__grid div,
  .socd-quick-nav__link {
    transition: none;
  }

  .socd-btn:hover,
  .socd-card:hover,
  .socd-mini-card:hover,
  .socd-method__grid div:hover,
  .socd-quick-nav__link:hover {
    transform: none;
  }
}

.socd-section-heading {
  max-width: 760px;
  margin-bottom: 3rem;
}

.socd-section-heading--center {
  /* Alineación izquierda aplicada globalmente por lineamientos UX (Left-side bias) */
  text-align: left;
}

.socd-section-heading h2,
.socd-system h2,
.socd-base h2,
.socd-case h2,
.socd-reports h2,
.socd-final-cta h2 {
  margin-bottom: 1.5rem;
  color: var(--socd-ink);
  font-family: var(--fonth1_lg);
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.socd-section-heading p,
.socd-system__intro,
.socd-system__callout,
.socd-base p,
.socd-reports p {
  color: rgba(5, 4, 32, 0.65);
  font-size: 1.15rem;
  line-height: 1.85;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .socd-section-heading h2,
  .socd-system h2,
  .socd-base h2,
  .socd-case h2,
  .socd-reports h2,
  .socd-final-cta h2 {
    font-size: 2.9rem;
  }
}

@media (max-width: 991.98px) {
  .socd-hero,
  .socd-system,
  .socd-base,
  .socd-aeo,
  .socd-case,
  .socd-proof,
  .socd-fit,
  .socd-reports,
  .socd-faq,
  .socd-final-cta {
    padding: 4.5rem 0;
  }

  .socd-section-heading h2,
  .socd-system h2,
  .socd-base h2,
  .socd-case h2,
  .socd-reports h2,
  .socd-final-cta h2 {
    font-size: 2.65rem;
  }
}

@media (max-width: 767.98px) {
  .socd-btn {
    width: 100%;
  }

  .socd-section-heading h2,
  .socd-system h2,
  .socd-base h2,
  .socd-case h2,
  .socd-reports h2,
  .socd-final-cta h2 {
    font-size: 2rem;
    line-height: 1.14;
  }
}

/* Hero */

.socd-hero {
  position: relative;
  overflow: hidden;
  padding-top: 9rem;
  padding-bottom: 7rem;
}

.socd-hero::after {
  position: absolute;
  inset: 0 0 auto auto;
  width: 48%;
  height: 70%;
  background: radial-gradient(circle, rgba(7, 134, 173, 0.18), transparent 68%);
  content: "";
  pointer-events: none;
  filter: blur(20px);
  z-index: -1;
}

.socd-hero__title {
  max-width: 660px;
  margin-bottom: 1.25rem;
  color: var(--socd-ink);
  font-family: var(--fonth1_lg);
  font-size: 5.2rem;
  font-weight: 800;
  line-height: 0.98;
}

.socd-hero__lead {
  max-width: 590px;
  margin-bottom: 1rem;
  color: var(--socd-ink);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.35;
}

.socd-hero__text {
  max-width: 620px;
  margin-bottom: 1.7rem;
  color: rgba(25, 24, 53, 0.76);
  font-size: 1.02rem;
  line-height: 1.75;
}

.socd-hero__actions,
.socd-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.socd-hero__actions {
  margin-bottom: 1.6rem;
}

.socd-hero__trust span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.65rem 0.8rem;
  background: rgba(255, 255, 255, 0.76);
  color: rgba(25, 24, 53, 0.78);
  font-size: 0.88rem;
  font-weight: 700;
  border: 1px solid rgba(7, 134, 173, 0.1);
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(25, 24, 53, 0.05);
}

.socd-authority-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  max-width: 680px;
  margin-top: 1.2rem;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(7, 134, 173, 0.1);
  border-radius: 1.25rem;
  box-shadow: 0 18px 40px rgba(25, 24, 53, 0.055);
  backdrop-filter: blur(16px);
}

.socd-authority-strip div {
  padding: 0.75rem 0.85rem;
  background: rgba(255, 255, 255, 0.78);
  border-radius: 0.9rem;
}

.socd-authority-strip strong,
.socd-authority-strip span {
  display: block;
}

.socd-authority-strip strong {
  margin-bottom: 0.2rem;
  color: var(--socd-ink);
  font-size: 0.86rem;
  font-weight: 800;
}

.socd-authority-strip span {
  color: rgba(25, 24, 53, 0.64);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.35;
}

.socd-dashboard {
  position: relative;
  padding: 2.5rem 2rem;
  background: var(--dark);
  color: var(--white);
  border-radius: 2rem;
  box-shadow: 0 36px 70px rgba(5, 4, 32, 0.16);
}

.socd-dashboard__top {
  display: flex;
  gap: 0.35rem;
  margin-bottom: 1rem;
}

.socd-dashboard__top span {
  width: 0.58rem;
  height: 0.58rem;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 50%;
}

.socd-dashboard__main-metric,
.socd-dashboard__metrics,
.socd-dashboard__flow {
  background: rgba(255, 255, 255, 0.05);
  color: var(--white);
  border-radius: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.socd-dashboard__main-metric {
  padding: 2rem;
  margin-bottom: 1rem;
  text-align: center;
}

.socd-dashboard__main-metric strong {
  display: block;
  font-family: var(--fonth1_lg);
  font-size: 4.5rem;
  font-weight: 800;
  color: var(--cuarto);
  line-height: 1;
  margin-top: 0.5rem;
}

.socd-dashboard__label,
.socd-dashboard__metrics span {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.socd-dashboard__bar {
  flex: 1;
  min-width: 1rem;
  background: linear-gradient(180deg, var(--socd-accent), var(--socd-primary-bright));
  border-radius: 999px 999px 0.35rem 0.35rem;
}

.socd-dashboard__bar--one {
  height: 44%;
}

.socd-dashboard__bar--two {
  height: 58%;
}

.socd-dashboard__bar--three {
  height: 49%;
}

.socd-dashboard__bar--four {
  height: 72%;
}

.socd-dashboard__bar--five {
  height: 64%;
}

.socd-dashboard__bar--six {
  height: 86%;
}

.socd-dashboard__bar--seven {
  height: 78%;
}

.socd-dashboard__metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  background: transparent;
  border: none;
}

.socd-dashboard__metrics div {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.15rem;
  text-align: center;
}

.socd-dashboard__metrics strong {
  display: block;
  color: var(--white);
  font-size: 2rem;
  font-weight: 800;
  margin-top: 0.5rem;
  font-family: var(--fonth1_lg);
}

.socd-dashboard__flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  padding: 1.2rem;
  font-size: 0.9rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.8);
}

.socd-dashboard__flow i {
  color: var(--cuarto);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .socd-hero__title {
    font-size: 4.4rem;
  }
}

@media (max-width: 991.98px) {
  .socd-hero__title {
    font-size: 3.7rem;
  }

  .socd-authority-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .socd-hero {
    padding-top: 4.25rem;
  }

  .socd-hero__title {
    padding-left: 0.04em;
    font-size: 2.45rem;
  }

  .socd-hero__lead {
    font-size: 1.24rem;
  }

  .socd-hero__actions {
    width: 100%;
  }

  .socd-dashboard {
    border-width: 6px;
    border-radius: 1.5rem;
  }

  .socd-dashboard__metrics {
    grid-template-columns: 1fr;
  }

  .socd-dashboard__flow {
    align-items: flex-start;
  }
}

/* Quick nav */

.socd-quick-nav {
  position: relative;
  z-index: 4;
  margin-top: -1.5rem;
  padding-bottom: 1.25rem;
}

.socd-quick-nav__inner {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem;
  padding-right: 2rem;
  overflow-x: auto;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(7, 134, 173, 0.12);
  border-radius: 1.35rem;
  box-shadow: var(--socd-shadow);
  backdrop-filter: blur(18px);
  scrollbar-width: none;
}

.socd-quick-nav__inner::-webkit-scrollbar {
  display: none;
}

.socd-quick-nav__link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0.75rem 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(245, 251, 254, 0.94) 100%);
  color: rgba(25, 24, 53, 0.82);
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid rgba(7, 134, 173, 0.12);
  border-radius: 999px;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.socd-quick-nav__link:hover {
  transform: translateY(-2px);
  color: #062332;
  border-color: rgba(7, 134, 173, 0.24);
  box-shadow: 0 14px 24px rgba(7, 134, 173, 0.12);
}

.socd-quick-nav__link.is-active,
.socd-quick-nav__link--cta {
  background: linear-gradient(135deg, var(--socd-primary) 0%, var(--socd-primary-bright) 100%);
  color: var(--white);
  border-color: transparent;
}

@media (max-width: 767.98px) {
  .socd-quick-nav {
    margin-top: 0;
  }
}

/* Problem */

.socd-problem {
  padding: 6rem 0;
  background: rgba(245, 242, 255, 0.68);
}

.socd-statement {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem;
  background: var(--white);
  border-radius: 1.5rem;
  box-shadow: var(--socd-shadow);
}

.socd-statement p {
  margin: 0;
  color: var(--socd-ink);
  font-family: var(--fonth1_lg);
  font-size: 2.35rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
}

@media (max-width: 767.98px) {
  .socd-statement {
    padding: 1.5rem;
  }

  .socd-statement p {
    font-size: 2rem;
    line-height: 1.14;
  }
}

/* System */

.socd-feature-list {
  display: grid;
  gap: 2.5rem;
}

.socd-feature-item {
  display: flex;
  gap: 2rem;
  padding: 2.5rem;
  background: var(--white);
  border-left: 4px solid var(--secundario);
  border-radius: 0 1.5rem 1.5rem 0;
  box-shadow: 0 10px 40px rgba(5, 4, 32, 0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.socd-feature-item:hover {
  transform: translateX(5px);
  box-shadow: 0 15px 40px rgba(5, 4, 32, 0.08);
}

.socd-feature-item__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  background: rgba(7, 134, 173, 0.08);
  color: var(--primario);
  font-size: 1.5rem;
  border-radius: 1rem;
}

.socd-feature-item__content h3 {
  margin-bottom: 0.8rem;
  color: var(--dark);
  font-size: 1.45rem;
  font-weight: 800;
}

.socd-feature-item__content p {
  margin: 0;
  color: rgba(5, 4, 32, 0.6);
  line-height: 1.8;
  font-size: 1.05rem;
}

.socd-mini-card {
  position: relative;
  overflow: hidden;
  padding: 1.6rem;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(7, 134, 173, 0.1);
  border-radius: 1.35rem;
  box-shadow: 0 20px 40px rgba(25, 24, 53, 0.055);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.socd-system__callout {
  margin-top: 1rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.76);
  color: var(--socd-ink);
  font-weight: 800;
  border: 1px solid rgba(7, 134, 173, 0.12);
  border-radius: 1rem;
  box-shadow: 0 14px 30px rgba(25, 24, 53, 0.04);
}

/* Method */

.socd-method {
  background: var(--dark);
  color: var(--white);
}

.socd-section-heading--light h2,
.socd-section-heading--light p {
  color: var(--white);
}

.socd-method-pipeline {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

@media (max-width: 991.98px) {
  .socd-method__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767.98px) {
  .socd-method__grid {
    grid-template-columns: 1fr;
  }
}

.socd-method-step {
  position: relative;
  overflow: hidden;
  padding: 3rem 2rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 3px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.25rem;
  transition: all 0.3s ease;
}

.socd-method-step:hover {
  background: rgba(255, 255, 255, 0.08);
  border-top-color: var(--cuarto);
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.socd-method-step .step-num {
  position: absolute;
  top: -1rem;
  right: 0.5rem;
  font-size: 7rem;
  font-family: var(--fonth1_lg);
  font-weight: 800;
  color: rgba(255, 255, 255, 0.04);
  line-height: 1;
  pointer-events: none;
  transition: color 0.3s ease;
}

.socd-method-step:hover .step-num {
  color: rgba(255, 255, 255, 0.08);
}

.socd-method-step .step-title {
  display: block;
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--white);
  position: relative;
  z-index: 2;
  font-family: var(--fonth2_lg);
}

.socd-method__grid strong {
  color: var(--white);
}

.socd-code-panel {
  overflow: hidden;
  background: #042c3a;
}

.socd-code-panel__header {
  display: flex;
  gap: 0.4rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.08);
}

.socd-code-panel__header span {
  width: 0.65rem;
  height: 0.65rem;
  background: rgba(255, 255, 255, 0.62);
  border-radius: 50%;
}

.socd-code-panel__body {
  padding: 2rem;
}

.socd-code-panel__body p {
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.86);
  font-family: monospace;
}

.socd-code-panel__body span {
  color: var(--socd-accent);
}

/* Base */

.socd-base__paths {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}

.socd-base__paths div {
  padding: 1.2rem;
  background: var(--white);
  border: 1px solid var(--socd-line);
  border-radius: 1.1rem;
  box-shadow: 0 14px 30px rgba(25, 24, 53, 0.05);
}

.socd-base__paths i {
  display: block;
  margin-bottom: 0.65rem;
  color: var(--socd-primary);
  font-size: 1.4rem;
}

.socd-base__paths strong,
.socd-base__paths span {
  display: block;
}

.socd-base__paths strong {
  margin-bottom: 0.3rem;
  color: var(--socd-ink);
  font-weight: 800;
}

.socd-base__paths span {
  color: rgba(25, 24, 53, 0.68);
}

@media (max-width: 767.98px) {
  .socd-base__paths {
    grid-template-columns: 1fr;
  }
}

/* AEO */

.socd-aeo {
  padding: 6rem 0;
  background: rgba(245, 242, 255, 0.68);
}

/* Case */

.socd-case__wrap {
  overflow: hidden;
  padding: 4.5rem;
  background: linear-gradient(135deg, var(--socd-primary) 0%, var(--socd-primary-bright) 100%);
  color: var(--white);
  border-radius: 1.8rem;
  box-shadow: 0 34px 65px rgba(5, 100, 130, 0.24);
}

.socd-case__eyebrow {
  display: block;
  margin-bottom: 1rem;
  color: var(--socd-accent);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.socd-case h2,
.socd-case p {
  color: var(--white);
}

.socd-case__metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.socd-case__metrics div {
  padding: 1.4rem;
  background: rgba(255, 255, 255, 0.94);
  color: var(--socd-ink);
  border-radius: 1.2rem;
}

.socd-case__metrics strong {
  display: block;
  color: var(--socd-primary);
  font-size: 3.25rem;
  font-weight: 800;
  line-height: 1;
}

.socd-case__metrics span {
  display: block;
  margin-top: 0.45rem;
  color: rgba(25, 24, 53, 0.62);
  font-weight: 800;
}

@media (max-width: 767.98px) {
  .socd-case__wrap {
    padding: 1.5rem;
  }

  .socd-case__metrics {
    grid-template-columns: 1fr;
  }
}

.socd-case__method {
  margin-top: 1rem;
}

.socd-case__method span {
  display: inline-flex;
  margin-bottom: 0.65rem;
  padding: 0.45rem 0.65rem;
  background: rgba(255, 223, 73, 0.16);
  color: var(--socd-accent);
  font-size: 0.86rem;
  font-weight: 800;
  border: 1px solid rgba(255, 223, 73, 0.22);
  border-radius: 999px;
}

.socd-case__method p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* Proof */

.socd-industries {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin-bottom: 2rem;
}

.socd-industries span {
  padding: 0.65rem 0.95rem;
  background: var(--white);
  color: var(--socd-primary);
  font-weight: 800;
  border: 1px solid var(--socd-line);
  border-radius: 999px;
}

.socd-logo-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.socd-logo-grid div {
  display: grid;
  place-items: center;
  min-height: 7rem;
  padding: 1rem;
  background: var(--white);
  border: 1px solid rgba(7, 134, 173, 0.1);
  border-radius: 1.1rem;
  box-shadow: 0 16px 30px rgba(25, 24, 53, 0.045);
}

.socd-logo-grid img {
  max-width: 100%;
  max-height: 4.4rem;
  object-fit: contain;
}

@media (max-width: 991.98px) {
  .socd-logo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767.98px) {
  .socd-logo-grid {
    grid-template-columns: 1fr;
  }
}

.socd-testimonial {
  padding: 1.5rem;
}

.socd-testimonial p {
  color: rgba(25, 24, 53, 0.78);
  font-weight: 600;
  line-height: 1.65;
}

.socd-testimonial footer {
  color: var(--socd-primary);
  font-size: 0.88rem;
  font-weight: 800;
}

.socd-testimonial--featured p {
  font-size: 1.2rem;
}

/* Fit */

.socd-fit {
  padding: 6rem 0;
  background: rgba(245, 242, 255, 0.68);
}

.socd-fit__card {
  padding: 2rem;
}

@media (max-width: 767.98px) {
  .socd-fit__card {
    padding: 1.5rem;
  }
}

.socd-fit__card h2 {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1.25rem;
  color: var(--socd-ink);
  font-size: 1.5rem;
  font-weight: 800;
}

.socd-fit__card--yes h2 i {
  color: var(--socd-primary);
}

.socd-fit__card--no h2 i {
  color: #6f787e;
}

.socd-fit__card ul {
  display: grid;
  gap: 0.85rem;
  margin: 0;
  padding-left: 1.2rem;
  color: rgba(25, 24, 53, 0.75);
  line-height: 1.6;
}

/* Reports */

.socd-reports__quote {
  padding-left: 1rem;
  color: var(--socd-ink);
  font-weight: 800;
  border-left: 4px solid var(--socd-accent);
}

.socd-report-panel {
  padding: 1rem;
}

.socd-report-panel__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: var(--socd-surface-soft);
  border-radius: 1rem;
}

.socd-report-panel__row + .socd-report-panel__row {
  margin-top: 0.85rem;
}

.socd-report-panel__row span {
  color: rgba(25, 24, 53, 0.7);
  font-weight: 700;
}

.socd-report-panel__row strong {
  color: var(--socd-primary);
  font-size: 2rem;
  font-weight: 800;
}

.socd-report-panel__summary {
  margin-top: 0.9rem;
  padding: 1.1rem;
  background: linear-gradient(135deg, rgba(5, 100, 130, 0.1) 0%, rgba(7, 134, 173, 0.08) 100%);
  border: 1px solid rgba(7, 134, 173, 0.12);
  border-radius: 1rem;
}

.socd-report-panel__summary strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--socd-primary);
  font-weight: 800;
}

.socd-report-panel__summary p {
  margin: 0;
  color: rgba(25, 24, 53, 0.7);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* FAQ */

.socd-faq {
  padding: 6rem 0;
  background: rgba(245, 242, 255, 0.68);
}

.socd-accordion {
  max-width: 920px;
  margin: 0 auto;
}

.socd-accordion .accordion-item {
  margin-bottom: 1rem;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--socd-line);
  border-radius: 1rem;
  box-shadow: 0 14px 28px rgba(25, 24, 53, 0.045);
}

.socd-accordion .accordion-button {
  color: var(--socd-ink);
  font-weight: 800;
}

.socd-accordion .accordion-button:not(.collapsed) {
  background: rgba(7, 134, 173, 0.08);
  color: var(--socd-primary);
  box-shadow: none;
}

/* Final CTA */

.socd-final-cta {
  padding-top: 3rem;
}

.socd-final-cta__inner {
  max-width: 840px;
  margin: 0 auto;
  padding: 4rem;
  background: var(--white);
  text-align: center;
  border: 1px solid var(--socd-line);
  border-radius: 1.8rem;
  box-shadow: var(--socd-shadow);
}

@media (max-width: 767.98px) {
  .socd-final-cta__inner {
    padding: 1.5rem;
  }
}

.socd-final-cta__inner p {
  max-width: 620px;
  margin: 0 auto 1.5rem;
  color: rgba(25, 24, 53, 0.72);
  line-height: 1.7;
}

.socd-final-cta__inner span {
  display: block;
  margin-top: 1rem;
  color: rgba(25, 24, 53, 0.58);
  font-size: 0.9rem;
}
