.systesol-diagnostico-page {
  min-height: 100vh;
  background: radial-gradient(circle at top left, rgba(28, 94, 255, 0.18), transparent 28%), #050913;
  color: #F8FAFB;
}
html {
  scroll-behavior: smooth;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #050913;
  color: #F8FAFB;
}
a {
  color: inherit;
  text-decoration: none;
}
.systesol-eyebrow {
  display: inline-block;
  color: #33D2A4;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.82rem;
  font-weight: 700;
}
h1,
h2,
h3 {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
p,
li {
  line-height: 1.8;
}
button,
.systesol-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.systesol-btn--primary {
  background: #1C5EFF;
  color: #FFFFFF;
}
.systesol-btn--primary:hover,
.systesol-btn--primary:focus {
  background: #154ee0;
}
.systesol-btn--secondary {
  background: rgba(255,255,255,0.08);
  color: #FFFFFF;
  border-color: rgba(255,255,255,0.12);
}
.systesol-btn--secondary:hover,
.systesol-btn--secondary:focus {
  background: rgba(255,255,255,0.14);
}
.systesol-btn:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(28,94,255,0.24);
  outline-offset: 2px;
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 32px;
  max-width: 1180px;
  margin: 0 auto;
}
.site-header__brand-group {
  display: flex;
  gap: 16px;
  align-items: center;
}
.site-brand img {
  height: 38px;
  display: block;
}
.site-company-name {
  display: grid;
  line-height: 1.1;
}
.site-company-line1,
.site-company-line2 {
  font-size: 0.9rem;
  color: rgba(248,250,251,0.74);
}
.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}
.site-nav a {
  color: rgba(248,250,251,0.85);
  text-decoration: none;
  font-weight: 600;
}
.site-nav a:hover,
.site-nav a:focus {
  color: #FFFFFF;
}
.site-nav__cta {
  padding: 14px 22px;
  border-radius: 999px;
  background: #1C5EFF;
  color: #FFFFFF;
  border: 1px solid transparent;
}
.site-nav__cta:hover,
.site-nav__cta:focus {
  background: #154ee0;
}
.systesol-diagnostico-main {
  max-width: 1180px;
  margin: 0 auto;
}
.systesol-diagnostico-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 48px;
  padding: 88px 24px 72px;
}
.systesol-diagnostico-hero__copy {
  max-width: 640px;
}
.systesol-diagnostico-hero__title {
  margin: 0;
  font-size: clamp(2.8rem, 4vw, 4.6rem);
  line-height: 1.02;
  max-width: 780px;
}
.systesol-diagnostico-hero__subtitle,
.systesol-diagnostico-hero__text {
  margin: 22px 0 0;
  color: rgba(248,250,251,0.82);
  line-height: 1.8;
  font-size: 1.02rem;
}
.systesol-diagnostico-hero__text {
  max-width: 640px;
}
.systesol-diagnostico-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}
.systesol-diagnostico-hero__visual {
  position: relative;
  min-height: 520px;
  display: grid;
  align-items: center;
  justify-items: center;
}
.systesol-diagnostico-hero__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 420px;
  padding: 32px;
  border-radius: 32px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12px);
  display: grid;
  gap: 20px;
}
.systesol-diagnostico-hero__panel-head span {
  display: inline-flex;
  color: #A3B1C2;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.systesol-diagnostico-hero__panel-head strong {
  display: block;
  margin-top: 8px;
  font-size: 1.3rem;
  color: #F8FAFB;
}
.systesol-diagnostico-hero__stats {
  display: grid;
  gap: 14px;
}
.systesol-diagnostico-hero__stats div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 22px;
  border-radius: 20px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
}
.systesol-diagnostico-hero__stats strong {
  font-size: 1.3rem;
  color: #33D2A4;
}
.systesol-diagnostico-section {
  padding: 72px 24px;
}
.systesol-section-head {
  max-width: 960px;
  margin: 0 auto 40px;
  text-align: center;
}
.systesol-section-head h2 {
  margin: 16px auto 18px;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.08;
  color: #F8FAFB;
}
.systesol-section-head p {
  margin: 0 auto;
  max-width: 720px;
  color: rgba(248,250,251,0.78);
  line-height: 1.8;
}
.systesol-diagnostico-benefits-grid,
.systesol-solutions__grid,
.systesol-diagnostico-process-grid {
  display: grid;
  gap: 24px;
}
.systesol-diagnostico-benefits-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.systesol-card {
  padding: 30px;
  border-radius: 28px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 24px 55px rgba(0,0,0,0.18);
}
.systesol-card h3 {
  margin: 0 0 18px;
  font-size: 1.25rem;
  color: #FFFFFF;
}
.systesol-card p {
  margin: 0;
  color: rgba(248,250,251,0.8);
  line-height: 1.75;
}
.systesol-solutions__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.systesol-solution-card {
  padding: 32px;
  border-radius: 28px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.09);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.systesol-solution-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 44px 110px rgba(7,17,43,0.35);
}
.systesol-solution-card__icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(28,94,255,0.18), rgba(51,210,164,0.18));
  color: #FFFFFF;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin-bottom: 22px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
}
.systesol-diagnostico-form-frame {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 32px;
  max-width: 1180px;
  margin: 0 auto;
}
.systesol-diagnostico-form-info {
  padding: 32px;
  border-radius: 28px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
}
.systesol-diagnostico-form-info h3 {
  margin-top: 0;
  font-size: 1.9rem;
  color: #FFFFFF;
}
.systesol-diagnostico-form-info p {
  color: rgba(248,250,251,0.78);
  line-height: 1.85;
  margin: 18px 0 24px;
}
.systesol-diagnostico-form-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}
.systesol-diagnostico-form-info li {
  color: rgba(248,250,251,0.82);
  line-height: 1.75;
}
.systesol-diagnostico-form {
  display: grid;
  gap: 20px;
  padding: 28px;
  border-radius: 28px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}
