@font-face {
  font-family: OxiraDisplay;
  src: url("./fonts/Nasalization-Rg.otf") format("opentype");
  font-display: swap;
}

:root {
  --ox-ink: #09111f;
  --ox-navy: #0b3f78;
  --ox-blue: #009fe3;
  --ox-cyan: #18c7f4;
  --ox-green: #08a514;
  --ox-lime: #20c335;
  --ox-paper: #f6f9ff;
  --ox-muted: #667085;
  --ox-card: #ffffff;
  --ox-border: rgba(9, 17, 31, .1);
  --shadow-soft: 0 24px 70px rgba(9, 17, 31, .12);
  --bs-primary: var(--ox-blue);
  --bs-primary-rgb: 0, 159, 227;
  --bs-info: var(--ox-cyan);
  --bs-info-rgb: 24, 199, 244;
  --bs-success: var(--ox-green);
  --bs-success-rgb: 8, 165, 20;
  --bs-dark: var(--ox-ink);
  --bs-dark-rgb: 9, 17, 31;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ox-ink);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  background: #ffffff;
}

h1,
h2,
h3,
.navbar-brand {
  font-family: OxiraDisplay, "Trebuchet MS", sans-serif;
  letter-spacing: -.03em;
}

a {
  text-decoration: none;
}

.ox-navbar {
  padding: 1rem 0;
  background: rgba(7, 16, 31, .92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(24, 199, 244, .12);
  box-shadow: 0 4px 18px rgba(0, 0, 0, .25);
}

.ox-navbar .navbar-brand,
.ox-navbar .navbar-brand:hover {
  color: #ffffff;
  filter: brightness(1.05);
}

.ox-navbar .navbar-toggler {
  border-color: rgba(255, 255, 255, .25);
  color: #ffffff;
}
.ox-navbar .navbar-toggler-icon {
  filter: invert(1) brightness(2);
}

.brand-logo {
  width: 132px;
  height: auto;
}

.ox-navbar .nav-link {
  color: rgba(255, 255, 255, .92);
  font-weight: 700;
  padding: .7rem 1rem;
  transition: color .2s ease;
}

.ox-navbar .nav-link:hover,
.ox-navbar .nav-link:focus,
.ox-navbar .nav-link.active {
  color: #18c7f4;
}

.ox-navbar .dropdown-toggle::after {
  border-top-color: rgba(255, 255, 255, .65);
}

.ox-navbar .navbar-text,
.ox-navbar .text-secondary {
  color: rgba(255, 255, 255, .7) !important;
}

.btn-ox {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: var(--ox-blue);
  --bs-btn-border-color: var(--ox-blue);
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: var(--ox-navy);
  --bs-btn-hover-border-color: var(--ox-navy);
  box-shadow: 0 12px 32px rgba(0, 159, 227, .28);
  font-weight: 900;
}

.btn-outline-ox {
  --bs-btn-color: var(--ox-blue);
  --bs-btn-border-color: rgba(10, 92, 255, .28);
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: var(--ox-blue);
  --bs-btn-hover-border-color: var(--ox-blue);
  font-weight: 900;
}

.btn-ghost {
  color: #ffffff;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .18);
  font-weight: 700;
}
.btn-ghost:hover {
  color: #18c7f4;
  background: rgba(255, 255, 255, .18);
  border-color: rgba(24, 199, 244, .4);
}

.has-mega {
  position: static;
}

.mega-menu {
  left: 50%;
  transform: translateX(-50%);
  width: min(980px, calc(100vw - 2rem));
  max-height: calc(100vh - 7rem);
  overflow: auto;
  padding: 1.2rem;
  border: 1px solid var(--ox-border);
  border-radius: 28px;
  box-shadow: var(--shadow-soft);
  background: rgba(255, 255, 255, .96);
}

.mega-wide {
  width: min(1180px, calc(100vw - 2rem));
}

.mega-intro {
  padding: 1rem;
  border-radius: 20px;
  color: #ffffff;
  background: linear-gradient(135deg, #050810, #14181f 55%, #18c7f4);
}

.mega-intro h3 {
  margin: .3rem 0;
  font-size: 1.5rem;
}

.mega-intro p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
}

.mega-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .8rem;
  margin-top: .9rem;
}

.mega-grid-6 {
  grid-template-columns: repeat(3, 1fr);
}

.mega-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .9rem;
  margin-top: .9rem;
}

.mega-section {
  padding: .75rem;
  border: 1px solid var(--ox-border);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff, #f7fbff);
}

.mega-section h4 {
  margin: .25rem .35rem .7rem;
  color: var(--ox-navy);
  font-family: OxiraDisplay, "Trebuchet MS", sans-serif;
  font-size: 1rem;
}

.mega-section a {
  display: grid;
  grid-template-columns: 2.2rem 1fr;
  gap: .2rem .65rem;
  padding: .65rem;
  color: var(--ox-ink);
  border-radius: 16px;
  transition: background .18s ease, transform .18s ease;
}

