#o360-main {
  --ink: #05070a;
  --muted: #4b5563;
  --line: rgba(7, 17, 31, 0.12);
  --accent: #2563eb;
  --accent-light: #60a5fa;
  --accent-deep: #1d4ed8;
  --paper: #f4f6f8;
  --night: #02060c;

  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none;
  margin-left: -50vw;
  overflow: hidden;
  color: var(--ink);
  background: #fff;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

#o360-main *,
#o360-main *::before,
#o360-main *::after {
  box-sizing: border-box;
}

#o360-main a {
  color: inherit;
  text-decoration: none;
}

#o360-main h1,
#o360-main h2,
#o360-main h3,
#o360-main p {
  margin-top: 0;
}

#o360-main h1,
#o360-main h2,
#o360-main h3,
#o360-main strong,
#o360-main .o360-button,
#o360-main .o360-card__link {
  font-weight: 800;
}

#o360-main em {
  color: var(--accent);
  font-style: normal;
  font-weight: 850;
}

/* ELIMINAR ÍNDICES AUTOMÁTICOS */

.elementor-widget-table-of-contents,
div[data-widget_type="table-of-contents.default"],
.elementor-toc,
.elementor-toc__header,
.elementor-toc__body,
.ez-toc-container,
#ez-toc-container,
.lwptoc,
.lwptoc_i,
.rank-math-list,
.wp-block-rank-math-toc-block,
.yoast-table-of-contents,
.simpletoc {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.o360-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.o360-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.o360-kicker span {
  width: 28px;
  height: 1px;
  background: var(--accent);
}

.o360-kicker--dark {
  color: #475569;
}

/* HERO */

.o360-hero {
  min-height: 720px;
  display: grid;
  place-items: center;
  position: relative;
  isolation: isolate;
  color: #fff;
  background: var(--night);
}

.o360-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.5;
  background-image: radial-gradient(
    circle at center,
    rgba(255, 255, 255, 0.18) 0 1px,
    transparent 1.5px
  );
  background-size: 43px 43px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 75%);
  mask-image: linear-gradient(to bottom, #000, transparent 75%);
}

.o360-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 36%;
  z-index: -1;
  background: linear-gradient(to top, var(--night) 0%, transparent 100%);
}

.o360-hero__content {
  padding: 116px 0 48px;
  text-align: center;
}

.o360-hero .o360-kicker {
  justify-content: center;
}

.o360-hero h1 {
  max-width: 990px;
  margin: 0 auto 26px;
  color: #fff !important;
  font-size: clamp(54px, 7.2vw, 98px);
  font-weight: 800;
  line-height: 0.97;
  letter-spacing: -0.065em;
  text-shadow: 0 1px 22px rgba(0, 0, 0, 0.22);
}

.o360-lead {
  max-width: 690px;
  margin: 0 auto 36px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(17px, 2vw, 21px);
  font-weight: 500;
  line-height: 1.55;
}

.o360-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.o360-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease;
}

.o360-button:hover {
  transform: translateY(-2px);
}

.o360-button--primary {
  color: #fff !important;
  background: var(--accent);
  box-shadow: 0 14px 38px rgba(37, 99, 235, 0.3);
}

.o360-button--primary:hover {
  background: var(--accent-deep);
}

.o360-button--ghost {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
}

.o360-button--ghost:hover {
  background: rgba(255, 255, 255, 0.11);
}

.o360-ambient {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: -1;
}

.o360-glow {
  position: absolute;
  width: 780px;
  height: 780px;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(37, 99, 235, 0.2),
    rgba(37, 99, 235, 0.06) 36%,
    transparent 67%
  );
  filter: blur(20px);
}

.o360-orbit {
  position: absolute;
  left: 50%;
  top: 58%;
  width: 760px;
  height: 270px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-8deg);
}

.o360-orbit--two {
  width: 1060px;
  height: 370px;
  opacity: 0.55;
  transform: translate(-50%, -50%) rotate(8deg);
}

.o360-signal {
  width: min(720px, 90vw);
  height: 230px;
  margin: 58px auto 0;
  position: relative;
}

.o360-signal::before,
.o360-signal::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.o360-signal::before {
  width: 230px;
  height: 230px;
}

.o360-signal::after {
  width: 420px;
  height: 150px;
}

.o360-signal__core {
  width: 96px;
  height: 96px;
  display: grid;
  place-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: rgba(8, 13, 21, 0.84);
  box-shadow: 0 0 70px rgba(37, 99, 235, 0.25);
  backdrop-filter: blur(12px);
}

.o360-signal__core span {
  font-size: 40px;
  font-weight: 800;
  line-height: 0.8;
}

