#o360-main {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none;
  margin-left: -50vw;
  overflow: hidden;
  color: #071b33;
  background: #ffffff;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.625;
}

#o360-main *,
#o360-main *::before,
#o360-main *::after {
  box-sizing: border-box;
}

#o360-main h1,
#o360-main h2,
#o360-main h3,
#o360-main p {
  margin-top: 0;
}

#o360-main h1,
#o360-main h2,
#o360-main h3 {
  color: #071b33;
  font-family: Manrope, Arial, sans-serif;
  letter-spacing: -0.035em;
}

#o360-main h1 {
  max-width: 900px;
  margin-bottom: 24px;
  font-size: 72px;
  line-height: 1;
}

#o360-main h2 {
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 1.06;
}

#o360-main h3 {
  font-size: 20px;
  line-height: 1.2;
}

#o360-main a {
  color: inherit;
}

#o360-main a:focus,
#o360-main button:focus,
#o360-main input:focus,
#o360-main select:focus,
#o360-main textarea:focus {
  outline: 3px solid #8da8ff;
  outline-offset: 3px;
}

#o360-main [hidden] {
  display: none !important;
}

/* Elimina índices automáticos insertados por WordPress o sus plugins. */
#o360-main .ez-toc-container,
#o360-main #ez-toc-container,
#o360-main .lwptoc,
#o360-main #toc_container,
#o360-main .rank-math-toc-block,
#o360-main .wp-block-rank-math-toc-block,
#o360-main .post-index,
body.home .post-index {
  display: none !important;
}