.mega-section a:hover {
  background: rgba(0, 159, 227, .08);
  transform: translateX(3px);
}

.mega-section i {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 2.1rem;
  height: 2.1rem;
  color: var(--ox-blue);
  border-radius: 12px;
  background: rgba(0, 159, 227, .1);
}

.mega-section span {
  font-weight: 900;
  line-height: 1.1;
}

.mega-section small {
  color: var(--ox-muted);
  line-height: 1.25;
}

.mega-card {
  display: grid;
  gap: .35rem;
  min-height: 116px;
  padding: 1rem;
  color: var(--ox-ink);
  border: 1px solid var(--ox-border);
  border-radius: 20px;
  background: #ffffff;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.mega-card:hover {
  transform: translateY(-4px);
  border-color: rgba(10, 92, 255, .28);
  box-shadow: 0 16px 40px rgba(10, 92, 255, .12);
}

.mega-card i {
  color: var(--ox-blue);
  font-size: 1.5rem;
}

.mega-card span {
  font-weight: 900;
}

.mega-card small {
  color: var(--ox-muted);
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 10rem 0 6rem;
  background:
    linear-gradient(135deg, rgba(5, 8, 16, .96), rgba(20, 24, 31, .92)),
    url("./images/banner/banner-bg-1.jpg") center/cover;
  color: #ffffff;
}

.hosting-hero {
  position: relative;
  overflow: hidden;
  padding: 10rem 0 5rem;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(5, 8, 16, .94), rgba(20, 24, 31, .9)),
    url("./images/banner/banner-10.jpg") center/cover;
}

.wordpress-hero {
  position: relative;
  overflow: hidden;
  padding: 9rem 0 4rem;
  color: #ffffff;
  background:
    radial-gradient(circle at 76% 18%, rgba(24, 199, 244, .28), transparent 29rem),
    linear-gradient(135deg, rgba(5, 8, 16, .96), rgba(20, 24, 31, .92)),
    url("./images/banner/banner-bg-7.jpg") center/cover;
}

.wordpress-hero h1 {
  max-width: 740px;
  margin: .8rem 0 1rem;
  font-size: clamp(2.8rem, 5.8vw, 5.7rem);
  line-height: .94;
}

.wordpress-hero p {
  max-width: 680px;
  color: rgba(255, 255, 255, .78);
  font-size: 1.16rem;
}

.business-hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  display: flex;
  align-items: center;
  padding: 9rem 0 4rem;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(5, 8, 16, .95), rgba(20, 24, 31, .88)),
    url("./images/banner/banner-bg-7.jpg") right bottom/cover no-repeat;
}

.business-hero h1 {
  max-width: 720px;
  margin: .8rem 0 1rem;
  font-size: clamp(2.8rem, 5.5vw, 5.2rem);
  line-height: .98;
}

.business-hero p {
  max-width: 680px;
  color: rgba(255, 255, 255, .78);
  font-size: 1.15rem;
}

.business-hero .container {
  position: relative;
  z-index: 1;
}

.business-hero-visual {
  position: relative;
  min-height: 520px;
}

.business-hero-visual img {
  position: absolute;
  right: -14vw;
  bottom: -4.5rem;
  width: min(950px, 62vw);
  max-width: none;
  filter: drop-shadow(0 34px 58px rgba(0, 0, 0, .28));
}

.business-feature {
  height: 100%;
  padding: 1.35rem;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 12px;
  background: rgba(255, 255, 255, .08);
}

.business-feature img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  margin-bottom: 1rem;
}

.business-feature h3 {
  font-size: 1.25rem;
}

.business-feature p {
  color: rgba(255, 255, 255, .72);
}

.step-card {
  position: relative;
  height: 100%;
  padding: 1.35rem;
  border-color: var(--ox-border);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 12px 40px rgba(9, 17, 31, .06);
}

.step-card h3,
.faq-list h3 {
  color: var(--ox-ink);
  font-size: 1.25rem;
}

.step-card span {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: rgba(0, 159, 227, .18);
  font-family: OxiraDisplay, "Trebuchet MS", sans-serif;
  font-size: 2.4rem;
}

.step-card img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  margin-bottom: 1rem;
}

.step-card p {
  color: var(--ox-muted);
}

.faq-list article {
  height: 100%;
  padding: 1.35rem;
  border: 1px solid var(--ox-border);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 12px 40px rgba(9, 17, 31, .06);
}

.faq-list p {
  color: var(--ox-muted);
}

.dark-panel .step-card,
.dark-panel .faq-list article {
  border-color: rgba(255, 255, 255, .13);
  background: rgba(255, 255, 255, .08);
  box-shadow: none;
}

.dark-panel .step-card h3,
.dark-panel .faq-list h3 {
  color: #ffffff;
}

.dark-panel .step-card p,
.dark-panel .faq-list p {
  color: rgba(255, 255, 255, .72);
}