.o360-signal__core small {
  margin-top: 6px;
  color: var(--accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.o360-node {
  position: absolute;
  padding: 7px 12px;
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  font-size: 11px;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.o360-node::before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 12px var(--accent);
}

.o360-node--google {
  left: 8%;
  top: 44%;
}

.o360-node--ai {
  right: 10%;
  top: 31%;
}

.o360-node--local {
  left: 24%;
  bottom: 2%;
}

.o360-node--global {
  right: 22%;
  bottom: 5%;
}

.o360-proofline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.54);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.o360-proofline span {
  padding: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.o360-proofline span:last-child {
  border-right: 0;
}

/* SERVICIOS */

.o360-services {
  padding: 96px 0 104px;
  background: #fff;
}

.o360-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.55fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 42px;
}

.o360-heading h2,
.o360-system h2,
.o360-cta h2 {
  margin-bottom: 0;
  font-size: clamp(40px, 5.3vw, 68px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.052em;
}

.o360-heading h2,
.o360-cta h2 {
  color: #05070a;
}

.o360-heading > p {
  max-width: 420px;
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 17px;
  font-weight: 500;
}

.o360-service-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}

.o360-card {
  min-height: 285px;
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid #dfe3e8;
  border-radius: 28px;
  background: var(--paper);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.o360-card:hover {
  transform: translateY(-5px);
  border-color: #d9dce0;
  box-shadow: 0 22px 60px rgba(11, 20, 34, 0.09);
}

.o360-card--featured {
  grid-column: span 8;
  color: #fff !important;
  background: #07111f;
}

.o360-card--featured::after {
  content: "";
  position: absolute;
  width: 330px;
  height: 330px;
  right: -70px;
  bottom: -140px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  box-shadow:
    0 0 0 42px rgba(255, 255, 255, 0.035),
    0 0 0 86px rgba(255, 255, 255, 0.02);
}

.o360-card--ai {
  color: #fff !important;
  background: linear-gradient(145deg, #101827, #05080e);
}

.o360-card--ai::after {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  right: -65px;
  top: -70px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(37, 99, 235, 0.62),
    transparent 65%
  );
  filter: blur(12px);
}

.o360-card--audit {
  color: #fff !important;
  background: var(--accent);
}

.o360-card__number {
  position: absolute;
  right: 24px;
  top: 21px;
  color: currentColor;
  opacity: 0.4;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.o360-card__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: auto;
  color: currentColor;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.8;
  font-size: 21px;
}

.o360-card h3 {
  position: relative;
  z-index: 1;
  margin: 36px 0 9px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.o360-card p {
  position: relative;
  z-index: 1;
  max-width: 520px;
  margin: 0 0 22px;
  color: currentColor;
  opacity: 0.68;
  font-size: 14px;
  font-weight: 500;
}

.o360-card__link {
  position: relative;
  z-index: 1;
  margin-top: auto;
  font-size: 13px;
  font-weight: 800;
}

.o360-card__link b {
  margin-left: 5px;
  color: var(--accent);
}

.o360-card--audit .o360-card__link b {
  color: #fff;
}

/* SISTEMA */

.o360-system {
  min-height: 650px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--night);
}

.o360-system::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.12) 1px,
      transparent 1px
    );
  background-size: 50px 50px;
  -webkit-mask-image: radial-gradient(
    circle at 25% 50%,
    #000,
    transparent 55%
  );
  mask-image: radial-gradient(circle at 25% 50%, #000, transparent 55%);
}

.o360-system__visual {
  display: grid;
  place-items: center;
  position: relative;
  z-index: 1;
}

.o360-radar {
  width: min(470px, 40vw);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(37, 99, 235, 0.09),
    transparent 65%
  );
}

.o360-radar__ring {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
}

.o360-radar__ring--1 {
  inset: 15%;
}

.o360-radar__ring--2 {
  inset: 31%;
}

.o360-radar__ring--3 {
  inset: 45%;
  border-color: rgba(37, 99, 235, 0.7);
}

.o360-radar__scan {
  position: absolute;
  inset: 50% 50% 50% 50%;
  width: 48%;
  height: 1px;
  transform-origin: left center;
  background: linear-gradient(90deg, var(--accent), transparent);
  animation: o360-scan 7s linear infinite;
}