.o360-container {
  width: calc(100% - 32px);
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.o360-eyebrow {
  margin-bottom: 20px;
  color: #2458dc;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.o360-hero {
  position: relative;
  padding: 112px 0 104px;
  border-bottom: 1px solid #d8e4ef;
  background: #ffffff;
}

.o360-hero::after {
  content: none;
}

.o360-hero__lead {
  max-width: 730px;
  margin-bottom: 40px;
  color: #58708a;
  font-size: 20px;
}

.o360-search {
  max-width: 900px;
}

.o360-search > label {
  display: block;
  margin-bottom: 12px;
  color: #0e2a47;
  font-weight: 700;
}

.o360-search__control {
  display: flex;
  align-items: center;
  padding: 8px 8px 8px 18px;
  border: 1px solid #d8e4ef;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(7, 27, 51, 0.1);
}

.o360-search__control svg {
  width: 22px;
  min-width: 22px;
  margin-right: 10px;
  color: #58708a;
}

.o360-search__control input {
  width: auto;
  min-width: 0;
  min-height: 54px;
  flex: 1 1 auto;
  margin-right: 10px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #071b33;
  font: inherit;
  font-size: 17px;
}

.o360-search__control input::placeholder {
  color: #6a7e92;
  opacity: 1;
}

.o360-search__control button,
.o360-submit {
  min-height: 50px;
  border: 1px solid #2458dc;
  border-radius: 12px;
  background: #2458dc;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  transition: background-color 160ms ease, transform 160ms ease;
}

.o360-search__control button {
  padding: 0 22px;
}

.o360-search__control button:hover,
.o360-submit:hover {
  background: #071b33;
  transform: translateY(-2px);
}

.o360-search__help {
  margin: 12px 0 0;
  color: #58708a;
  font-size: 14px;
}

.o360-results-section,
.o360-solutions,
.o360-method,
.o360-lead {
  padding: 88px 0;
}

.o360-results-layout {
  display: block;
}

.o360-section-heading {
  max-width: 620px;
  margin-bottom: 48px;
}

.o360-section-heading > p:last-child {
  color: #58708a;
}

.o360-section-heading--wide {
  max-width: 780px;
  margin-bottom: 48px;
}

.o360-results-status {
  margin-bottom: 12px;
  color: #58708a;
  font-size: 14px;
}

.o360-results {
  border-top: 1px solid #d8e4ef;
}

.o360-result {
  border-bottom: 1px solid #d8e4ef;
}

.o360-result > a {
  position: relative;
  display: block;
  padding: 25px 44px 25px 0;
  text-decoration: none;
  transition: padding-left 160ms ease, background-color 160ms ease;
}

.o360-result > a:hover {
  padding-left: 14px;
  background: #f4f8fc;
}

.o360-result__path,
.o360-result__title,
.o360-result__description,
.o360-result__action {
  display: block;
}

.o360-result__path {
  margin-bottom: 7px;
  color: #087f89;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.o360-result__title {
  margin-bottom: 7px;
  font-family: Manrope, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.o360-result__description {
  max-width: 760px;
  margin-bottom: 7px;
  color: #58708a;
}

.o360-result__action {
  margin-top: 4px;
  color: #2458dc;
  font-size: 14px;
  font-weight: 700;
}

.o360-result__action span {
  display: inline-block;
  transition: transform 160ms ease;
}

.o360-result > a:hover .o360-result__action span {
  transform: translate(3px, -3px);
}

.o360-empty {
  padding: 30px;
  border: 1px solid #d8e4ef;
  border-radius: 16px;
  background: #f4f8fc;
}

.o360-empty p {
  margin-bottom: 8px;
  font-weight: 700;
}

.o360-empty a,
.o360-inline-link {
  color: #2458dc;
  font-weight: 700;
  text-underline-offset: 4px;
}

.o360-text-button {
  margin-top: 24px;
  padding: 8px 0;
  border: 0;
  border-bottom: 2px solid #2458dc;
  background: transparent;
  color: #071b33;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}

.o360-solutions {
  border-top: 1px solid #d8e4ef;
  background: #ffffff;
}

.o360-solution-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.o360-solution-group {
  width: calc(100% - 16px);
  margin: 0 8px 16px;
  padding: 28px 0;
  border: 0;
  border-top: 2px solid #071b33;
  border-radius: 0;
  background: transparent;
}

.o360-group-icon {
  display: inline-flex;
  min-width: 36px;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border: 1px solid #d8e4ef;
  border-radius: 50%;
  color: #2458dc;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 11px;
  font-weight: 700;
}

.o360-solution-group h3 {
  min-height: 48px;
  margin-bottom: 20px;
}

.o360-solution-group ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.o360-solution-group li + li {
  border-top: 1px solid #d8e4ef;
}

.o360-solution-group a {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.o360-solution-group a span {
  margin-left: 16px;
}

.o360-solution-group a:hover {
  color: #2458dc;
}

.o360-ai {
  padding: 96px 0;
  border-top: 1px solid #d8e4ef;
  border-bottom: 1px solid #d8e4ef;
  color: #071b33;
  background: #ffffff;
}

#o360-main .o360-ai h2 {
  color: #071b33;
}

.o360-ai .o360-eyebrow {
  color: #2458dc;
}

.o360-ai__grid {
  display: block;
}

.o360-ai__content {
  margin-top: 40px;
}

.o360-ai__content > p {
  max-width: 650px;
  color: #58708a;
  font-size: 18px;
}

.o360-chip-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 28px;
}

.o360-chip-list a {
  margin: 0 10px 10px 0;
  padding: 9px 14px;
  border: 1px solid #2458dc;
  border-radius: 999px;
  color: #2458dc;
  font-size: 14px;
  text-decoration: none;
  transition: border-color 160ms ease, background-color 160ms ease;
}

.o360-chip-list a:hover {
  border-color: #071b33;
  background: #f4f8fc;
}

.o360-principles {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 32px;
  padding: 0;
  border-top: 1px solid #d8e4ef;
  list-style: none;
}

.o360-principles li {
  display: flex;
  width: 100%;
  min-height: 76px;
  align-items: center;
  border-bottom: 1px solid #d8e4ef;
}

.o360-principles span {
  width: 44px;
  min-width: 44px;
  margin-right: 12px;
  color: #087f89;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 12px;
}

.o360-lead {
  border-top: 1px solid #d8e4ef;
  background: #ffffff;
}

.o360-lead__grid {
  display: block;
}

.o360-lead__intro {
  margin-bottom: 48px;
}

.o360-lead__intro > p:not(.o360-eyebrow) {
  max-width: 590px;
  color: #58708a;
}

.o360-email-link {
  display: inline-block;
  margin-top: 12px;
  color: #2458dc !important;
  font-weight: 700;
  text-underline-offset: 4px;
}

.o360-lead-form {
  padding: 24px;
  border: 1px solid #d8e4ef;
  border-radius: 16px;
  background: #ffffff;
}

.o360-form-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -9px;
  margin-right: -9px;
}

.o360-field {
  width: calc(100% - 18px);
  margin: 0 9px;
}

.o360-field label,
.o360-check label {
  display: block;
  color: #0e2a47;
  font-size: 14px;
  font-weight: 700;
}

.o360-field input,
.o360-field select,
.o360-field textarea {
  width: 100%;
  margin-top: 7px;
  border: 1px solid #9bafc1;
  border-radius: 10px;
  background: #ffffff;
  color: #071b33;
  font: inherit;
}

.o360-field input,
.o360-field select {
  min-height: 48px;
  padding: 0 12px;
}

.o360-field textarea {
  min-height: 132px;
  padding: 11px 12px;
  resize: vertical;
}

.o360-field input[aria-invalid="true"],
.o360-field select[aria-invalid="true"],
.o360-field textarea[aria-invalid="true"] {
  border-color: #b42318;
}

.o360-field__help {
  display: block;
  margin-top: 5px;
  color: #58708a;
  font-size: 12px;
}

.o360-field__error {
  display: block;
  min-height: 20px;
  margin-top: 4px;
  color: #b42318;
  font-size: 12px;
}

.o360-check {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 18px 0;
}

.o360-check input {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin: 3px 10px 0 0;
  accent-color: #2458dc;
}

.o360-check label {
  width: calc(100% - 28px);
  font-weight: 500;
}

.o360-check .o360-field__error {
  width: 100%;
  padding-left: 28px;
}

.o360-check a {
  color: #2458dc;
}

.o360-submit {
  width: 100%;
  padding: 0 20px;
}

.o360-form-status {
  min-height: 26px;
  margin: 12px 0 0;
  font-size: 14px;
  font-weight: 700;
}

.o360-form-note {
  margin: 12px 0 0;
  color: #58708a;
  font-size: 12px;
}

.o360-form-status.is-error {
  color: #b42318;
}

.o360-form-status.is-success {
  color: #087f5b;
}

.o360-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

@media (min-width: 700px) {
  .o360-solution-group {
    width: calc(50% - 16px);
  }

  .o360-principles li {
    width: 50%;
    padding-right: 24px;
  }

  .o360-field {
    width: calc(50% - 18px);
  }

  .o360-field--full {
    width: calc(100% - 18px);
  }
}

@media (min-width: 980px) {
  .o360-container {
    width: calc(100% - 64px);
  }

  .o360-results-section,
  .o360-solutions,
  .o360-method,
  .o360-lead {
    padding: 120px 0;
  }

  .o360-results-layout {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .o360-results-layout > .o360-section-heading {
    position: sticky;
    top: 112px;
    width: 34%;
    margin-bottom: 0;
  }

  .o360-results-layout > div:last-child {
    width: 58%;
  }

  .o360-solution-group {
    width: calc(25% - 16px);
    padding-right: 16px;
  }

  .o360-ai__grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .o360-ai__grid > div:first-child {
    width: 48%;
  }

  .o360-ai__content {
    width: 44%;
    margin-top: 0;
  }

  .o360-principles li {
    width: 33.333%;
  }

  .o360-lead__grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .o360-lead__intro {
    width: 38%;
    margin-bottom: 0;
  }

  .o360-lead-form {
    width: 55%;
    padding: 36px;
  }
}

@media (max-width: 719px) {
  #o360-main h1 {
    font-size: 48px;
  }

  #o360-main h2 {
    font-size: 36px;
  }

  .o360-hero__lead {
    font-size: 18px;
  }
}

@media (max-width: 520px) {
  #o360-main h1 {
    font-size: 42px;
  }

  #o360-main h2 {
    font-size: 32px;
  }

  .o360-hero {
    padding: 72px 0 64px;
  }

  .o360-search__control {
    flex-wrap: wrap;
    padding: 10px 12px;
  }

  .o360-search__control svg {
    display: none;
  }

  .o360-search__control input {
    width: 100%;
    flex: none;
    margin: 0 0 8px;
  }

  .o360-search__control button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  #o360-main *,
  #o360-main *::before,
  #o360-main *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
