/* ==========================================================================
   agentes-de-ia/style.css
   Estilos específicos da LP /agentes-de-ia
   Base: /apps/style.css
   ========================================================================== */

/* ─── Sticky header ────────────────────────────────────────────────────── */
.sticky-header {
  background: rgba(41,24,88,.92) !important;
  border-bottom: 1px solid rgba(220,252,23,.12);
}
.sticky-header .sticky-logo__icon,
.sticky-header.visible .sticky-logo__icon { display: none !important; }
.sticky-header .sticky-logo__full,
.sticky-header.visible .sticky-logo__full { display: block !important; }

/* ─── Eyebrow ────────────────────────────────────────────────────────────── */
.eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}
.eyebrow--purple { color: #6941C6; }
.eyebrow--lime   { color: #DCFC17; }

/* ─── Hero ───────────────────────────────────────────────────────────────── */
.hero {
  background:
    radial-gradient(circle at top left, rgba(220,252,23,.18), transparent 28%),
    linear-gradient(180deg, #f8f6ff 0%, #ffffff 72%);
  padding: 28px 0 18px;
  position: relative;
  overflow: hidden;
}
.hero::before { display: none !important; }
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 85% 18%, rgba(105,65,198,.08), transparent 22%),
    radial-gradient(circle at 15% 78%, rgba(220,252,23,.16), transparent 26%);
  z-index: 0;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.04));
  z-index: 1; pointer-events: none;
}
.hero-nav, .hero-body { position: relative; z-index: 2; }
.hero-nav  { padding: 0 0 12px; }
.hero-nav .container--wide {
  display: flex;
  justify-content: center;
}
.hero-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(105,65,198,.12);
  box-shadow: 0 8px 24px rgba(41,24,88,.05);
}
.hero-logo img {
  display: block;
  width: auto;
  max-width: 168px;
  height: 34px;
  object-fit: contain;
}
.hero-body { padding: 8px 0 24px; }
.hero-body .container--wide {
  display: block;
}
.hero-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 10px 0 0;
}

.hero-eyebrow {
  color: #6941C6; font-size: 12px; font-weight: 800;
  text-transform: uppercase; letter-spacing: .1em;
  line-height: 1.2; margin-bottom: 16px;
}
.hero-title {
  color: #101828;
  font-size: clamp(2.25rem, 4.2vw, 3.55rem);
  font-weight: 800; line-height: 1.03; margin-bottom: 16px;
  letter-spacing: -.05em;
  max-width: 680px;
}
.hero-title-accent { color: #6941C6; }
.hero-desc {
  color: #475467; font-size: 1.02rem;
  line-height: 1.6; max-width: 590px; margin: 0 auto 24px;
}
.hero-center  {
  max-width: 820px;
  padding: 6px 0 0;
  text-align: center;
}
.hero-diagnostic {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  max-width: 720px;
  margin: 4px auto 0;
  padding: 26px 26px 22px;
  border-radius: 24px;
  border: 1px solid rgba(105,65,198,.14);
  background: rgba(255,255,255,.82);
  box-shadow: 0 18px 44px rgba(41,24,88,.08);
}
.hero-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.hero-primary-cta {
  width: auto !important;
  padding: 14px 24px !important;
  border-radius: 12px;
  font-size: 14px !important;
  box-shadow: 0 12px 26px rgba(220,252,23,.22);
}
.hero-secondary-link {
  color: #6941C6;
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-top: 14px;
}
.hero-diagnostic-note {
  margin: 6px 0 0;
  color: #667085;
  font-size: .78rem;
  line-height: 1.45;
  text-align: center;
}

/* ─── Benefícios ─────────────────────────────────────────────────────────── */
.benefits-strip {
  background: #fff;
  padding: 88px 0;
}
.benefits-header {
  text-align: center; max-width: 760px; margin: 0 auto 36px;
}
.benefits-header h2 {
  color: #101828; font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 800;
  line-height: 1.18; margin-bottom: 14px;
}
.benefits-sub { color: #667085; font-size: 1rem; line-height: 1.65; margin: 0; }
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  max-width: 1080px;
  margin: 0 auto 32px;
}
.benefit-card {
  min-height: 100%;
  padding: 28px 24px;
  border: 1px solid #eaecf0;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #faf8fd 100%);
  box-shadow: 0 10px 24px rgba(16,24,40,.05);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(41,24,88,.08);
  border-color: rgba(105,65,198,.18);
}
.benefit-icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  margin-bottom: 18px;
  background: #f4ebff;
  color: #6941c6;
  font-size: 18px;
}
.benefit-card h3 {
  color: #101828;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px;
}
.benefit-card p {
  color: #475467;
  font-size: .95rem;
  line-height: 1.68;
  margin: 0;
}