.plan-icon {
  display: grid;
  place-items: center;
  width: 94px;
  height: 94px;
  margin: 1.2rem auto .4rem;
  color: #ffffff;
  border-radius: 18px;
  background: #0b3f78;
  font-size: 2.5rem;
}

.hosting-plan.popular .plan-icon {
  background: rgba(255, 255, 255, .16);
}

.faq-list {
  display: grid;
  gap: 1rem;
}

.faq-list article {
  height: auto;
}

@media (max-width: 767.98px) {
}

.hosting-hero h1 {
  max-width: 760px;
  margin: .8rem 0 1rem;
  font-size: clamp(2.5rem, 7vw, 5.6rem);
  line-height: .94;
}

.hosting-hero p {
  max-width: 680px;
  color: rgba(255, 255, 255, .78);
  font-size: 1.18rem;
}

.hero-art {
  max-width: min(100%, 420px);
  filter: drop-shadow(0 30px 50px rgba(0, 0, 0, .28));
}

.hosting-hero-visual {
  position: relative;
  min-height: 520px;
}

.ox-hero-svg {
  position: absolute;
  right: -13vw;
  bottom: -4rem;
  width: min(920px, 62vw);
  max-width: none;
  height: auto;
}

.hosting-plan {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.45rem;
  border: 0;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(9, 17, 31, .09);
}

.hosting-plan::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--ox-blue);
}

.hosting-plan.popular {
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(24, 199, 244, .12), transparent 46%),
    linear-gradient(180deg, #050810, #1a2030);
}

.hosting-plan.plan-grow::before {
  background: var(--ox-green);
}

.hosting-plan.plan-plus::before {
  background: var(--ox-navy);
}

.plan-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(9, 17, 31, .1);
}

.hosting-plan.popular .plan-head {
  border-color: rgba(255, 255, 255, .18);
}

.plan-head span {
  color: var(--ox-muted);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hosting-plan.popular .plan-head span {
  color: rgba(255, 255, 255, .64);
}

.plan-head strong {
  color: var(--ox-ink);
  font-family: OxiraDisplay, "Trebuchet MS", sans-serif;
  font-size: 1.55rem;
  line-height: 1;
  text-align: right;
}

.hosting-plan.popular .plan-head strong {
  color: #ffffff;
}

.plan-mark {
  width: min(100%, 220px);
  height: auto;
  align-self: center;
  margin: 1.15rem 0 .4rem;
}

.hosting-plan .price {
  margin-top: .4rem;
  padding-bottom: .9rem;
  border-bottom: 1px solid rgba(9, 17, 31, .1);
  font-size: 2.6rem;
  line-height: 1;
}

.plan-saving {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .15rem .7rem;
  align-items: baseline;
  margin: 0 0 1rem;
  padding: .85rem 0;
  border-bottom: 1px solid rgba(9, 17, 31, .1);
}

.plan-saving span {
  color: var(--ox-blue);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .74rem;
}

.plan-saving strong {
  font-size: 2rem;
}

.plan-saving small {
  grid-column: 1 / -1;
  color: var(--ox-muted);
}

.hosting-plan.popular .plan-saving {
  border-color: rgba(255, 255, 255, .18);
}

.hosting-plan.popular .plan-saving span,
.hosting-plan.popular .plan-saving small {
  color: rgba(255, 255, 255, .72);
}

.hosting-plan.popular .price {
  border-color: rgba(255, 255, 255, .18);
}

.hosting-plan ul {
  display: grid;
  gap: .65rem;
  padding-left: 1.1rem;
  margin: 0 0 1.5rem;
  color: var(--ox-muted);
}

.hosting-plan.popular ul {
  color: rgba(255, 255, 255, .8);
}

.hosting-plan.popular .section-copy {
  color: rgba(255, 255, 255, .74);
}

.hosting-plan .btn {
  margin-top: auto;
  border-radius: 6px;
  font-weight: 900;
}

.section-illustration {
  width: 100%;
  max-height: 390px;
  object-fit: contain;
  filter: drop-shadow(0 24px 45px rgba(9, 17, 31, .16));
}

.process-card {
  height: 100%;
  padding: 1.4rem;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 26px;
  background: rgba(255, 255, 255, .09);
}

.process-card img {
  width: 86px;
  height: 86px;
  object-fit: contain;
  margin-bottom: 1rem;
}

.process-card h3 {
  color: #ffffff;
  font-size: 1.25rem;
}

.process-card a {
  color: var(--ox-lime);
  font-weight: 900;
}

.benefit-list {
  display: grid;
  gap: .85rem;
  padding-left: 1.2rem;
  color: var(--ox-muted);
}

.feature-row-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  height: 100%;
  padding: 1.4rem;
  border: 1px solid var(--ox-border);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 40px rgba(9, 17, 31, .06);
}

.feature-row-card img {
  width: 74px;
  height: 74px;
  object-fit: contain;
  filter: invert(1);
  padding: .7rem;
  border-radius: 14px;
  background: rgba(0, 159, 227, .08);
}

.feature-row-card h3 {
  color: var(--ox-ink);
  font-size: 1.2rem;
}