.systesol-diagnostico-form__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.systesol-diagnostico-form label {
  display: grid;
  gap: 10px;
  color: rgba(248,250,251,0.88);
  font-size: 0.95rem;
}
.systesol-form-field__label {
  font-weight: 700;
  color: #FFFFFF;
}
.systesol-form__hint {
  color: rgba(248,250,251,0.72);
  font-size: 0.9rem;
}
.systesol-chip-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.systesol-chip-group {
  padding: 24px 20px;
  border-radius: 24px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
}
.systesol-diagnostico-form__group legend {
  margin-bottom: 16px;
  color: #F8FAFB;
}
.systesol-chip {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  padding: 14px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  color: rgba(248,250,251,0.92);
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.systesol-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.systesol-chip span {
  display: inline-block;
}
.systesol-chip input:checked + span,
.systesol-chip:hover {
  background: rgba(28,94,255,0.16);
  border-color: rgba(28,94,255,0.32);
  color: #FFFFFF;
}
.systesol-chip input:checked + span {
  font-weight: 700;
}
.systesol-diagnostico-form input,
.systesol-diagnostico-form select,
.systesol-diagnostico-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  color: #FFFFFF;
}
.systesol-diagnostico-form textarea {
  min-height: 140px;
  resize: vertical;
}
.systesol-diagnostico-form input:focus,
.systesol-diagnostico-form select:focus,
.systesol-diagnostico-form textarea:focus {
  border-color: #1C5EFF;
  box-shadow: 0 0 0 4px rgba(28, 94, 255, 0.14);
  outline: none;
}
.systesol-diagnostico-form__group {
  display: grid;
  gap: 14px;
  border: none;
  padding: 0;
  color: rgba(248,250,251,0.88);
}
.systesol-diagnostico-form__group legend {
  font-size: 0.95rem;
  font-weight: 700;
}
.systesol-diagnostico-form__group label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
  color: rgba(248,250,251,0.82);
}
.systesol-diagnostico-form__field--full {
  grid-column: 1 / -1;
}
.systesol-form__checkbox {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  color: rgba(248,250,251,0.88);
}
.systesol-form__checkbox input {
  width: 20px;
  height: 20px;
}
.systesol-diagnostico-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
.systesol-diagnostico-form__note {
  margin: 0;
  color: rgba(255,255,255,0.72);
  font-size: 0.95rem;
}
.systesol-diagnostico-form__message {
  min-height: 24px;
  color: #33D2A4;
  font-weight: 600;
}
.systesol-diagnostico-form__message--error {
  color: #FF6B6B;
}
.systesol-diagnostico-trust-grid {
  display: grid;
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
}
.systesol-diagnostico-trust-grid p {
  margin: 0;
  color: rgba(248,250,251,0.82);
  line-height: 1.85;
}
.systesol-card__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(28,94,255,0.18);
  color: #FFFFFF;
  font-weight: 700;
  margin-bottom: 18px;
}
.systesol-footer {
  padding: 48px 24px;
  background: rgba(12,18,38,0.95);
  color: rgba(248,250,251,0.92);
}
.systesol-footer__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  max-width: 1180px;
  margin: 0 auto 24px;
}
.systesol-brand-footer img {
  height: 44px;
  margin-bottom: 18px;
}
.systesol-brand-footer p,
.systesol-footer ul {
  margin: 0;
  color: rgba(248,250,251,0.8);
}
.systesol-footer h3 {
  margin-bottom: 16px;
  color: #FFFFFF;
  font-size: 1rem;
}
.systesol-footer ul {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 12px;
}
.systesol-footer ul li a {
  color: rgba(248,250,251,0.82);
  text-decoration: none;
}
.systesol-footer ul li a:hover,
.systesol-footer ul li a:focus {
  color: #FFFFFF;
}
.systesol-footer__bar {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  color: rgba(248,250,251,0.72);
  font-size: 0.95rem;
}
.systesol-footer__bar a {
  color: rgba(248,250,251,0.82);
  text-decoration: none;
}
.systesol-footer__bar a:hover,
.systesol-footer__bar a:focus {
  color: #FFFFFF;
}
.systesol-diagnostico-process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.systesol-diagnostico-cta-final {
  padding-top: 40px;
}
.systesol-diagnostico-cta-panel {
  max-width: 960px;
  margin: 0 auto;
  padding: 52px 48px;
  border-radius: 32px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  text-align: center;
}
.systesol-diagnostico-cta-panel h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 3.2vw, 3rem);
}
.systesol-diagnostico-cta-panel p {
  margin: 0 0 28px;
  color: rgba(248,250,251,0.82);
  line-height: 1.8;
}
@media (max-width: 1080px) {
  .site-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 20px;
  }
  .site-nav {
    width: 100%;
    justify-content: flex-start;
  }
  .systesol-diagnostico-hero,
  .systesol-diagnostico-form-frame,
  .systesol-diagnostico-process-grid,
  .systesol-solutions__grid {
    grid-template-columns: 1fr;
  }
  .systesol-diagnostico-hero {
    padding-top: 64px;
    padding-bottom: 48px;
  }
}
@media (max-width: 720px) {
  .systesol-diagnostico-hero {
    padding: 48px 16px 36px;
  }
  .systesol-diagnostico-hero__panel {
    max-width: 100%;
    position: relative;
  }
  .systesol-diagnostico-form__grid {
    grid-template-columns: 1fr;
  }
  .systesol-chip-list {
    grid-template-columns: 1fr;
  }
  .systesol-diagnostico-form__field--full {
    grid-column: auto;
  }
  .systesol-diagnostico-form-frame {
    gap: 24px;
  }
  .systesol-btn {
    width: 100%;
  }
  .systesol-footer__inner {
    grid-template-columns: 1fr;
  }
  .systesol-footer__bar {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* Corrección visual del selector Servicio de interés */
#servicio,
.systesol-diagnostico-form select {
  width: 100%;
  background-color: #ffffff !important;
  color: #102033 !important;
  border: 1px solid rgba(15, 76, 129, 0.35) !important;
  border-radius: 14px;
  padding: 14px 16px;
  font-size: 1rem;
  font-weight: 600;
  outline: none;
  appearance: auto;
}

#servicio option,
.systesol-diagnostico-form select option {
  background-color: #ffffff !important;
  color: #102033 !important;
}

#servicio:focus,
.systesol-diagnostico-form select:focus {
  border-color: #0f766e !important;
  box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.14);
}
.thank-you-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background: linear-gradient(135deg, #07182f, #0f4c81);
}

.thank-you-card {
  max-width: 620px;
  padding: 42px;
  border-radius: 28px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.thank-you-card h1 {
  color: #102033;
  margin-bottom: 16px;
}

.thank-you-card p {
  color: #374151;
  font-size: 1.08rem;
  line-height: 1.6;
}

.form-submit-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 22px;
  padding: 15px 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0f4c81, #0f766e);
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
}