.ba-table {
  max-width: 920px;
  margin: 0 auto;
  border: 1px solid #eaecf0;
  border-radius: 20px;
  overflow: hidden;
}
.ba-table-head {
  display: grid;
  grid-template-columns: 1fr 40px 1fr;
  padding: 14px 28px;
  background: #f9fafb;
  border-bottom: 1px solid #eaecf0;
}
.ba-table-head span {
  font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .08em;
  color: #98A2B3;
}
.ba-table-head span:last-child { color: #6941c6; }

.ba-row {
  display: grid;
  grid-template-columns: 1fr 40px 1fr;
  align-items: center;
  padding: 18px 28px;
  border-bottom: 1px solid #f2f4f7;
  transition: background .15s;
}
.ba-row:last-child { border-bottom: none; }
.ba-row:hover { background: #fafbff; }

.ba-cell {
  font-size: .93rem; font-weight: 500; line-height: 1.4;
}
.ba-cell--before {
  color: #667085;
  display: flex; align-items: center; gap: 10px;
}
.ba-cell--before::before {
  content: '';
  width: 8px; height: 8px; border-radius: 50%;
  border: 2px solid #D0D5DD;
  flex-shrink: 0;
}
.ba-cell--after {
  color: #101828; font-weight: 600;
  display: flex; align-items: center; gap: 10px;
}
.ba-cell--after::before {
  content: '';
  width: 8px; height: 8px; border-radius: 50%;
  background: #6941c6;
  flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(105,65,198,.15);
}
.ba-divider {
  display: flex; align-items: center; justify-content: center;
  color: #D0D5DD; font-size: .75rem;
}

/* ─── Diagnóstico ────────────────────────────────────────────────────────── */
.diagnostic {
  background: #291858;
  padding: 80px 0;
}
.diagnostic-inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 64px;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}
.diagnostic-copy h2 {
  color: #101828; font-size: clamp(1.15rem, 1.7vw, 1.45rem);
  font-weight: 800; line-height: 1.2; margin-bottom: 12px;
}
.diagnostic-copy > p {
  color: #667085; font-size: .9rem;
  line-height: 1.45; margin-bottom: 18px;
}
.hero-diagnostic .diagnostic-copy > p {
  margin-bottom: 6px;
}
.hero-diagnostic .diagnostic-copy {
  text-align: center;
}
.hero-diagnostic .diagnostic-copy h2 {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.diagnostic-skip {
  display: inline-block;
  color: #6941C6;
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .2s ease;
}
.diagnostic-skip:hover { color: #53389E; }

/* ─── Wizard de diagnóstico ──────────────────────────────────────────────── */
.dw-loading { color: #667085; font-size: .95rem; }

.dw-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8f6ff 100%);
  border: 1px solid #e4def7;
  border-radius: 18px;
  padding: 16px;
}

.dw-progress { margin-bottom: 14px; }
.dw-progress-bar {
  height: 4px; border-radius: 99px;
  background: #ebe7f7;
  overflow: hidden; margin-bottom: 8px;
}
.dw-progress-fill {
  height: 100%; border-radius: 99px;
  background: linear-gradient(90deg, #6941C6 0%, #8b6cd9 100%);
  transition: width .3s ease;
}
.dw-progress-label {
  font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .06em;
  color: #98A2B3;
}

.dw-question {
  color: #101828; font-size: .92rem; font-weight: 700;
  line-height: 1.25; margin-bottom: 14px;
}

.dw-options {
  display: flex; flex-direction: column; gap: 8px;
  margin-bottom: 4px;
}
.dw-option {
  text-align: left;
  padding: 9px 13px;
  border-radius: 12px;
  border: 1px solid #ddd6f3;
  background: #fff;
  color: #344054;
  font-family: 'Manrope', sans-serif;
  font-size: .82rem; font-weight: 500; line-height: 1.3;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .15s ease;
}
.dw-option:hover:not(:disabled) {
  border-color: rgba(105,65,198,.35);
  background: #faf8ff;
  transform: translateY(-1px);
}
.dw-option:disabled { opacity: .4; cursor: default; }
.dw-option.is-selected {
  border-color: #6941C6;
  background: #f4efff;
  color: #101828;
  opacity: 1;
}
.dw-option--segment { font-weight: 700; }

.dw-freetext-wrap { margin-top: 14px; }
.dw-freetext {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #d6d0eb;
  background: #fff;
  color: #344054;
  font-family: 'Manrope', sans-serif;
  font-size: .9rem;
  resize: vertical;
  margin-bottom: 12px;
  outline: none;
}
.dw-freetext:focus {
  border-color: #6941C6;
  box-shadow: 0 0 0 3px rgba(105,65,198,.12);
}
.dw-freetext-submit { padding: 11px 22px !important; font-size: 14px !important; }

.dw-back {
  display: inline-block;
  margin-top: 18px;
  background: none; border: none;
  color: #667085;
  font-size: 13px; font-weight: 600;
  cursor: pointer;
  transition: color .2s ease;
}
.dw-back:hover { color: #101828; }

.dw-card--result { text-align: left; }
.dw-badge {
  display: inline-flex;
  padding: 5px 12px;
  border-radius: 99px;
  font-size: 11px; font-weight: 800;
  text-transform: uppercase; letter-spacing: .06em;
  margin-bottom: 16px;
}
.dw-badge--alto  { background: rgba(220,252,23,.14); color: #DCFC17; }
.dw-badge--medio { background: rgba(255,183,77,.16); color: #FFB74D; }
.dw-badge--baixo { background: #f2f4f7; color: #667085; }
.dw-badge--neutro { background: rgba(105,65,198,.2); color: #b9a3f0; }

.dw-result-text {
  color: #475467;
  font-size: 1rem; line-height: 1.65;
  margin-bottom: 24px;
}
.dw-result-paragraph {
  margin: 0 0 12px;
  color: #475467;
}
.dw-result-paragraph:last-child { margin-bottom: 0; }
.dw-result-paragraph--lead {
  font-size: 1.08rem;
  line-height: 1.55;
  color: #101828;
}
.dw-result-text strong {
  color: #101828;
  font-weight: 800;
}
.dw-continue { padding: 13px 26px !important; font-size: 15px !important; }

.dw-lead-form .form-group:last-of-type { margin-bottom: 20px; }

/* ─── Orquestração ───────────────────────────────────────────────────────── */
.orchestration { background: #faf8fd; padding: 80px 0; }
.orchestration-header {
  text-align: center; max-width: 680px; margin: 0 auto 48px;
}
.orchestration-header h2 {
  color: #101828; font-size: 2.2rem; font-weight: 800;
  line-height: 1.15; margin-bottom: 14px;
}
.orchestration-sub { color: #344054; font-size: 1rem; line-height: 1.7; margin: 0; }

.orchestration-frame {
  max-width: 980px; margin: 0 auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #eaecf0;
  border-radius: 20px;
  box-shadow: 0 4px 14px rgba(16,24,40,.04);
}
.orchestration-frame img {
  width: 100%; height: auto;
  display: block;
  border-radius: 12px;
}

@media (max-width: 640px) {
  .orchestration-header h2 { font-size: 1.6rem; }
  .orchestration-frame { padding: 12px; }
}

/* ─── Agent Flows ────────────────────────────────────────────────────────── */
.agent-flows {
  background: #160d30;
  padding: 80px 0;
}
.agent-flows-header {
  text-align: center; max-width: 640px; margin: 0 auto 56px;
}
.agent-flows-header h2 {
  color: #fff; font-size: 2rem; font-weight: 800;
  line-height: 1.2; margin-bottom: 14px;
}
.agent-flows-sub { color: rgba(255,255,255,.62); font-size: 1rem; line-height: 1.65; margin: 0; }

.flow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.flow-card {
  background: linear-gradient(145deg, rgba(80,57,140,.2), rgba(13,9,33,.3));
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 20px;
  padding: 28px 24px;
  display: flex; flex-direction: column; gap: 20px;
  transition: border-color .2s, transform .2s;
}
.flow-card:hover {
  border-color: rgba(220,252,23,.2);
  transform: translateY(-3px);
}
.flow-card-header {
  display: flex; align-items: flex-start; gap: 14px;
}
.flow-icon {
  width: 44px; height: 44px; flex-shrink: 0;
  border-radius: 12px;
  background: rgba(220,252,23,.1);
  display: flex; align-items: center; justify-content: center;
  color: #DCFC17; font-size: 17px;
}
.flow-card-header h3 {
  color: #fff; font-size: 1.05rem; font-weight: 700;
  line-height: 1.3; margin-bottom: 4px;
}
.flow-card-header p {
  color: rgba(255,255,255,.55); font-size: .8rem; line-height: 1.5; margin: 0;
}

.flow-timeline {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column;
  position: relative;
}
.flow-timeline::before {
  content: '';
  position: absolute;
  left: 26px; top: 6px; bottom: 6px;
  width: 1px;
  background: rgba(220,252,23,.15);
}
.flow-step {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 6px 0; position: relative;
}
.flow-step::before {
  content: '';
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(220,252,23,.4);
  flex-shrink: 0; margin-top: 5px;
  position: relative; z-index: 1;
}
.flow-step--outcome::before {
  background: #DCFC17;
  box-shadow: 0 0 8px rgba(220,252,23,.5);
}
.flow-marker {
  font-size: .7rem; font-weight: 700; color: rgba(255,255,255,.38);
  letter-spacing: .04em; min-width: 34px; margin-top: 4px; flex-shrink: 0;
}
.flow-text {
  font-size: .83rem; color: rgba(255,255,255,.75); line-height: 1.5;
}
.flow-step--outcome .flow-text {
  color: #DCFC17; font-weight: 600;
}
.flow-result {
  background: rgba(220,252,23,.06);
  border: 1px solid rgba(220,252,23,.15);
  border-radius: 10px;
  padding: 12px 14px;
  font-size: .8rem;
  color: rgba(255,255,255,.6);
  line-height: 1.55;
  font-style: italic;
}

/* ─── Setores / Processos ─────────────────────────────────────────────────── */
.sectors { background: #faf8fd; padding: 80px 0; }
.sectors-header { text-align: center; margin-bottom: 48px; }
.sectors-header h2 {
  color: #101828; font-size: 2rem; font-weight: 800;
  line-height: 1.25; margin-bottom: 10px;
}
.sectors-sub {
  color: #667085; font-size: .95rem; line-height: 1.6; margin: 0;
}
.sectors-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.sector-card {
  background: #fff;
  border: 1px solid #eaecf0;
  border-radius: 20px;
  padding: 28px 22px;
  transition: transform .2s, box-shadow .2s, border-color .2s;
  position: relative; overflow: hidden;
}
.sector-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: #DCFC17; transform: scaleX(0); transform-origin: left;
  transition: transform .25s ease;
}
.sector-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(43,29,86,.08);
  border-color: rgba(105,65,198,.2);
}
.sector-card:hover::before { transform: scaleX(1); }
.sector-icon {
  width: 48px; height: 48px; border-radius: 14px;
  background: #f4ebff; display: flex;
  align-items: center; justify-content: center;
  color: #6941c6; font-size: 18px; margin-bottom: 16px;
}
.sector-card h3 {
  color: #101828; font-size: 1rem; font-weight: 700; margin-bottom: 14px;
}
.sector-card ul {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 8px;
}
.sector-card ul li {
  font-size: .83rem; color: #344054; line-height: 1.5;
  padding-left: 14px; position: relative;
}
.sector-card ul li::before {
  content: ''; position: absolute; left: 0; top: 7px;
  width: 5px; height: 5px; border-radius: 50%; background: #6941c6;
}

/* ─── Overrides herdados de /apps/style.css ─────────────────────────────── */
.process, .faq, .footer { background: #faf8fd; }
.process { padding: 56px 0 80px; }
.process .container { max-width: 1180px; }
.faq { padding: 80px 0; }

.process-title,
.faq-title {
  font-size: 2rem !important; font-weight: 700;
  color: #101828; line-height: 1.25; text-align: center;
}
.faq-title { margin-bottom: 40px; }
.process-subtitle {
  font-size: 1rem; color: #667085; text-align: center;
  margin: 12px auto 48px; max-width: 520px;
}
.process-grid--4 {
  grid-template-columns: repeat(4, minmax(0,1fr)) !important;
  gap: 24px; max-width: 1120px; margin: 0 auto; align-items: stretch;
}
.process-grid--4 .process-item {
  display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 8px;
}
.process-grid--4 .process-icon { margin-left: auto; margin-right: auto; }
.process-grid--4 .process-item h3 { width: 100%; }
.process-grid--4 .process-item p { max-width: 240px; margin: 0 auto; }

.process-cta, .faq-cta { text-align: center; margin-top: 40px; }
.process-cta .btn--yellow,
.faq-cta .btn--yellow,
.why-us-inner .btn--yellow,
.final-cta-card .btn--yellow {
  width: auto !important; padding: 14px 32px !important;
  border-radius: 10px; font-size: 15px; display: inline-block;
}

/* ─── Why-us (para quem é + form) ───────────────────────────────────────── */
.why-us { background: #291858; padding: 80px 0; position: relative; overflow: hidden; }
.why-us::before { display: none; }
.why-us .container { position: relative; z-index: 1; }
.why-us-inner {
  max-width: 1120px; margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0,.95fr) minmax(360px,1.05fr);
  gap: 56px; align-items: center;
}
.why-us-copy { text-align: left; }
.why-us-inner h2 {
  color: #fff; font-size: 1.9rem; font-weight: 700;
  line-height: 1.3; margin-bottom: 18px;
}
.why-us-subtitle {
  color: rgba(255,255,255,.72); font-size: 1rem;
  line-height: 1.7; margin: 0 0 32px; max-width: 620px;
}
.why-us-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 12px;
}
.why-us-list li {
  display: flex; align-items: flex-start; gap: 12px;
  color: rgba(255,255,255,.9); font-size: 1rem;
  line-height: 1.55; font-weight: 500;
}
.why-us-list li::before {
  content: '✓'; flex-shrink: 0;
  width: 24px; height: 24px; border-radius: 50%;
  background: rgba(220,252,23,.18); color: #DCFC17;
  font-size: 11px; font-weight: 800; line-height: 24px;
  text-align: center; margin-top: 1px;
}
.why-us-form .form-card { margin-top: 0; }

/* ─── FAQ ────────────────────────────────────────────────────────────────── */
.faq-list { display: flex; flex-direction: column; gap: 8px; }
.faq-item {
  border: 1px solid #eaecf0; border-radius: 12px;
  background: #fff; overflow: hidden;
  transition: border-color .18s;
}
.faq-item[open] { border-color: rgba(105,65,198,.22); }
.faq-question {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 20px;
  font-family: Manrope, sans-serif; font-size: 15px;
  font-weight: 700; color: #101828;
  cursor: pointer; list-style: none; gap: 12px;
}
.faq-question::-webkit-details-marker { display: none; }
.faq-question::after {
  content: '+'; font-size: 20px; font-weight: 400;
  color: #6941C6; flex-shrink: 0; transition: transform .2s;
}
details[open] > .faq-question::after { transform: rotate(45deg); }
.faq-answer { padding: 0 20px 18px; font-size: 14px; color: #344054; line-height: 1.7; }
.faq-answer p { margin: 0; }

/* ─── Final CTA ──────────────────────────────────────────────────────────── */
.final-cta { background: linear-gradient(145deg, #291858 0%, #1e1347 100%); padding: 80px 0; }
.final-cta-card {
  max-width: 820px; margin: 0 auto; text-align: center;
  padding: 48px 40px;
  background: linear-gradient(145deg, rgba(80,57,140,.2), rgba(41,24,88,.35));
  border: 1px solid rgba(220,252,23,.2); border-radius: 20px;
}
.final-cta-card h2 { color: #fff; font-size: 1.9rem; font-weight: 700; line-height: 1.3; margin-bottom: 18px; }
.final-cta-card > p { color: rgba(255,255,255,.82); font-size: 1.02rem; line-height: 1.6; margin-bottom: 28px; }
.final-cta-card .btn { display: inline-block; }
.final-cta-card .final-cta-micro {
  margin-top: 18px; margin-bottom: 0;
  font-size: .82rem; letter-spacing: .04em;
  color: rgba(220,252,23,.78); font-weight: 600;
}

/* ─── Responsivo ─────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .hero-title {
    max-width: 700px;
    font-size: clamp(2.1rem, 5.4vw, 3.2rem);
  }
  .benefits-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
  }
  .sectors-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid--4 { grid-template-columns: repeat(2,1fr) !important; }
  .diagnostic-inner { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 900px) {
  .why-us-inner { grid-template-columns: 1fr; gap: 32px; }
  .why-us-copy { text-align: center; }
  .why-us-subtitle, .why-us-list { margin-left: auto; margin-right: auto; }
}

@media (max-width: 768px) {
  .benefits-strip, .sectors, .diagnostic,
  .why-us, .faq, .final-cta { padding: 56px 0; }
  .hero-logo {
    padding: 8px 14px;
  }
  .hero-logo img {
    max-width: 148px;
    height: 30px;
  }
  .hero-title {
    max-width: none;
    font-size: 2rem;
  }
  .hero-actions {
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }
  .hero-center { text-align: center; }
  .hero-desc { margin-left: auto; margin-right: auto; }
  .hero-primary-cta {
    width: 100% !important;
    justify-content: center;
    text-align: center;
    max-width: 360px;
  }
  .hero-secondary-link {
    width: 100%;
    text-align: center;
  }
  .hero-diagnostic {
    padding: 18px 16px;
    border-radius: 22px;
  }
  .hero-diagnostic-note { text-align: center; }
  .process { padding: 44px 0 56px; }
  .sectors-grid { grid-template-columns: 1fr; }
  .process-grid--4 { grid-template-columns: 1fr !important; }
  .final-cta-card { padding: 36px 24px; }
  .final-cta-card h2 { font-size: 1.5rem; }
  .dw-card { padding: 22px; }
}