.feature-row-card p {
  color: var(--ox-muted);
}

.dark-panel .feature-row-card {
  border-color: rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .09);
  box-shadow: none;
}

.dark-panel .feature-row-card h3 {
  color: #ffffff;
}

.dark-panel .feature-row-card p {
  color: rgba(255, 255, 255, .72);
}

.split-feature {
  display: flex;
  align-items: center;
  gap: clamp(2rem, 7vw, 6rem);
  margin-top: 4rem;
}

.split-feature-media,
.split-feature-copy {
  flex: 1 1 0;
}

.split-feature-media img {
  display: block;
  width: min(100%, 420px);
  margin: 0 auto;
}

.split-feature-copy h2 {
  font-size: clamp(2rem, 4.8vw, 3.8rem);
}

.split-feature-copy p {
  max-width: 620px;
  color: rgba(255, 255, 255, .78);
}

.special-icon-card {
  height: 100%;
  padding: 1.5rem;
  border: 1px solid var(--ox-border);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 12px 40px rgba(9, 17, 31, .06);
}

.special-icon-card img {
  display: block;
  width: min(100%, 180px);
  height: 150px;
  object-fit: contain;
  margin: 0 auto 1.2rem;
}

.special-icon-card h3 {
  font-size: 1.15rem;
  text-transform: uppercase;
}

.special-icon-card p {
  color: var(--ox-muted);
}

.inner-hero {
  position: relative;
  overflow: hidden;
  padding: 10rem 0 5rem;
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 10%, rgba(24, 199, 244, .24), transparent 28rem),
    linear-gradient(135deg, rgba(5, 8, 16, .98), rgba(20, 24, 31, .92)),
    url("./images/banner/banner-bg-1.jpg") center/cover;
}

.inner-hero h1 {
  max-width: 860px;
  margin: .8rem 0 1rem;
  font-size: clamp(2.4rem, 6vw, 5rem);
  line-height: .96;
}

.inner-hero p {
  max-width: 720px;
  color: rgba(255, 255, 255, .76);
  font-size: 1.15rem;
}

.inner-icon-card {
  display: grid;
  gap: .7rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 28px;
  background: rgba(255, 255, 255, .11);
  box-shadow: 0 32px 90px rgba(0, 0, 0, .22);
  backdrop-filter: blur(18px);
}

.inner-icon-card i {
  display: grid;
  place-items: center;
  width: 4.2rem;
  height: 4.2rem;
  color: #ffffff;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--ox-blue), var(--ox-green));
  font-size: 2rem;
}

.inner-icon-card strong {
  font-family: OxiraDisplay, "Trebuchet MS", sans-serif;
  font-size: 1.5rem;
}

.inner-icon-card span {
  color: rgba(255, 255, 255, .72);
}

.hero-section h1 {
  max-width: 870px;
  font-size: clamp(2.7rem, 8vw, 6.2rem);
  line-height: .94;
  margin: .8rem 0 1.4rem;
}

.hero-copy {
  max-width: 680px;
  color: rgba(255, 255, 255, .76);
  font-size: 1.18rem;
}

.hero-actions,
.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 1.6rem;
}

.trust-strip span {
  padding: .7rem .9rem;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: var(--ox-green);
  font-size: .78rem;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

.orb {
  position: absolute;
  width: 24rem;
  height: 24rem;
  border-radius: 999px;
  filter: blur(18px);
  opacity: .32;
}

.orb-one {
  top: 8%;
  right: 8%;
  background: var(--ox-cyan);
}

.orb-two {
  bottom: -10%;
  left: 12%;
  background: var(--ox-lime);
}

.hero-console {
  position: relative;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 32px;
  background: rgba(255, 255, 255, .1);
  box-shadow: 0 32px 90px rgba(0, 0, 0, .28);
  backdrop-filter: blur(20px);
}

.console-top {
  display: flex;
  align-items: center;
  gap: .45rem;
  margin-bottom: 1rem;
}

.console-top span {
  width: .72rem;
  height: .72rem;
  border-radius: 999px;
  background: var(--ox-lime);
}

.console-top span:nth-child(2) {
  background: var(--ox-cyan);
}

.console-top span:nth-child(3) {
  background: #ff6b6b;
}

.console-top strong {
  margin-left: auto;
  color: rgba(255, 255, 255, .75);
}

.signal-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem;
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff, #eaf5ff);
  color: var(--ox-ink);
}

.signal-card i {
  color: var(--ox-blue);
  font-size: 2.8rem;
}

.signal-card span,
.signal-card em {
  color: var(--ox-muted);
  font-style: normal;
}

.signal-card em {
  margin-left: auto;
  color: var(--ox-green);
  font-weight: 1000;
}

.metric-grid,
.stream-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .9rem;
  margin-top: .9rem;
}

.metric-grid div,
.stream-grid div {
  padding: 1rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .12);
}

.metric-grid small {
  display: block;
  color: rgba(255, 255, 255, .6);
}