.o360-radar strong {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.o360-radar__dot {
  width: 7px;
  height: 7px;
  position: absolute;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 15px var(--accent);
}

.o360-radar__dot--1 {
  left: 24%;
  top: 37%;
}

.o360-radar__dot--2 {
  right: 21%;
  bottom: 31%;
}

@keyframes o360-scan {
  to {
    transform: rotate(360deg);
  }
}

.o360-system__content {
  width: min(590px, calc(100% - 56px));
  margin: auto auto auto 0;
  padding: 100px 40px 100px 0;
}

.o360-system h2 {
  max-width: 650px;
  margin-bottom: 24px;
  color: #fff !important;
  text-shadow: 0 1px 22px rgba(0, 0, 0, 0.22);
}

.o360-system__content > p:not(.o360-kicker) {
  max-width: 570px;
  margin-bottom: 46px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  font-weight: 500;
}

.o360-steps {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.o360-steps li {
  display: grid;
  grid-template-columns: 45px 105px 1fr;
  align-items: center;
  gap: 12px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.o360-steps span {
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
}

.o360-steps strong {
  font-size: 15px;
  font-weight: 800;
}

.o360-steps small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

/* CTA */

.o360-cta {
  padding: 96px 0 104px;
  text-align: center;
  background: #f1f2f4;
}

.o360-cta .o360-kicker {
  justify-content: center;
}

.o360-cta h2 {
  max-width: 900px;
  margin: 0 auto 22px;
  font-size: clamp(46px, 6.4vw, 82px);
}

.o360-cta p:not(.o360-kicker) {
  max-width: 550px;
  margin: 0 auto 30px;
  color: var(--muted);
  font-size: 17px;
  font-weight: 500;
}

.o360-button--dark {
  color: #fff !important;
  background: var(--ink);
}

.o360-button--dark:hover {
  background: var(--accent-deep);
}

/* ANIMACIONES */

.o360-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.o360-reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* TABLETA */

@media (max-width: 900px) {
  .o360-hero {
    min-height: 680px;
  }

  .o360-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .o360-card,
  .o360-card--featured {
    min-height: 270px;
    grid-column: span 6;
  }

  .o360-system {
    grid-template-columns: 1fr;
  }

  .o360-system__visual {
    min-height: 390px;
  }

  .o360-radar {
    width: min(430px, 80vw);
  }

  .o360-system__content {
    width: min(680px, calc(100% - 48px));
    margin: 0 auto;
    padding: 40px 0 90px;
  }
}

/* MÓVIL */

@media (max-width: 620px) {
  .o360-shell {
    width: min(calc(100% - 36px), 1180px);
  }

  .o360-hero {
    min-height: auto;
  }

  .o360-hero__content {
    padding: 72px 0 42px;
  }

  .o360-hero h1 {
    max-width: 340px;
    margin-bottom: 20px;
    font-size: clamp(40px, 12.3vw, 52px);
    line-height: 0.98;
    letter-spacing: -0.055em;
  }

  .o360-lead {
    max-width: 340px;
    margin-bottom: 28px;
    font-size: 15px;
    line-height: 1.5;
  }

  .o360-actions {
    align-items: stretch;
    flex-direction: column;
    padding: 0;
  }

  .o360-button {
    min-height: 48px;
  }

  .o360-signal {
    height: 166px;
    margin-top: 30px;
    transform: scale(0.82);
  }

  .o360-signal::before {
    width: 190px;
    height: 190px;
  }

  .o360-signal::after {
    width: 330px;
  }

  .o360-node--google {
    left: 0;
  }

  .o360-node--ai {
    right: 0;
  }

  .o360-node--local {
    left: 12%;
  }

  .o360-node--global {
    right: 9%;
  }

  .o360-proofline {
    display: none;
  }

  .o360-services,
  .o360-cta {
    padding: 68px 0 72px;
  }

  .o360-heading {
    gap: 16px;
    margin-bottom: 28px;
  }

  .o360-heading h2,
  .o360-system h2 {
    font-size: clamp(35px, 10.5vw, 43px);
    line-height: 1;
  }

  .o360-heading > p {
    font-size: 15px;
  }

  .o360-service-grid {
    gap: 12px;
  }

  .o360-card,
  .o360-card--featured {
    min-height: 242px;
    grid-column: 1 / -1;
    padding: 22px;
    border-radius: 20px;
  }

  .o360-card__icon {
    width: 42px;
    height: 42px;
  }

  .o360-card h3 {
    margin-top: 24px;
    font-size: 22px;
  }

  .o360-card p {
    margin-bottom: 16px;
    font-size: 13.5px;
  }

  .o360-system__visual {
    min-height: 310px;
  }

  .o360-radar {
    width: min(300px, 78vw);
  }

  .o360-system__content {
    width: min(calc(100% - 36px), 680px);
    padding: 20px 0 68px;
  }

  .o360-system__content > p:not(.o360-kicker) {
    margin-bottom: 30px;
    font-size: 15px;
  }

  .o360-steps li {
    grid-template-columns: 35px 1fr;
  }

  .o360-steps small {
    grid-column: 2;
  }

  .o360-cta h2 {
    font-size: clamp(38px, 11.5vw, 49px);
    line-height: 0.98;
  }

  .o360-cta p:not(.o360-kicker) {
    font-size: 15px;
  }
}

/* ACCESIBILIDAD */

@media (prefers-reduced-motion: reduce) {
  .o360-radar__scan {
    animation: none;
  }

  .o360-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .o360-card,
  .o360-button {
    transition: none;
  }
}