.metric-grid strong {
  color: #ffffff;
}

.bandwidth-line {
  height: .75rem;
  overflow: hidden;
  margin: 1rem 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
}

.bandwidth-line span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--ox-blue), var(--ox-green));
}

.section-pad {
  padding: 6rem 0;
}

.section-heading {
  max-width: 830px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.section-heading h2,
.section-pad h2 {
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1;
}

.section-heading p,
.section-copy {
  color: var(--ox-muted);
}

.service-card,
.mini-plan,
.price-card {
  height: 100%;
  padding: 1.5rem;
  border: 1px solid var(--ox-border);
  border-radius: 28px;
  background: var(--ox-card);
  box-shadow: 0 12px 40px rgba(9, 17, 31, .06);
}

.service-card i {
  display: inline-grid;
  place-items: center;
  width: 3.4rem;
  height: 3.4rem;
  color: var(--ox-blue);
  border-radius: 18px;
  background: rgba(10, 92, 255, .09);
  font-size: 1.7rem;
}

.service-card h3,
.mini-plan h3,
.price-card h3 {
  margin-top: 1.2rem;
  font-size: 1.35rem;
}

.service-card p,
.mini-plan p,
.price-card li {
  color: var(--ox-muted);
}

.service-card.featured,
.mini-plan.hot,
.price-card.popular {
  color: #ffffff;
  background: linear-gradient(150deg, #050810, #18c7f4);
}

.service-card.featured p,
.mini-plan.hot p,
.price-card.popular li {
  color: rgba(255, 255, 255, .78);
}

.service-card.featured i {
  color: var(--ox-lime);
  background: rgba(255, 255, 255, .12);
}

.soft-bg {
  background:
    linear-gradient(135deg, rgba(10, 92, 255, .06), rgba(0, 208, 132, .08)),
    var(--ox-paper);
}

.mini-plan span,
.plan-tag {
  display: inline-flex;
  padding: .35rem .7rem;
  color: var(--ox-blue);
  border-radius: 999px;
  background: rgba(10, 92, 255, .1);
  font-size: .75rem;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.mini-plan.hot span,
.price-card.popular .plan-tag {
  color: var(--ox-ink);
  background: var(--ox-lime);
}

.mini-plan strong {
  display: block;
  margin: .9rem 0;
  font-size: 1.35rem;
}

.dark-panel {
  color: #ffffff;
  background: #0b1f3d;
  position: relative;
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}
.dark-panel::before,
.dark-panel::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 56px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
  z-index: 2;
}
.dark-panel::before {
  top: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 56' preserveAspectRatio='none'><path fill='%23f8fbff' d='M0,0 L1440,0 L1440,28 C1080,4 720,52 360,28 C180,16 90,36 0,16 Z'/></svg>");
}
.dark-panel::after {
  bottom: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 56' preserveAspectRatio='none'><path fill='%23f8fbff' d='M0,56 L1440,56 L1440,28 C1080,52 720,4 360,28 C180,40 90,20 0,40 Z'/></svg>");
}
.dark-panel > .container {
  position: relative;
  z-index: 3;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* Soft-bg con ondas opcionales hacia el siguiente section */
.soft-bg {
  position: relative;
}
.soft-bg.has-wave::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 50px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 50' preserveAspectRatio='none'><path fill='%23f8fbff' d='M0,0 L1440,0 L1440,25 C1080,45 720,5 360,25 C180,35 90,18 0,35 Z'/></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
  z-index: 2;
}

/* Utility: divisor de ondas entre cualquier seccion */
.ox-wave-divider {
  display: block;
  height: 60px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: -30px 0;
  pointer-events: none;
  position: relative;
  z-index: 1;
}
.ox-wave-divider.to-soft {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 60' preserveAspectRatio='none'><path fill='%23f8fbff' d='M0,30 C360,60 720,0 1080,30 C1260,45 1380,20 1440,40 L1440,60 L0,60 Z'/></svg>");
}
.ox-wave-divider.to-white {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 60' preserveAspectRatio='none'><path fill='%23ffffff' d='M0,30 C360,60 720,0 1080,30 C1260,45 1380,20 1440,40 L1440,60 L0,60 Z'/></svg>");
}
.ox-wave-divider.to-dark {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 60' preserveAspectRatio='none'><path fill='%230b1f3d' d='M0,30 C360,60 720,0 1080,30 C1260,45 1380,20 1440,40 L1440,60 L0,60 Z'/></svg>");
}

.dark-panel p {
  color: rgba(255, 255, 255, .72);
}

.stream-grid div {
  background: rgba(255, 255, 255, .08);
}

.stream-grid i {
  color: var(--ox-lime);
  font-size: 2rem;
}

.stream-grid h3 {
  margin: .8rem 0 .4rem;
}

.price-card {
  display: flex;
  flex-direction: column;
}

.price-card.enterprise {
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(8, 165, 20, .2), rgba(24, 199, 244, .13)),
    #08264a;
}

.price-card.enterprise li {
  color: rgba(255, 255, 255, .78);
}

.price {
  margin: 1rem 0;
  font-size: 2.3rem;
  font-weight: 1000;
}

.price small {
  font-size: .95rem;
  color: currentColor;
  opacity: .7;
}

.price-card ul {
  display: grid;
  gap: .7rem;
  padding-left: 1.1rem;
  margin-bottom: 1.5rem;
}

.price-card .btn {
  margin-top: auto;
}

.pricing-note {
  display: flex;
  gap: .8rem;
  margin-top: 1.5rem;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(10, 92, 255, .18);
  border-radius: 20px;
  background: rgba(10, 92, 255, .06);
  color: var(--ox-muted);
}

.pricing-note i {
  color: var(--ox-blue);
}

.tech-stack {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.tech-stack span {
  display: grid;
  min-height: 86px;
  place-items: center;
  color: #ffffff;
  border-radius: 24px;
  background: linear-gradient(135deg, #050810, #18c7f4);
  font-family: OxiraDisplay, sans-serif;
  font-size: 1.4rem;
  box-shadow: var(--shadow-soft);
}

.software-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .8rem;
}

.software-strip span {
  padding: .9rem 1.2rem;
  border: 1px solid var(--ox-border);
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(9, 17, 31, .06);
  font-weight: 900;
}

.cta-section {
  padding-top: 0;
}

.cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.5rem;
  color: #ffffff;
  border-radius: 36px;
  background:
    radial-gradient(circle at 80% 20%, rgba(24, 199, 244, .22), transparent 22rem),
    linear-gradient(135deg, #050810, #18c7f4);
}

.cta-card p {
  color: rgba(255, 255, 255, .75);
}

.ox-footer {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  padding: 10rem 0 2rem;
  color: rgba(255, 255, 255, .82);
  background:
    linear-gradient(rgba(0, 10, 18, .5), rgba(0, 10, 18, .55)),
    url("./images/footer/footer-bg.jpg") center top/cover no-repeat,
    #00111f;
}

.ox-footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 100%;
  height: 190px;
  transform: none;
  border-radius: 0;
  background: url("./img/footer-shape.png") center bottom/cover no-repeat;
}

.ox-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0 26%, rgba(0, 159, 227, .08) 26% 31%, transparent 31% 72%, rgba(0, 159, 227, .06) 72% 78%, transparent 78%),
    radial-gradient(circle at 54% 10%, rgba(24, 199, 244, .08), transparent 24rem);
  opacity: .8;
}

.ox-footer .container {
  position: relative;
  z-index: 1;
}

.footer-brand {
  display: grid;
  justify-items: center;
  gap: 1.1rem;
  text-align: center;
}

.footer-logo {
  width: 150px;
  filter: brightness(0) invert(1);
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: .7rem;
}

.footer-social a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #ffffff;
  border: 1px solid rgba(24, 199, 244, .72);
  border-radius: 999px;
}

.footer-social a:hover {
  color: #ffffff;
  background: var(--ox-blue);
  border-color: var(--ox-blue);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 0;
  margin: 5.2rem auto 2rem;
}

.footer-links a {
  padding: 0 2.2rem;
  color: #ffffff;
  border-right: 1px solid rgba(24, 199, 244, .75);
}

.footer-links a:last-child {
  border-right: 0;
}

.footer-links a:hover,
.footer-bottom a {
  color: var(--ox-cyan);
}

.footer-bottom {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(24, 199, 244, .55);
  text-align: center;
}

.advanced-cta {
  position: relative;
  overflow: hidden;
  padding: 7.2rem 0 7.7rem;
  background:
    linear-gradient(rgba(16, 34, 53, .96), rgba(16, 34, 53, .96)),
    url("./images/bg/line-bg.png") center/cover no-repeat;
}

.advanced-cta-card {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
  max-width: 1040px;
  margin: 0 auto;
  padding: 3.2rem 2rem;
  border: 0;
}

.advanced-blob {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.advanced-blob img {
  width: min(980px, 96vw);
  max-width: none;
  opacity: .95;
}

.advanced-cta-content {
  position: relative;
  z-index: 1;
  max-width: 740px;
  color: #ffffff;
  text-align: center;
}

.advanced-cta-content span {
  color: var(--ox-lime);
  font-family: OxiraDisplay, "Trebuchet MS", sans-serif;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: .04em;
}

.advanced-cta-content h2 {
  margin: .8rem 0 1.1rem;
  font-size: clamp(2.1rem, 4vw, 3.5rem);
  line-height: 1.05;
}

.advanced-cta-content p {
  max-width: 720px;
  margin: 0 auto 2.2rem;
  color: rgba(255, 255, 255, .88);
  font-size: 1.05rem;
}

.advanced-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .8rem;
}

.advanced-actions .btn {
  min-width: 190px;
  color: #ffffff;
  border: 0;
  border-radius: 999px;
  background: #18c7f4;
  box-shadow: none;
  font-weight: 900;
}

.advanced-actions .btn:hover {
  color: #ffffff;
  background: #009fe3;
}

@media (min-width: 1200px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
  }
}

@media (max-width: 1199.98px) {
  .ox-navbar {
    background: rgba(255, 255, 255, .97);
  }

  .mega-menu,
  .mega-wide {
    width: 100%;
    transform: none;
    border-radius: 20px;
    box-shadow: none;
  }

  .mega-grid,
  .mega-grid-6,
  .mega-columns {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    padding: 8rem 0 4rem;
  }

  .hero-section h1 {
    font-size: 2.7rem;
  }

  .metric-grid,
  .stream-grid,
  .tech-stack,
  .mega-grid,
  .mega-grid-6,
  .mega-columns {
    grid-template-columns: 1fr;
  }

  .cta-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .business-hero {
    min-height: auto;
    padding: 8rem 0 3rem;
  }

  .business-hero-visual {
    min-height: 260px;
  }

  .business-hero-visual img {
    position: relative;
    right: auto;
    bottom: auto;
    width: 115%;
    margin-left: -8%;
  }

  .hosting-hero-visual {
    min-height: 300px;
  }

  .ox-hero-svg {
    position: relative;
    right: auto;
    bottom: auto;
    width: 118%;
    margin-left: -9%;
  }

  .wordpress-hero {
    padding: 8rem 0 3rem;
  }

  .split-feature {
    display: block;
  }

  .split-feature-media {
    margin-bottom: 2rem;
  }
}

/* OX Price Pill — caja de precio compacta con badge +IGV */
.ox-price-pill {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  flex-wrap: nowrap;
  background: #ffffff;
  border: 2px solid #18c7f4;
  border-radius: 12px;
  padding: 10px 14px;
  margin: 14px 0 10px;
  box-shadow: 0 4px 12px rgba(11, 63, 120, .08);
  line-height: 1;
}
.ox-price-pill .pill-currency {
  color: #18c7f4;
  font-size: 1rem;
  font-weight: 700;
}
.ox-price-pill .pill-amount {
  color: #0b3f78;
  font-weight: 800;
  font-size: 2.2rem;
  letter-spacing: -1px;
}
.ox-price-pill .pill-period {
  color: #5a7a9c;
  font-weight: 600;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-left: 4px;
}
.ox-price-pill .pill-igv {
  position: absolute;
  top: -10px;
  right: 10px;
  background: #18c7f4;
  color: #0b3f78;
  font-weight: 700;
  font-size: .65rem;
  letter-spacing: .5px;
  padding: 3px 8px;
  border-radius: 6px;
  box-shadow: 0 3px 8px rgba(24, 199, 244, .4);
}

/* OX Calculator — calculadora interactiva de enlaces */
.ox-calc-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 2.5rem 2rem;
  box-shadow: 0 12px 36px rgba(11, 63, 120, .1);
  border: 1px solid #e1efff;
  max-width: 980px;
  margin: 0 auto;
}
.ox-calc-presets {
  display: flex;
  gap: .55rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2rem;
}
.ox-calc-presets .preset-btn {
  background: #f5fbff;
  border: 1.5px solid #b8e3f5;
  border-radius: 100px;
  padding: .55rem 1.15rem;
  font-size: .82rem;
  font-weight: 600;
  color: #0b3f78;
  cursor: pointer;
  transition: all .2s ease;
  font-family: inherit;
}
.ox-calc-presets .preset-btn:hover {
  border-color: #18c7f4;
  color: #18c7f4;
  transform: translateY(-1px);
}
.ox-calc-presets .preset-btn.active {
  background: #18c7f4;
  color: #ffffff;
  border-color: #18c7f4;
  box-shadow: 0 4px 10px rgba(24, 199, 244, .35);
}
.ox-calc-slider-block {
  background: #f8fbff;
  padding: 1.25rem 1.4rem;
  border-radius: 14px;
  border: 1px solid #e1efff;
}
.ox-calc-slider-block label {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-weight: 700;
  color: #0b3f78;
  font-size: .92rem;
  margin-bottom: .6rem;
}
.ox-calc-slider-block label .ox-calc-value {
  font-size: 1.5rem;
  font-weight: 800;
  color: #18c7f4;
  letter-spacing: -.5px;
}
.ox-slider {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  height: 8px;
  border-radius: 4px;
  background: linear-gradient(to right, #18c7f4 0%, #18c7f4 var(--fill, 50%), #dde7f4 var(--fill, 50%), #dde7f4 100%);
  outline: none;
  cursor: pointer;
}
.ox-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid #18c7f4;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(24, 199, 244, .4);
  transition: transform .15s ease;
}
.ox-slider::-webkit-slider-thumb:hover { transform: scale(1.15); }
.ox-slider::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid #18c7f4;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(24, 199, 244, .4);
}
.ox-calc-slider-block small {
  display: block;
  margin-top: .4rem;
  color: #5a7a9c;
  font-size: .78rem;
}
.ox-calc-result {
  background: linear-gradient(135deg, #050810 0%, #18c7f4 100%);
  border-radius: 14px;
  padding: 1.75rem;
  margin-top: 1.75rem;
  color: #ffffff;
}
.ox-calc-result .calc-total-label {
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, .8);
  margin-bottom: .25rem;
}
.ox-calc-result .calc-total {
  font-size: 3.2rem;
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1;
}
.ox-calc-result .calc-total sup {
  font-size: 1.4rem;
  font-weight: 700;
  margin-right: 6px;
  opacity: .85;
}
.ox-calc-result .calc-period {
  font-size: 1rem;
  font-weight: 500;
  margin-left: 8px;
  opacity: .85;
}
.ox-calc-result .calc-igv {
  display: inline-block;
  margin-top: .5rem;
  background: rgba(255, 255, 255, .18);
  padding: 3px 10px;
  border-radius: 6px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .5px;
}
.ox-calc-breakdown {
  display: grid;
  gap: .55rem;
  font-size: .9rem;
}
.ox-calc-breakdown .row-line {
  display: flex;
  justify-content: space-between;
  padding-bottom: .55rem;
  border-bottom: 1px dashed rgba(255, 255, 255, .25);
}
.ox-calc-breakdown .row-line:last-child {
  border-bottom: none;
  font-weight: 700;
  font-size: 1rem;
}
.ox-calc-alert-vps {
  margin-top: 1rem;
  background: #fff7e6;
  border: 1.5px solid #ffd591;
  color: #874d00;
  border-radius: 12px;
  padding: 1rem 1.25rem;
  display: flex;
  gap: .75rem;
  align-items: flex-start;
}
.ox-calc-alert-vps i { font-size: 1.5rem; flex-shrink: 0; }

/* OX FAQ Accordion — preguntas frecuentes desplegables */
.ox-faq-accordion {
  display: grid;
  gap: .75rem;
  max-width: 920px;
  margin: 0 auto;
}
.ox-faq-item {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e1efff;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(11, 63, 120, .04);
  transition: box-shadow .2s ease;
}
.ox-faq-item[open] {
  box-shadow: 0 6px 18px rgba(11, 63, 120, .1);
}
.ox-faq-item > summary {
  list-style: none;
  cursor: pointer;
  padding: 1.05rem 3rem 1.05rem 1.4rem;
  font-weight: 700;
  color: #0b3f78;
  background: #ffffff;
  position: relative;
  font-size: 1rem;
  transition: background .2s ease, color .2s ease;
}
.ox-faq-item > summary::-webkit-details-marker { display: none; }
.ox-faq-item > summary::marker { content: ''; }
.ox-faq-item > summary::after {
  content: '\F282';
  font-family: 'bootstrap-icons';
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.1rem;
  color: #18c7f4;
  transition: transform .2s ease;
  font-weight: normal;
}
.ox-faq-item[open] > summary {
  background: #0b3f78;
  color: #ffffff;
}
.ox-faq-item[open] > summary::after {
  content: '\F286';
  color: #18c7f4;
}
.ox-faq-item > summary:hover {
  background: #f5fbff;
}
.ox-faq-item[open] > summary:hover {
  background: #0b3f78;
}
.ox-faq-body {
  padding: 1.1rem 1.4rem 1.3rem;
  color: #5a6b7c;
  line-height: 1.65;
  border-top: 1px solid #e1efff;
}
.ox-faq-body ul {
  margin: 0;
  padding-left: 1.2rem;
}
.ox-faq-body ul li {
  margin-bottom: .4rem;
}

/* OX Partners Strip — tira de tecnologias asociadas */
.partners-strip {
  padding: 3rem 0 2.5rem;
  background: #f8fbff;
  border-top: 1px solid #e6eef8;
  border-bottom: 1px solid #e6eef8;
}
.partner-logo {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: #5a7a9c;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: .5px;
  padding: .6rem 1.1rem;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #e1efff;
  transition: transform .2s ease, box-shadow .2s ease, color .2s ease;
}
.partner-logo i {
  font-size: 1.4rem;
  color: #18c7f4;
}
.partner-logo:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(11, 63, 120, .1);
  color: #0b3f78;
}

/* OX Sold Out — marca AGOTADO sobre planes sin stock */
.hosting-plan.is-sold-out {
  position: relative;
  opacity: .55;
  filter: grayscale(.4);
}
.hosting-plan.is-sold-out .ox-soldout-badge {
  position: absolute;
  top: 18px;
  left: -10px;
  background: linear-gradient(135deg, #d63031 0%, #ff6b6b 100%);
  color: #fff;
  font-weight: 800;
  font-size: .8rem;
  letter-spacing: 2px;
  padding: 6px 14px;
  border-radius: 4px;
  box-shadow: 0 6px 14px rgba(214, 48, 49, .45);
  transform: rotate(-8deg);
  z-index: 5;
}
.hosting-plan.is-sold-out .btn[disabled] {
  cursor: not-allowed;
  background: #adb5bd;
  border-color: #adb5bd;
  color: #fff;
}
