@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800;900&family=Manrope:wght@300;400;500;600;700&family=Sora:wght@400;500;600;700&display=swap');

    :root {
      --font-ar: 'Manrope', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      --font-display: 'Sora', 'Manrope', system-ui, sans-serif;
      --dark: #02050c;
      --dark-2: #040a14;
      --cyan: #69fff0;
      --cyan-2: #37dac9;
      --text: #fffdf8;
      --muted: rgba(234,241,255,.64);
      --muted-2: rgba(234,241,255,.46);
      --line: rgba(255,255,255,.085);
      --panel: rgba(2,5,12,.76);
      --panel-soft: rgba(255,255,255,.028);
      --section-x: 1.18rem;
      --section-y: clamp(2.8rem, 4.1vw, 4.15rem);
      --section-y-tight: clamp(2.25rem, 3.4vw, 3.25rem);
      --soft-ease: cubic-bezier(.16, 1, .3, 1);
    }

    * { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body {
      overflow-x: hidden;
      font-family: var(--font-ar);
      background: var(--dark);
      color: var(--text);
    }
    a { color: inherit; text-decoration: none; }
    button { font: inherit; }

    .page {
      position: relative;
      isolation: isolate;
      overflow: hidden;
      min-height: 100vh;
      background:
        radial-gradient(circle at 50% 4%, rgba(105,255,240,.075), transparent 25rem),
        radial-gradient(circle at 88% 72%, rgba(105,255,240,.045), transparent 25rem),
        var(--dark);
    }

    .global-stars-canvas {
      position: absolute;
      inset: 0;
      z-index: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      opacity: .95;
      mix-blend-mode: screen;
    }

    section { position: relative; z-index: 1; }
    .container {
      width: 100%;
      max-width: 78rem;
      margin: 0 auto;
      padding-inline: var(--section-x);
    }
    .text-center { text-align: center; }

    .service-kicker,
    .section-kicker,
    .section-title,
    .hero-title,
    .card-title,
    .module-title,
    .process-title,
    .btn,
    .plan-title,
    .spec-label,
    .mini-title {
      font-family: var(--font-display);
    }

    .service-kicker,
    .section-kicker {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: .38rem;
      margin-bottom: .82rem;
      color: rgba(255,255,255,.72);
      font-size: .74rem;
      line-height: 1rem;
      font-weight: 700;
      letter-spacing: .01em;
      text-shadow: 0 8px 34px rgba(0,0,0,.42);
    }
    .service-kicker::before,
    .service-kicker::after,
    .section-kicker::before,
    .section-kicker::after {
      content: "//";
      color: var(--cyan);
      font-weight: 800;
      text-shadow: 0 0 12px rgba(105,255,240,.46), 0 0 28px rgba(105,255,240,.17);
    }

    .hero-title,
    .section-title {
      max-width: 62rem;
      margin: 0 auto;
      color: #fffdf8;
      font-size: clamp(2.7rem, 5.25vw, 5.4rem);
      line-height: 1.04;
      font-weight: 500;
      letter-spacing: -.055em;
      text-align: center;
      text-wrap: balance;
      text-shadow: 0 10px 40px rgba(0,0,0,.48), 0 0 22px rgba(105,255,240,.10);
    }
    .section-title {
      max-width: 44rem;
      font-size: clamp(1.85rem, 4vw, 3.18rem);
      line-height: 1.04;
      letter-spacing: -.05em;
    }
    .accent {
      color: var(--cyan);
      text-shadow: 0 0 18px rgba(105,255,240,.28), 0 0 48px rgba(105,255,240,.10);
    }
    .hero-copy,
    .section-copy {
      max-width: 48rem;
      margin: .9rem auto 0;
      color: rgba(234,241,255,.69);
      font-size: clamp(.9rem, 1.08vw, 1.04rem);
      line-height: 1.86;
      text-align: center;
      font-weight: 500;
    }
    .section-copy {
      max-width: 43rem;
      color: rgba(234,241,255,.60);
      font-size: .9rem;
      line-height: 1.75;
    }

    .btn-row {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: .76rem;
      margin-top: clamp(1.1rem, 1.8vw, 1.55rem);
    }
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 9.2rem;
      min-height: 2.55rem;
      padding: 0 1.1rem;
      border: 1px solid rgba(255,255,255,.86);
      background: #fff;
      color: #06131a;
      font-size: .82rem;
      line-height: 1;
      font-weight: 700;
      cursor: pointer;
      box-shadow: inset 0 -6px 14px rgba(0,0,0,.08), 0 12px 36px rgba(0,0,0,.26), 0 0 28px rgba(105,255,240,.08);
      transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
    }
    .btn:hover {
      transform: translateY(-2px);
      border-color: rgba(105,255,240,.78);
      background: rgba(255,255,255,.92);
      box-shadow: inset 0 -6px 14px rgba(0,0,0,.08), 0 16px 42px rgba(0,0,0,.34), 0 0 30px rgba(105,255,240,.13);
    }
    .btn-secondary {
      min-width: auto;
      border-color: rgba(255,255,255,.10);
      background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.012)), rgba(2,5,12,.72);
      color: rgba(255,255,255,.84);
    }
    .btn-secondary:hover {
      color: #fff;
      background: rgba(105,255,240,.055);
    }

    .service-hero {
      position: relative;
      min-height: min(680px, 100svh);
      display: flex;
      align-items: center;
      padding: clamp(2.8rem, 4.8vw, 4.1rem) 0 clamp(2.95rem, 5vw, 4.35rem);
      overflow: hidden;
    }
    .service-hero::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -5.5rem;
      width: min(980px, 94vw);
      height: 19rem;
      transform: translateX(-50%) perspective(820px) rotateX(68deg);
      transform-origin: center bottom;
      pointer-events: none;
      opacity: .42;
      background-image:
        linear-gradient(rgba(255,255,255,.050) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.046) 1px, transparent 1px);
      background-size: 54px 54px;
      mask-image: radial-gradient(ellipse at center, rgba(0,0,0,.82), transparent 73%);
      z-index: 0;
    }
    .hero-layout { position: relative; z-index: 2; display: grid; gap: clamp(2rem, 4vw, 3rem); align-items: center; }
    .hero-copy-wrap { position: relative; max-width: 64rem; margin: 0 auto; text-align: center; }
    .hero-copy-wrap::before {
      content: "";
      position: absolute;
      left: 50%; top: -2.2rem;
      width: min(560px, 72vw); height: 12rem;
      transform: translateX(-50%);
      border-radius: 999px;
      pointer-events: none;
      background: radial-gradient(ellipse at center, rgba(105,255,240,.075), transparent 70%);
      filter: blur(44px);
      opacity: .72;
      z-index: -1;
    }

    .hosting-card,
    .value-card,
    .process-card,
    .module-explorer,
    .cta-panel,
    .location-panel,
    .infra-panel,
    .spec-card {
      position: relative;
      overflow: hidden;
      border: 1px solid var(--line);
      background: linear-gradient(180deg, rgba(255,255,255,.024), rgba(255,255,255,.006)), var(--panel);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.035), 0 16px 48px rgba(0,0,0,.18);
    }

    .hosting-card::before,
    .value-card::before,
    .process-card::before,
    .module-explorer::before,
    .cta-panel::before,
    .location-panel::before,
    .infra-panel::before,
    .spec-card::before {
      content: "";
      position: absolute;
      inset: auto -16% -30% -16%;
      height: 58%;
      pointer-events: none;
      opacity: .20;
      background-image:
        linear-gradient(30deg, rgba(255,255,255,.09) 1px, transparent 1px),
        linear-gradient(150deg, rgba(255,255,255,.07) 1px, transparent 1px);
      background-size: 58px 58px;
      transform: perspective(520px) rotateX(60deg) translateY(10px);
      transform-origin: bottom center;
      mask-image: linear-gradient(to top, rgba(0,0,0,.72), transparent 80%);
      z-index: 0;
    }

    .hosting-card::after,
    .value-card::after,
    .process-card::after,
    .module-explorer::after,
    .cta-panel::after,
    .location-panel::after,
    .infra-panel::after,
    .spec-card::after {
      content: "";
      position: absolute;
      left: 0; right: 0; top: 0;
      height: 1px;
      opacity: 0;
      background: linear-gradient(90deg, transparent, rgba(105,255,240,.52), transparent);
      transition: opacity .28s ease;
      z-index: 1;
    }

    .hosting-card:hover::after,
    .value-card:hover::after,
    .process-card:hover::after,
    .module-explorer::after,
    .cta-panel::after,
    .location-panel::after,
    .infra-panel::after,
    .spec-card:hover::after { opacity: 1; }
    .hosting-card > *, .value-card > *, .process-card > *, .module-explorer > *, .cta-panel > *, .location-panel > *, .infra-panel > *, .spec-card > * { position: relative; z-index: 2;  }

    .section-divider { position: relative; padding-block: var(--section-y); overflow: hidden; }
    .section-divider + .section-divider { padding-top: var(--section-y-tight); }
    .section-divider::before {
      content: "";
      position: absolute;
      left: 50%; top: 0;
      width: min(920px, 86vw);
      height: 1px;
      transform: translateX(-50%);
      background: linear-gradient(90deg, transparent, rgba(105,255,240,.18), transparent);
      opacity: .95;
    }
    .section-divider::after {
      content: "";
      position: absolute;
      left: 50%; top: .5rem;
      width: min(620px, 78vw); height: 140px;
      transform: translateX(-50%);
      border-radius: 999px;
      background: radial-gradient(ellipse at center, rgba(105,255,240,.045), transparent 70%);
      filter: blur(45px);
      opacity: .58;
      pointer-events: none;
      z-index: 0;
    }

    .plans-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap: .82rem;
      margin-top: clamp(1.65rem, 2.8vw, 2.35rem);
    }
    .hosting-card {
      min-height: 21rem;
      display: flex;
      flex-direction: column;
      padding: 1.08rem 1rem 1rem;
      transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease, background .28s ease;
    }
    .hosting-card:hover,
    .hosting-card.featured {
      transform: translateY(-4px);
      border-color: rgba(105,255,240,.20);
      background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.008)), rgba(2,5,12,.84);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 22px 72px rgba(0,0,0,.28), 0 0 24px rgba(105,255,240,.045);
    }
    .plan-eyebrow {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: .7rem;
      margin-bottom: .9rem;
      color: rgba(105,255,240,.84);
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
      font-size: .66rem;
      line-height: .94rem;
      font-weight: 800;
      letter-spacing: .14em;
      text-shadow: 0 0 12px rgba(105,255,240,.18);
    }
    .plan-badge {
      display: inline-flex;
      align-items: center;
      min-height: 1.42rem;
      padding: 0 .5rem;
      border: 1px solid rgba(105,255,240,.18);
      background: rgba(105,255,240,.055);
      color: rgba(210,255,250,.86);
      font-size: .58rem;
      letter-spacing: .08em;
      white-space: nowrap;
    }
    .plan-title {
      color: #fff;
      font-size: clamp(1.08rem, 1.42vw, 1.34rem);
      line-height: 1.18;
      font-weight: 600;
      letter-spacing: -.035em;
      text-shadow: 0 8px 28px rgba(0,0,0,.30);
    }
    .plan-copy {
      margin-top: .64rem;
      color: rgba(255,255,255,.56);
      font-size: .78rem;
      line-height: 1.72;
      font-weight: 600;
    }
    .plan-list {
      display: grid;
      gap: .48rem;
      margin-top: 1rem;
      list-style: none;
    }
    .plan-list li {
      display: grid;
      grid-template-columns: auto 1fr;
      gap: .55rem;
      align-items: start;
      color: rgba(255,255,255,.72);
      font-size: .75rem;
      line-height: 1.58;
      font-weight: 700;
    }
    .plan-list li::before {
      content: "";
      width: .38rem; height: .38rem;
      margin-top: .46rem;
      background: var(--cyan);
      box-shadow: 0 0 0 5px rgba(105,255,240,.075), 0 0 14px rgba(105,255,240,.20);
      flex-shrink: 0;
    }
    .plan-footer {
      margin-top: auto;
      padding-top: 1.05rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: .75rem;
      color: rgba(255,255,255,.38);
      font-size: .7rem;
      font-weight: 700;
    }
    .plan-footer .btn { min-width: 0; min-height: 2.3rem; padding-inline: .86rem; font-size: .72rem; }

    .comparison-panel {
      position: relative;
      z-index: 1;
      margin-top: clamp(1.65rem, 2.8vw, 2.35rem);
      display: grid;
      gap: .95rem;
    }

    .plan-cards-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap: .9rem;
    }

    .plan-card {
      position: relative;
      overflow: hidden;
      min-height: 100%;
      display: flex;
      flex-direction: column;
      padding: 1.08rem 1rem 1rem;
      border: 1px solid var(--line);
      background: linear-gradient(180deg, rgba(255,255,255,.024), rgba(255,255,255,.006)), var(--panel);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.035), 0 16px 48px rgba(0,0,0,.18);
      transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease, background .28s ease;
    }

    .plan-card::before {
      content: "";
      position: absolute;
      inset: auto -16% -30% -16%;
      height: 58%;
      pointer-events: none;
      opacity: .18;
      background-image:
        linear-gradient(30deg, rgba(255,255,255,.09) 1px, transparent 1px),
        linear-gradient(150deg, rgba(255,255,255,.07) 1px, transparent 1px);
      background-size: 58px 58px;
      transform: perspective(520px) rotateX(60deg) translateY(10px);
      transform-origin: bottom center;
      mask-image: linear-gradient(to top, rgba(0,0,0,.72), transparent 80%);
      z-index: 0;
    }

    .plan-card::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: 1px;
      opacity: 0;
      background: linear-gradient(90deg, transparent, rgba(105,255,240,.52), transparent);
      transition: opacity .28s ease;
      z-index: 1;
    }

    .plan-card:hover,
    .plan-card.is-featured {
      transform: translateY(-4px);
      border-color: rgba(105,255,240,.20);
      background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.008)), rgba(2,5,12,.84);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 22px 72px rgba(0,0,0,.28), 0 0 24px rgba(105,255,240,.045);
    }

    .plan-card:hover::after,
    .plan-card.is-featured::after { opacity: 1; }

    .plan-card > * { position: relative; z-index: 2; }

    .plan-card-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: .7rem;
      margin-bottom: 1rem;
    }

    .plan-card-tag,
    .plan-card-badge {
      display: inline-flex;
      align-items: center;
      min-height: 1.46rem;
      padding: 0 .56rem;
      border: 1px solid rgba(105,255,240,.18);
      background: rgba(105,255,240,.055);
      color: rgba(210,255,250,.88);
      font-size: .58rem;
      line-height: 1;
      font-weight: 900;
      letter-spacing: .08em;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .plan-card-badge {
      border-color: rgba(255,255,255,.09);
      background: rgba(255,255,255,.03);
      color: rgba(255,255,255,.62);
    }

    .plan-card-title {
      color: #fff;
      font-family: var(--font-display);
      font-size: clamp(1.08rem, 1.42vw, 1.34rem);
      line-height: 1.18;
      font-weight: 600;
      letter-spacing: -.035em;
      text-shadow: 0 8px 28px rgba(0,0,0,.30);
    }

    .plan-card-copy {
      margin-top: .72rem;
      color: rgba(255,255,255,.56);
      font-size: .78rem;
      line-height: 1.72;
      font-weight: 600;
    }

    .plan-best-for {
      margin-top: 1rem;
      padding: .9rem .95rem;
      border: 1px solid rgba(255,255,255,.075);
      background: rgba(255,255,255,.018);
    }

    .plan-best-for strong {
      display: block;
      color: #fff;
      font-size: .82rem;
      line-height: 1.45;
      font-weight: 800;
    }

    .plan-best-for span {
      display: block;
      margin-top: .32rem;
      color: rgba(255,255,255,.48);
      font-size: .72rem;
      line-height: 1.55;
      font-weight: 700;
    }

    .plan-card-price {
      margin-top: 1.05rem;
      padding-top: 1rem;
      border-top: 1px solid rgba(255,255,255,.075);
    }

    .plan-card-price small {
      display: block;
      color: rgba(255,255,255,.36);
      font-size: .66rem;
      font-weight: 900;
      letter-spacing: .12em;
      text-transform: uppercase;
    }

    .plan-card-price strong {
      display: block;
      margin-top: .5rem;
      color: #fff;
      font-family: var(--font-display);
      font-size: clamp(1.55rem, 2.1vw, 2rem);
      line-height: 1;
      font-weight: 600;
      letter-spacing: -.05em;
    }

    .plan-card-price strong span {
      color: rgba(255,255,255,.38);
      font-size: .9rem;
      font-weight: 700;
      letter-spacing: 0;
    }

    .plan-card-list {
      display: grid;
      gap: .48rem;
      margin-top: 1rem;
      list-style: none;
    }

    .plan-card-list li {
      display: grid;
      grid-template-columns: auto 1fr;
      gap: .55rem;
      align-items: start;
      color: rgba(255,255,255,.72);
      font-size: .75rem;
      line-height: 1.58;
      font-weight: 700;
    }

    .plan-card-list li::before {
      content: "✓";
      display: inline-block;
      width: auto;
      height: auto;
      margin-top: .18rem;
      color: var(--cyan);
      font-family: var(--font-display);
      font-size: .86rem;
      line-height: 1;
      font-weight: 900;
      text-shadow: 0 0 12px rgba(105,255,240,.28);
      flex-shrink: 0;
    }

    .plan-card-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: .75rem;
      margin-top: auto;
      padding-top: 1.05rem;
      color: rgba(255,255,255,.38);
      font-size: .7rem;
      font-weight: 700;
    }

    .plan-card-footer .btn {
      min-width: 0;
      min-height: 2.3rem;
      padding-inline: .9rem;
      font-size: .72rem;
      width: 100%;
    }

    .comparison-consult {
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      padding: 1rem 1.05rem;
      border: 1px solid var(--line);
      background: linear-gradient(180deg, rgba(255,255,255,.024), rgba(255,255,255,.006)), var(--panel);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.035), 0 16px 48px rgba(0,0,0,.18);
    }

    .comparison-consult::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(105,255,240,.52), transparent);
      opacity: .95;
    }

    .comparison-consult-copy {
      max-width: 42rem;
    }

    .comparison-consult-copy strong {
      display: block;
      color: #fff;
      font-family: var(--font-display);
      font-size: 1rem;
      line-height: 1.25;
      font-weight: 600;
      letter-spacing: -.02em;
    }

    .comparison-consult-copy span {
      display: block;
      margin-top: .36rem;
      color: rgba(255,255,255,.54);
      font-size: .77rem;
      line-height: 1.65;
      font-weight: 600;
    }

    .comparison-consult-actions {
      display: flex;
      align-items: center;
      gap: .72rem;
      flex-wrap: wrap;
      justify-content: flex-end;
    }

    .infra-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
      gap: clamp(1.15rem, 2.7vw, 2.15rem);
      align-items: stretch;
      margin-top: clamp(1.65rem, 2.8vw, 2.35rem);
    }
    .infra-panel {
      min-height: 28rem;
      padding: clamp(1rem, 2.1vw, 1.35rem);
      display: grid;
      align-content: center;
    }
    .server-stack {
      position: relative;
      width: min(100%, 29rem);
      margin: 0 auto;
      display: grid;
      gap: .68rem;
    }
    .server-unit {
      min-height: 4.25rem;
      display: grid;
      grid-template-columns: auto 1fr auto;
      align-items: center;
      gap: .75rem;
      padding: .78rem .86rem;
      border: 1px solid rgba(255,255,255,.08);
      background: rgba(255,255,255,.024);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
    }
    .server-leds { display: flex; gap: .28rem; }
    .server-leds span { width: .42rem; height: .42rem; background: rgba(255,255,255,.22); }
    .server-leds span:first-child { background: var(--cyan); box-shadow: 0 0 14px rgba(105,255,240,.34); }
    .server-name { color: #fff; font-family: var(--font-display); font-size: .82rem; font-weight: 700; letter-spacing: -.015em; }
    .server-meta { margin-top: .24rem; color: rgba(255,255,255,.42); font-size: .68rem; font-weight: 700; }
    .server-chip { color: rgba(105,255,240,.92); font-size: .62rem; font-weight: 800; letter-spacing: .06em; }
    .infra-glow {
      position: absolute;
      inset: 7% 12% auto 12%;
      height: 11rem;
      border-radius: 999px;
      background: radial-gradient(ellipse at center, rgba(105,255,240,.17), transparent 68%);
      filter: blur(38px);
      opacity: .7;
      pointer-events: none;
    }
    .specs-grid { display: grid; gap: .72rem; }
    .spec-card { padding: .94rem; }
    .spec-label { color: rgba(105,255,240,.86); font-size: .72rem; line-height: 1.1; font-weight: 800; letter-spacing: .02em; }
    .spec-text { margin-top: .42rem; color: rgba(255,255,255,.58); font-size: .78rem; line-height: 1.7; font-weight: 600; }

    .module-explorer {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(220px, 280px) minmax(0,1fr);
      min-height: 450px;
      margin-top: clamp(1.65rem, 2.8vw, 2.35rem);
      direction: ltr;
    }
    .module-tabs {
      display: flex;
      flex-direction: column;
      border-inline-end: 1px solid rgba(255,255,255,.075);
      max-height: 560px;
      overflow: auto;
      scrollbar-width: thin;
      scrollbar-color: rgba(105,255,240,.22) transparent;
    }
    .module-tab {
      width: 100%;
      min-height: 66px;
      display: grid;
      grid-template-columns: 1fr auto;
      align-items: center;
      gap: .75rem;
      padding: .78rem .9rem;
      border: 0;
      border-bottom: 1px solid rgba(255,255,255,.065);
      background: transparent;
      color: rgba(255,255,255,.54);
      text-align: start;
      cursor: pointer;
      transition: background .18s ease, color .18s ease, box-shadow .18s ease;
    }
    .module-tab:hover { color: #fff; background: rgba(255,255,255,.022); }
    .module-tab.is-active {
      color: #fff;
      background: rgba(105,255,240,.055);
      box-shadow: inset 3px 0 0 var(--cyan);
    }
    .module-tab strong { display: block; font-family: var(--font-display); font-size: .92rem; line-height: 1.28; font-weight: 600; letter-spacing: -.015em; }
    .module-tab small { display: block; margin-top: .24rem; color: rgba(255,255,255,.38); font-size: .66rem; font-weight: 700; }
    .module-tab-arrow { color: var(--cyan); direction: ltr; opacity: 0; transform: translateX(-6px); transition: opacity .18s ease, transform .18s ease; }
    .module-tab.is-active .module-tab-arrow { opacity: 1; transform: translateX(0); }
    .module-detail { min-width: 0; padding: clamp(1.15rem, 2vw, 1.55rem); }
    .module-meta { color: rgba(105,255,240,.86); font-family: var(--font-display); font-size: .72rem; font-weight: 800; letter-spacing: .02em; direction: ltr; text-align: start; }
    .module-title { max-width: 42rem; margin-top: .75rem; color: #fff; font-size: clamp(1.32rem, 2.6vw, 2.18rem); line-height: 1.18; font-weight: 500; letter-spacing: -.04em; text-wrap: balance; }
    .module-copy { max-width: 48rem; margin-top: .85rem; color: rgba(255,255,255,.58); font-size: .88rem; line-height: 1.82; font-weight: 600; }
    .module-points { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .72rem .95rem; margin-top: 1.25rem; list-style: none; }
    .module-point { display: grid; grid-template-columns: auto 1fr; gap: .62rem; align-items: start; color: rgba(255,255,255,.72); font-size: .8rem; line-height: 1.68; font-weight: 700; }
    .module-point::before { content: ""; width: .42rem; height: .42rem; margin-top: .68rem; background: var(--cyan); box-shadow: 0 0 0 5px rgba(105,255,240,.075), 0 0 14px rgba(105,255,240,.20); }
    .module-note { margin-top: 1.1rem; padding: .9rem 1rem; border: 1px solid rgba(105,255,240,.14); background: rgba(105,255,240,.045); color: rgba(210,255,250,.86); font-size: .82rem; line-height: 1.75; font-weight: 800; }
    .mobile-module-detail { display: none; }

    .value-grid,
    .process-grid {
      position: relative;
      z-index: 1;
      display: grid;
      gap: .82rem;
      margin-top: clamp(1.65rem, 2.8vw, 2.35rem);
    }
    .value-grid { grid-template-columns: repeat(5, minmax(0,1fr)); }
    .process-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
    .value-card,
    .process-card {
      min-height: 11.6rem;
      display: flex;
      flex-direction: column;
      padding: 1.02rem .95rem .92rem;
      transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease, background .28s ease;
    }
    .process-card { min-height: 10.4rem; }
    .value-card:hover,
    .process-card:hover {
      transform: translateY(-4px);
      border-color: rgba(105,255,240,.20);
      background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.008)), rgba(2,5,12,.84);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 22px 72px rgba(0,0,0,.28), 0 0 24px rgba(105,255,240,.045);
    }
    .value-icon,
    .process-icon {
      width: 2.05rem; height: 2.05rem;
      display: grid; place-items: center;
      margin-bottom: 1.05rem;
      border: 1px solid rgba(105,255,240,.18);
      background: rgba(105,255,240,.055);
      color: var(--cyan);
      font-size: .92rem;
      box-shadow: 0 0 22px rgba(105,255,240,.07);
    }
    .card-title,
    .process-title { color: #fff; font-size: clamp(.94rem, 1.12vw, 1.08rem); line-height: 1.22; font-weight: 600; letter-spacing: -.03em; text-shadow: 0 8px 28px rgba(0,0,0,.30); }
    .card-copy,
    .process-copy { margin-top: .54rem; color: rgba(255,255,255,.54); font-size: .74rem; line-height: 1.72; font-weight: 600; }
    .process-num { color: rgba(105,255,240,.84); font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: .68rem; line-height: .94rem; font-weight: 800; letter-spacing: .14em; text-shadow: 0 0 12px rgba(105,255,240,.18); }

    .managed-launch-wrap {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
      gap: clamp(1.15rem, 2.7vw, 2.4rem);
      align-items: center;
      margin-top: clamp(1.7rem, 2.8vw, 2.45rem);
    }
    .managed-launch-visual,
    .managed-launch-side {
      position: relative;
      overflow: hidden;
      border: 1px solid var(--line);
      background: linear-gradient(180deg, rgba(255,255,255,.024), rgba(255,255,255,.006)), var(--panel);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.035), 0 16px 48px rgba(0,0,0,.18);
    }
    .managed-launch-visual::before,
    .managed-launch-side::before {
      content: "";
      position: absolute;
      inset: auto -16% -30% -16%;
      height: 58%;
      pointer-events: none;
      opacity: .18;
      background-image:
        linear-gradient(30deg, rgba(255,255,255,.09) 1px, transparent 1px),
        linear-gradient(150deg, rgba(255,255,255,.07) 1px, transparent 1px);
      background-size: 58px 58px;
      transform: perspective(520px) rotateX(60deg) translateY(10px);
      transform-origin: bottom center;
      mask-image: linear-gradient(to top, rgba(0,0,0,.72), transparent 80%);
      z-index: 0;
    }
    .managed-launch-visual::after,
    .managed-launch-side::after {
      content: "";
      position: absolute;
      left: 0; right: 0; top: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(105,255,240,.52), transparent);
      opacity: .95;
      z-index: 1;
    }
    .managed-launch-visual > *,
    .managed-launch-side > * { position: relative; z-index: 2; }

    .managed-launch-visual {
      min-height: 35rem;
      display: grid;
      place-items: center;
      padding: clamp(1.2rem, 2.3vw, 1.75rem);
      background:
        radial-gradient(circle at 50% 48%, rgba(105,255,240,.12), transparent 11rem),
        linear-gradient(180deg, rgba(255,255,255,.024), rgba(255,255,255,.006)), var(--panel);
    }
    .launch-visual-glow {
      position: absolute;
      inset: 16% 16% auto 16%;
      height: 16rem;
      border-radius: 999px;
      background: radial-gradient(ellipse at center, rgba(105,255,240,.16), transparent 70%);
      filter: blur(46px);
      opacity: .78;
      pointer-events: none;
    }
    .launch-device-scene {
      position: relative;
      width: min(100%, 29rem);
      min-height: 28rem;
    }
    .launch-device {
      position: absolute;
      left: 50%; top: 50%;
      width: min(100%, 22rem);
      aspect-ratio: 1 / 1.05;
      transform: translate(-50%, -50%) perspective(1100px) rotateY(-28deg) rotateX(8deg) rotateZ(-9deg);
      transform-style: preserve-3d;
    }
    .launch-device-front,
    .launch-device-side {
      position: absolute;
      border: 1px solid rgba(255,255,255,.26);
      background: rgba(0,0,0,.18);
      box-shadow: 0 0 0 1px rgba(255,255,255,.03), 0 20px 54px rgba(0,0,0,.32);
    }
    .launch-device-front {
      inset: 0;
      overflow: hidden;
      border-radius: .15rem;
    }
    .launch-device-side {
      top: 2%; bottom: 2%; left: -1.25rem;
      width: 1.25rem;
      transform: translateZ(-1px) skewY(0deg);
      background:
        radial-gradient(circle at 22% 16%, rgba(255,255,255,.14) 0 2px, transparent 3px),
        radial-gradient(circle at 22% 26%, rgba(255,255,255,.12) 0 2px, transparent 3px),
        linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.03));
      border-right: 0;
    }
    .launch-browser-bar {
      height: 3rem;
      display: flex;
      align-items: center;
      gap: .45rem;
      padding: 0 .85rem;
      border-bottom: 1px solid rgba(255,255,255,.085);
      background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
    }
    .launch-browser-dot {
      width: .46rem; height: .46rem;
      border-radius: 999px;
      background: rgba(255,255,255,.76);
      box-shadow: 0 0 12px rgba(255,255,255,.12);
    }
    .launch-browser-line {
      width: 5.2rem;
      height: .36rem;
      margin-inline-start: auto;
      background: rgba(255,255,255,.14);
    }
    .launch-browser-body {
      position: relative;
      height: calc(100% - 3rem);
      padding: 1.1rem 1rem 1rem;
      overflow: hidden;
    }
    .launch-browser-body::before {
      content: "";
      position: absolute;
      inset: 14% 10% auto 10%;
      height: 52%;
      border: 1px solid rgba(105,255,240,.52);
      border-radius: .8rem;
      box-shadow: 0 0 18px rgba(105,255,240,.18), inset 0 0 22px rgba(105,255,240,.08);
      background: linear-gradient(180deg, rgba(105,255,240,.035), rgba(105,255,240,.01));
    }
    .launch-ui-lines {
      position: absolute;
      left: 12%; right: 12%; bottom: 12%;
      display: grid;
      gap: .8rem;
    }
    .launch-ui-line {
      height: 2px;
      background: linear-gradient(90deg, rgba(255,255,255,.7), rgba(255,255,255,.08));
      opacity: .72;
    }
    .launch-ui-line.short { width: 56%; }
    .launch-ui-line.mid { width: 72%; }
    .launch-profile,
    .launch-shield,
    .launch-key {
      position: absolute;
      display: grid;
      place-items: center;
      color: rgba(105,255,240,.92);
      border: 1px solid rgba(105,255,240,.42);
      box-shadow: 0 0 18px rgba(105,255,240,.16), inset 0 0 24px rgba(105,255,240,.08);
      background: rgba(105,255,240,.03);
      text-shadow: 0 0 18px rgba(105,255,240,.36);
    }
    .launch-profile {
      left: 28%; top: 39%;
      width: 4.7rem; height: 4.7rem;
      border-radius: 999px;
      font-size: 2rem;
    }
    .launch-shield {
      top: 16%; left: 44%;
      width: 3.1rem; height: 3.1rem;
      border-radius: .9rem;
      font-size: 1.25rem;
    }
    .launch-key {
      right: 16%; top: 50%;
      width: 3.8rem; height: 3.8rem;
      border-radius: 999px;
      font-size: 1.55rem;
    }
    .launch-floating-label {
      position: absolute;
      display: inline-flex;
      align-items: center;
      gap: .42rem;
      min-height: 2rem;
      padding: 0 .72rem;
      border: 1px solid rgba(105,255,240,.18);
      background: rgba(2,5,12,.82);
      color: rgba(234,241,255,.9);
      font-size: .72rem;
      font-weight: 800;
      letter-spacing: .02em;
      box-shadow: 0 12px 30px rgba(0,0,0,.24), 0 0 24px rgba(105,255,240,.06);
      white-space: nowrap;
    }
    .launch-floating-label::before {
      content: "";
      width: .5rem;
      height: .5rem;
      background: var(--cyan);
      box-shadow: 0 0 14px rgba(105,255,240,.34);
    }
    .launch-floating-label.admin { top: 20%; right: 8%; }
    .launch-floating-label.owner { bottom: 18%; left: 6%; }
    .launch-floating-label.ready { bottom: 8%; right: 12%; }

    .managed-launch-side {
      min-height: 35rem;
      padding: clamp(1.2rem, 2.5vw, 1.8rem);
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .launch-side-kicker {
      display: inline-flex;
      align-items: center;
      gap: .38rem;
      color: rgba(255,255,255,.72);
      font-size: .84rem;
      line-height: 1rem;
      font-weight: 800;
      letter-spacing: .01em;
      text-shadow: 0 8px 34px rgba(0,0,0,.42);
    }
    .launch-side-kicker::before,
    .launch-side-kicker::after {
      content: "//";
      color: var(--cyan);
      font-weight: 800;
      text-shadow: 0 0 12px rgba(105,255,240,.46), 0 0 28px rgba(105,255,240,.17);
    }
    .launch-side-title {
      margin-top: .9rem;
      color: #fff;
      font-family: var(--font-display);
      font-size: clamp(2.1rem, 4.5vw, 3.55rem);
      line-height: .98;
      font-weight: 600;
      letter-spacing: -.06em;
      text-wrap: balance;
      text-shadow: 0 10px 40px rgba(0,0,0,.48), 0 0 22px rgba(105,255,240,.10);
    }
    .launch-side-title .accent { display: block; }
    .launch-side-copy {
      max-width: 37rem;
      margin-top: 1rem;
      color: rgba(234,241,255,.62);
      font-size: .92rem;
      line-height: 1.82;
      font-weight: 600;
    }
    .launch-feature-list {
      display: grid;
      gap: 1.15rem;
      margin-top: 0;
      list-style: none;
    }
    .launch-feature {
      display: grid;
      grid-template-columns: 2.4rem 1fr;
      gap: .85rem;
      align-items: start;
    }
    .launch-feature-icon {
      position: relative;
      width: 2.55rem;
      height: 2.55rem;
      display: grid;
      place-items: center;
      overflow: hidden;
      border: 1px solid rgba(105,255,240,.20);
      background:
        radial-gradient(circle at 50% 22%, rgba(105,255,240,.12), transparent 55%),
        linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.012));
      color: var(--cyan);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,.045),
        inset 0 0 22px rgba(105,255,240,.035),
        0 0 24px rgba(105,255,240,.075);
    }
    .launch-feature-icon::before {
      content: "";
      position: absolute;
      inset: .35rem;
      border: 1px solid rgba(105,255,240,.10);
      opacity: .72;
      pointer-events: none;
    }
    .launch-feature-icon::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -.72rem;
      width: 1.85rem;
      height: 1.85rem;
      transform: translateX(-50%);
      border-radius: 999px;
      background: rgba(105,255,240,.16);
      filter: blur(15px);
      opacity: .7;
      pointer-events: none;
    }
    .launch-feature-icon svg {
      width: 1.18rem;
      height: 1.18rem;
      display: block;
      fill: none;
      stroke: currentColor;
      stroke-width: 1.75;
      stroke-linecap: round;
      stroke-linejoin: round;
      filter: drop-shadow(0 0 10px rgba(105,255,240,.28));
    }
    .launch-feature-copy strong {
      display: block;
      color: #fff;
      font-size: 1rem;
      line-height: 1.32;
      font-weight: 800;
    }
    .launch-feature-copy span {
      display: block;
      margin-top: .3rem;
      color: rgba(255,255,255,.5);
      font-size: .82rem;
      line-height: 1.72;
      font-weight: 600;
    }
    .launch-side-actions {
      display: flex;
      gap: .72rem;
      flex-wrap: wrap;
      margin-top: 1.35rem;
    }
    .launch-side-tags {
      display: flex;
      gap: .55rem;
      flex-wrap: wrap;
      margin-top: 1rem;
    }
    .launch-side-tags span {
      display: inline-flex;
      align-items: center;
      min-height: 1.7rem;
      padding: 0 .62rem;
      border: 1px solid rgba(105,255,240,.12);
      background: rgba(255,255,255,.02);
      color: rgba(255,255,255,.66);
      font-size: .72rem;
      font-weight: 800;
    }

    .dc-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr); gap: .9rem; margin-top: clamp(1.55rem, 2.5vw, 2.15rem); align-items: start; }
    .dc-side, .dc-globe-card { padding: clamp(1rem, 2vw, 1.35rem); }
    .dc-side { display: flex; flex-direction: column; gap: .95rem; }
    .dc-side-head { padding-bottom: 1rem; border-bottom: 1px solid rgba(255,255,255,.075); }
    .mini-title { color: #fff; font-size: 1.12rem; font-weight: 600; letter-spacing: -.03em; }
    .mini-copy { margin-top: .36rem; max-width: 42rem; color: rgba(255,255,255,.52); font-size: .78rem; line-height: 1.65; font-weight: 600; }
    .location-status { display: inline-flex; align-items: center; gap: .42rem; color: rgba(105,255,240,.9); font-size: .68rem; font-weight: 800; }
    .location-status::before { content: ""; width: .42rem; height: .42rem; background: var(--cyan); box-shadow: 0 0 16px rgba(105,255,240,.42); }

    .dc-region-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .62rem; }
    .dc-region-btn { min-height: 3.1rem; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .62rem; padding: .72rem .76rem; border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.02); color: rgba(255,255,255,.72); cursor: pointer; text-align: left; transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease; }
    .dc-region-btn:hover { transform: translateY(-2px); color: #fff; border-color: rgba(105,255,240,.18); background: rgba(105,255,240,.045); }
    .dc-region-btn.is-active { color: #fff; border-color: rgba(105,255,240,.24); background: rgba(105,255,240,.07); box-shadow: inset 0 0 0 1px rgba(105,255,240,.04), 0 0 22px rgba(105,255,240,.05); }
    .dc-region-code { min-width: 2.2rem; min-height: 1.48rem; display: inline-flex; align-items: center; justify-content: center; padding: 0 .38rem; border: 1px solid rgba(105,255,240,.16); background: rgba(105,255,240,.05); color: rgba(210,255,250,.88); font-size: .64rem; font-weight: 900; letter-spacing: .04em; }
    .dc-region-meta strong { display: block; color: #fff; font-size: .82rem; line-height: 1.18; font-weight: 700; letter-spacing: -.02em; }
    .dc-region-meta small { display: block; margin-top: .14rem; color: rgba(255,255,255,.42); font-size: .68rem; line-height: 1.4; font-weight: 700; }
    .dc-region-arrow { color: var(--cyan); font-size: .92rem; opacity: 0; transform: translateX(-6px); transition: opacity .18s ease, transform .18s ease; }
    .dc-region-btn.is-active .dc-region-arrow { opacity: 1; transform: translateX(0); }

    .dc-info-card { padding: .9rem .95rem; border: 1px solid rgba(105,255,240,.13); background: linear-gradient(180deg, rgba(105,255,240,.05), rgba(105,255,240,.018)); }
    .dc-info-top { display: flex; align-items: flex-start; justify-content: space-between; gap: .8rem; flex-wrap: wrap; }
    .dc-info-label { color: rgba(105,255,240,.9); font-family: var(--font-display); font-size: .7rem; font-weight: 800; letter-spacing: .04em; }
    .dc-info-title { margin-top: .3rem; color: #fff; font-family: var(--font-display); font-size: 1.35rem; line-height: 1.08; font-weight: 600; letter-spacing: -.04em; }
    .dc-badge { display: inline-flex; align-items: center; min-height: 1.7rem; padding: 0 .56rem; border: 1px solid rgba(105,255,240,.18); background: rgba(105,255,240,.06); color: rgba(210,255,250,.88); font-size: .68rem; font-weight: 800; white-space: nowrap; }
    .dc-info-copy { margin-top: .55rem; color: rgba(255,255,255,.56); font-size: .78rem; line-height: 1.65; font-weight: 600; }
    .dc-facts { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .62rem; margin-top: .85rem; }
    .dc-fact { padding: .72rem; border: 1px solid rgba(255,255,255,.07); background: rgba(255,255,255,.018); }
    .dc-fact span { display: block; color: rgba(255,255,255,.4); font-size: .62rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
    .dc-fact strong { display: block; margin-top: .22rem; color: #fff; font-size: .78rem; line-height: 1.45; font-weight: 700; }
    .dc-info-actions { display: flex; gap: .6rem; flex-wrap: wrap; margin-top: .9rem; }
    .dc-info-actions .btn { min-width: 0; min-height: 2.35rem; padding-inline: .9rem; }

    .dc-globe-card { min-height: 34rem; }
    .dc-globe-head { display: none; align-items: flex-start; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding-bottom: 1rem; border-bottom: 1px solid rgba(255,255,255,.075); }
    .dc-globe-note { color: rgba(255,255,255,.48); font-size: .76rem; line-height: 1.58; font-weight: 600; }
    .dc-globe-shell { position: relative; margin-top: 1rem; min-height: 29rem; overflow: hidden; border: 1px solid rgba(255,255,255,.075); background: linear-gradient(180deg, rgba(255,255,255,.016), rgba(255,255,255,.006)), rgba(2,5,12,.7); }
    .dc-globe-shell::before { content: ""; position: absolute; left: 8%; right: 8%; bottom: -12%; height: 34%; border-radius: 50%; background: radial-gradient(circle at center, rgba(105,255,240,.18), rgba(105,255,240,.03) 48%, transparent 72%); filter: blur(24px); opacity: .62; pointer-events: none; }
    .dc-globe-shell::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 6%, rgba(255,255,255,.04), transparent 26%); pointer-events: none; }
    #globeCanvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
    .dc-globe-hint { position: absolute; left: 1rem; right: 1rem; bottom: 1rem; display: flex; justify-content: space-between; gap: .8rem; flex-wrap: wrap; color: rgba(255,255,255,.48); font-size: .68rem; line-height: 1.55; font-weight: 700; pointer-events: none; }
    .dc-globe-hint span { display: inline-flex; align-items: center; gap: .4rem; padding: .32rem .46rem; border: 1px solid rgba(255,255,255,.07); background: rgba(2,5,12,.46); }
    .dc-globe-hint .dot { width: .42rem; height: .42rem; background: var(--cyan); box-shadow: 0 0 12px rgba(105,255,240,.3); }

    @media (max-width: 1100px) {
      .dc-layout { grid-template-columns: 1fr; }
      .dc-globe-card { min-height: 31rem; }
    }
    @media (max-width: 980px) {
      .plan-cards-grid { grid-template-columns: 1fr; }
      .comparison-consult { flex-direction: column; align-items: flex-start; }
      .comparison-consult-actions { width: 100%; justify-content: flex-start; }
    }

    @media (max-width: 760px) {
      .dc-region-list,
      .dc-facts { grid-template-columns: 1fr; }
      .dc-globe-shell,
      #globeCanvas { min-height: 24rem; }
    }
    @media (max-width: 560px) {
      .dc-globe-card { padding: .82rem; }
      .dc-globe-head { gap: .65rem; }
      .dc-globe-shell,
      #globeCanvas { min-height: 21rem; }
      .dc-globe-hint { position: static; margin: .8rem .82rem 0; }
    }

        .cta-section { position: relative; z-index: 1; padding: var(--section-y-tight) 0 clamp(3.2rem, 4.8vw, 4.65rem); overflow: visible; }
    .cta-panel { max-width: 78rem; margin: 0 auto; padding: clamp(2.25rem, 4vw, 3.55rem) 1.12rem; text-align: center; }
    .dynamic-ready .reveal {
      --reveal-x: 0px;
      --reveal-y: 34px;
      --reveal-scale: .985;
      opacity: 0;
      filter: blur(10px);
      transform: perspective(1100px) translate3d(var(--reveal-x), var(--reveal-y), 0) scale(var(--reveal-scale));
      transform-origin: center;
      transition: opacity .82s var(--soft-ease), filter .82s var(--soft-ease), transform .82s var(--soft-ease), border-color .28s ease, box-shadow .28s ease, background .28s ease;
      transition-delay: var(--delay,0ms);
      will-change: opacity, filter, transform;
    }
    .dynamic-ready .reveal[data-animate="left"] { --reveal-x: -42px; --reveal-y: 16px; }
    .dynamic-ready .reveal[data-animate="right"] { --reveal-x: 42px; --reveal-y: 16px; }
    .dynamic-ready .reveal[data-animate="zoom"] { --reveal-y: 18px; --reveal-scale: .94; }
    .dynamic-ready .reveal.is-visible { --reveal-x: 0px; --reveal-y: 0px; --reveal-scale: 1; opacity: 1; filter: blur(0); }
    .dynamic-ready .accent,
    .dynamic-ready .section-kicker,
    .dynamic-ready .service-kicker { animation: accentGlow 3.6s ease-in-out infinite alternate; }
    @keyframes accentGlow {
      from { text-shadow: 0 0 14px rgba(105,255,240,.22), 0 0 38px rgba(105,255,240,.08); }
      to { text-shadow: 0 0 24px rgba(105,255,240,.42), 0 0 68px rgba(105,255,240,.17); }
    }

    @media (max-width: 1180px) {
      .plans-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
      .value-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
      .process-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
      .module-explorer { grid-template-columns: minmax(200px, 240px) minmax(0,1fr); }
    }
    @media (max-width: 1024px) {
      :root { --section-y: clamp(2.45rem, 5.2vw, 3.45rem); --section-y-tight: clamp(2.15rem, 4.5vw, 3rem); }
      .container { max-width: 58rem; }
      .service-hero { min-height: auto; padding: clamp(2.55rem, 6vw, 3.65rem) 0 clamp(2.65rem, 6vw, 3.85rem); }
      .hero-title { max-width: 48rem; font-size: clamp(2.45rem, 6.7vw, 4.25rem); }
.infra-grid { grid-template-columns: 1fr; }
      .infra-panel { min-height: 22rem; }
      .managed-launch-wrap { grid-template-columns: 1fr; }
      .managed-launch-visual, .managed-launch-side { min-height: auto; }
    }
    @media (max-width: 900px) {
      .section-divider, .section-divider + .section-divider { padding-block: var(--section-y); }
      .service-hero::after { width: 112vw; height: 15rem; bottom: -5.8rem; opacity: .30; background-size: 44px 44px; }
      .hero-copy-wrap { max-width: 47rem; }
      .module-explorer { display: block; min-height: auto; overflow: hidden; }
      .module-tabs { max-height: none; overflow: visible; border-inline-end: 0; }
      .module-detail { display: none; }
      .mobile-module-detail { display: none; padding: .98rem .9rem 1.1rem; border-bottom: 1px solid rgba(255,255,255,.065); background: rgba(255,255,255,.012); }
      .mobile-module-detail.is-active { display: block; }
      .module-points { grid-template-columns: 1fr; }
    }
    @media (max-width: 760px) {
      :root { --section-x: 1rem; --section-y: 3.05rem; --section-y-tight: 2.55rem; }
      .service-kicker, .section-kicker { margin-bottom: .7rem; font-size: .68rem; line-height: .95rem; }
      .hero-title { max-width: 38rem; font-size: clamp(2.12rem, 9.4vw, 3.25rem); line-height: 1.08; letter-spacing: -.046em; }
      .section-title { max-width: 34rem; font-size: clamp(1.58rem, 7.8vw, 2.45rem); line-height: 1.08; }
      .hero-copy, .section-copy { font-size: .82rem; line-height: 1.7; }
      .btn-row { width: min(100%, 25rem); margin-inline: auto; gap: .62rem; }
      .btn { min-height: 2.65rem; width: 100%; }
      .plans-grid, .value-grid, .process-grid { grid-template-columns: 1fr; gap: .72rem; }
      .hosting-card, .value-card, .process-card, .plan-card { min-height: auto; padding: .9rem; }
      .plan-cards-grid { grid-template-columns: 1fr; }
      .comparison-consult-actions { width: 100%; }
      .comparison-consult-actions .btn { width: 100%; }
      .module-explorer { margin-top: 1.55rem; }
      .module-tab strong { font-size: .84rem; }
      .module-tab-arrow { opacity: .55; transform: none; }
      .location-header { display: grid; }
      .plan-footer { align-items: stretch; flex-direction: column; }
      .plan-footer .btn { width: 100%; }
      .managed-launch-side { padding: 1rem; }
      .launch-side-title { font-size: clamp(1.9rem, 10vw, 2.8rem); }
      .launch-feature { grid-template-columns: 2.2rem 1fr; gap: .72rem; }
      .launch-side-actions { width: 100%; }
      .launch-side-actions .btn { width: 100%; }
      .launch-floating-label { font-size: .64rem; min-height: 1.78rem; padding-inline: .58rem; }
    }
    @media (max-width: 560px) {
      .page { background: radial-gradient(circle at 50% 0%, rgba(105,255,240,.055), transparent 18rem), var(--dark); }
      .service-hero { padding: 2.2rem 0 2.45rem; }
      .service-hero::after { bottom: -7rem; height: 13rem; opacity: .22; background-size: 34px 34px; }
      .hero-title { font-size: clamp(2rem, 12vw, 2.75rem); line-height: 1.1; }
.server-unit { grid-template-columns: 1fr; align-items: start; }
      .module-tab { min-height: 56px; padding: .66rem .72rem; }
      .mobile-module-detail { padding: .85rem .75rem 1rem; }
      .module-title { margin-top: .55rem; font-size: 1.18rem; line-height: 1.2; }
      .module-copy { margin-top: .62rem; font-size: .77rem; line-height: 1.62; }
      .module-note { margin-top: .8rem; font-size: .75rem; line-height: 1.58; }
      .managed-launch-visual { min-height: 26rem; padding: .9rem; }
      .launch-device-scene { min-height: 22rem; }
      .launch-device { width: min(100%, 15.5rem); }
      .launch-profile { width: 3.8rem; height: 3.8rem; font-size: 1.55rem; }
      .launch-shield { width: 2.55rem; height: 2.55rem; font-size: 1rem; }
      .launch-key { width: 3rem; height: 3rem; font-size: 1.2rem; }
      .launch-floating-label.admin { right: 1%; }
      .launch-floating-label.owner { left: 1%; bottom: 17%; }
      .launch-floating-label.ready { right: 4%; bottom: 5%; }
    }
    @media (max-width: 380px) {
      :root { --section-x: .82rem; }
      .hero-title { font-size: 1.92rem; }
      .section-title { font-size: 1.42rem; }
      .btn { min-width: 0; padding-inline: .9rem; }
      .module-tab { grid-template-columns: minmax(0,1fr) auto; }
    }

    /* Redesigned Operational Setup section — matching the open dashboard-style layout */
    .operational-showcase-section {
      min-height: min(760px, 100svh);
      display: flex;
      align-items: center;
      padding-block: clamp(4.1rem, 7vw, 6.9rem);
      overflow: hidden;
    }

    .operational-showcase-section::before {
      opacity: .74;
    }

    .operational-showcase-section::after {
      top: 10%;
      width: min(880px, 92vw);
      height: 280px;
      opacity: .42;
      background: radial-gradient(ellipse at center, rgba(105,255,240,.07), transparent 70%);
      filter: blur(60px);
    }

    .managed-launch-showcase {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
      gap: clamp(2rem, 6vw, 5.4rem);
      align-items: center;
      direction: ltr;
    }

    .op-visual-stage {
      position: relative;
      min-height: clamp(24rem, 44vw, 35rem);
      display: grid;
      place-items: center;
      isolation: isolate;
    }

    .op-visual-glow {
      position: absolute;
      left: 50%;
      top: 50%;
      width: min(34rem, 78vw);
      height: min(34rem, 78vw);
      transform: translate(-50%, -50%);
      border-radius: 999px;
      background:
        radial-gradient(circle at 50% 50%, rgba(105,255,240,.17), rgba(105,255,240,.075) 28%, transparent 66%);
      filter: blur(34px);
      opacity: .78;
      pointer-events: none;
      z-index: 0;
    }

    .op-visual-orbit {
      position: absolute;
      left: 50%;
      top: 50%;
      width: min(29rem, 68vw);
      height: min(29rem, 68vw);
      transform: translate(-50%, -50%) rotate(-16deg);
      border: 1px solid rgba(105,255,240,.06);
      border-radius: 999px;
      pointer-events: none;
      opacity: .72;
      z-index: 0;
    }

    .op-visual-orbit.orbit-two {
      width: min(22rem, 56vw);
      height: min(22rem, 56vw);
      transform: translate(-50%, -50%) rotate(23deg);
      border-color: rgba(255,255,255,.045);
      opacity: .55;
    }

    .op-visual-art {
      position: relative;
      z-index: 2;
      width: min(100%, 31.8rem);
      height: auto;
      display: block;
      transform: translateX(-1.5rem) perspective(1200px) rotateY(-2deg) rotateZ(-1deg);
      filter:
        drop-shadow(0 24px 72px rgba(0,0,0,.44))
        drop-shadow(0 0 32px rgba(105,255,240,.10));
      opacity: .94;
      user-select: none;
      pointer-events: none;
    }

    .op-content {
      position: relative;
      max-width: 40rem;
      justify-self: start;
      padding-block: 1.2rem;
    }

    .op-content::before {
      content: "";
      position: absolute;
      left: -8%;
      top: -12%;
      width: 22rem;
      height: 18rem;
      border-radius: 999px;
      background: radial-gradient(ellipse at center, rgba(105,255,240,.055), transparent 70%);
      filter: blur(46px);
      opacity: .74;
      pointer-events: none;
      z-index: -1;
    }

    .op-kicker {
      display: inline-flex;
      align-items: center;
      gap: .42rem;
      margin-bottom: .9rem;
      color: rgba(255,255,255,.72);
      font-family: var(--font-display);
      font-size: .76rem;
      line-height: 1rem;
      font-weight: 800;
      letter-spacing: .01em;
      text-shadow: 0 8px 34px rgba(0,0,0,.42);
    }

    .op-kicker::before,
    .op-kicker::after {
      content: "//";
      color: var(--cyan);
      font-weight: 900;
      text-shadow: 0 0 12px rgba(105,255,240,.46), 0 0 28px rgba(105,255,240,.17);
    }

    .op-title {
      margin: 0;
      max-width: 42rem;
      color: #fffdf8;
      font-family: var(--font-display);
      font-size: clamp(2.45rem, 5.2vw, 4.28rem);
      line-height: .98;
      font-weight: 600;
      letter-spacing: -.065em;
      text-wrap: balance;
      text-shadow: 0 10px 40px rgba(0,0,0,.48), 0 0 22px rgba(105,255,240,.10);
    }

    .op-feature-list {
      display: grid;
      gap: 1.18rem;
      margin-top: clamp(1.35rem, 2.1vw, 1.75rem);
    }

    .op-feature {
      display: grid;
      grid-template-columns: 2.55rem minmax(0, 1fr);
      gap: .9rem;
      align-items: start;
    }

    .op-feature-icon {
      position: relative;
      width: 2.1rem;
      height: 2.1rem;
      display: grid;
      place-items: center;
      overflow: hidden;
      border: 1px solid rgba(105,255,240,.23);
      background:
        radial-gradient(circle at 50% 20%, rgba(105,255,240,.13), transparent 54%),
        linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.012));
      color: var(--cyan);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,.045),
        0 0 24px rgba(105,255,240,.075);
    }

    .op-feature-icon::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -.72rem;
      width: 1.75rem;
      height: 1.75rem;
      transform: translateX(-50%);
      border-radius: 999px;
      background: rgba(105,255,240,.17);
      filter: blur(13px);
      opacity: .76;
      pointer-events: none;
    }

    .op-feature-icon svg {
      width: 1.16rem;
      height: 1.16rem;
      display: block;
      fill: none;
      stroke: currentColor;
      stroke-width: 1.75;
      stroke-linecap: round;
      stroke-linejoin: round;
      filter: drop-shadow(0 0 10px rgba(105,255,240,.28));
    }

    .op-feature-copy strong {
      display: block;
      color: #fff;
      font-size: 1.02rem;
      line-height: 1.32;
      font-weight: 900;
      letter-spacing: -.015em;
    }

    .op-feature-copy span {
      display: block;
      margin-top: .32rem;
      color: rgba(234,241,255,.55);
      font-size: .86rem;
      line-height: 1.75;
      font-weight: 600;
    }

    .op-actions {
      display: flex;
      align-items: center;
      gap: .95rem;
      flex-wrap: wrap;
      margin-top: clamp(1.35rem, 2.3vw, 1.8rem);
    }

    .op-actions .btn {
      min-width: 9.5rem;
      min-height: 2.65rem;
    }

    .op-link {
      display: inline-flex;
      align-items: center;
      min-height: 2.65rem;
      color: rgba(255,255,255,.86);
      font-family: var(--font-display);
      font-size: .82rem;
      font-weight: 800;
      letter-spacing: -.01em;
      transition: color .22s ease, transform .22s ease;
    }

    .op-link:hover {
      color: var(--cyan);
      transform: translateX(3px);
    }

    @media (max-width: 1024px) {
      .operational-showcase-section {
        min-height: auto;
        padding-block: clamp(3.35rem, 7vw, 4.85rem);
      }

      .managed-launch-showcase {
        grid-template-columns: 1fr;
        gap: 1.4rem;
      }

      .op-content {
        max-width: 44rem;
        justify-self: center;
        text-align: center;
      }

      .op-feature {
        max-width: 40rem;
        margin-inline: auto;
        text-align: start;
      }

      .op-actions {
        justify-content: center;
      }

      .op-visual-art {
        transform: none;
        width: min(100%, 28rem);
      }
    }

    @media (max-width: 760px) {
      .op-visual-stage {
        min-height: 20rem;
      }

      .op-title {
        font-size: clamp(2rem, 10vw, 3.05rem);
        letter-spacing: -.052em;
      }

      .op-feature-list {
        gap: 1rem;
      }

      .op-feature {
        grid-template-columns: 2.25rem minmax(0, 1fr);
        gap: .72rem;
      }

      .op-feature-icon {
        width: 2rem;
        height: 2rem;
      }

      .op-actions {
        width: min(100%, 25rem);
        margin-inline: auto;
      }

      .op-actions .btn,
      .op-link {
        width: 100%;
        justify-content: center;
      }
    }

    @media (max-width: 560px) {
      .operational-showcase-section {
        padding-block: 2.8rem;
      }

      .op-visual-stage {
        min-height: 17rem;
      }

      .op-visual-art {
        width: min(100%, 20.2rem);
      }

      .op-feature-copy strong {
        font-size: .92rem;
      }

      .op-feature-copy span {
        font-size: .76rem;
        line-height: 1.62;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .dynamic-ready .reveal,
      .dynamic-ready .accent,
      .dynamic-ready .section-kicker,
      .dynamic-ready .service-kicker { animation: none !important; transition: none !important; }
      .dynamic-ready .reveal { opacity: 1 !important; filter: none !important; transform: none !important; }
      .global-stars-canvas { opacity: .55; }
    }
  
    /* =========================================================
       Final CRM-style responsive system patch
       Mirrors the responsive rhythm used across the CRM pages:
       1180 / 1024 / 900 / 760 / 560 / 420 / 380
       ========================================================= */
    html,
    body {
      width: 100% !important;
      max-width: 100% !important;
      overflow-x: hidden !important;
    }

    .page {
      overflow-x: clip !important;
    }

    .container,
    .hero-layout,
    .plans-grid,
    .plan-cards-grid,
    .comparison-panel,
    .comparison-consult,
    .infra-grid,
    .module-explorer,
    .value-grid,
    .process-grid,
    .managed-launch-wrap,
    .managed-launch-showcase,
    .dc-layout,
    .dc-region-list,
    .dc-facts,
    .footer-main {
      min-width: 0 !important;
    }

    .hero-title,
    .section-title,
    .op-title,
    .launch-side-title,
    .module-title,
    .plan-card-title,
    .plan-title,
    .card-title,
    .process-title,
    .mini-title {
      word-break: normal !important;
      overflow-wrap: normal !important;
      hyphens: manual !important;
    }

    .hero-copy,
    .section-copy,
    .plan-copy,
    .plan-card-copy,
    .plan-best-for span,
    .comparison-consult-copy span,
    .spec-text,
    .module-copy,
    .module-note,
    .card-copy,
    .process-copy,
    .op-feature-copy span,
    .mini-copy,
    .dc-info-copy,
    .dc-fact strong {
      overflow-wrap: break-word !important;
    }

    img,
    svg,
    canvas {
      max-width: 100% !important;
    }

    .btn-row,
    .hero-actions,
    .comparison-consult-actions,
    .dc-info-actions,
    .op-actions,
    .launch-side-actions,
    .cta-panel .btn-row {
      display: flex !important;
      align-items: stretch !important;
      justify-content: center !important;
      flex-wrap: nowrap !important;
      min-width: 0 !important;
    }

    .btn-row .btn,
    .hero-actions .btn,
    .comparison-consult-actions .btn,
    .dc-info-actions .btn,
    .op-actions .btn,
    .op-actions .op-link,
    .launch-side-actions .btn,
    .cta-panel .btn-row .btn {
      flex: 0 1 auto !important;
      width: auto !important;
      min-width: 9rem !important;
      white-space: nowrap !important;
    }

    @media (max-width: 1180px) {
      :root {
        --section-y: clamp(3.2rem, 5.2vw, 4.3rem) !important;
        --section-y-tight: clamp(2.75rem, 4.6vw, 3.65rem) !important;
      }

      .container,
      .cta-panel {
        max-width: 68rem !important;
      }

      .hero-title {
        max-width: 58rem !important;
        font-size: clamp(2.65rem, 5.8vw, 5rem) !important;
        line-height: 1.05 !important;
      }

      .section-title {
        max-width: 46rem !important;
        font-size: clamp(1.95rem, 4.8vw, 3.08rem) !important;
      }

      .value-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
      }

      .process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
      }

      .plans-grid,
      .plan-cards-grid {
        gap: .78rem !important;
      }
    }

    @media (max-width: 1024px) {
      :root {
        --section-x: 1.05rem !important;
        --section-y: clamp(3rem, 5.9vw, 4rem) !important;
        --section-y-tight: clamp(2.65rem, 5.2vw, 3.45rem) !important;
      }

      .container,
      .cta-panel {
        max-width: 58rem !important;
      }

      .service-hero {
        min-height: 100svh !important;
        display: flex !important;
        align-items: center !important;
        padding-top: clamp(3.1rem, 6vw, 4rem) !important;
        padding-bottom: clamp(3rem, 6vw, 4.1rem) !important;
      }

      .hero-layout {
        gap: clamp(1.55rem, 4vw, 2.65rem) !important;
      }

      .hero-copy-wrap {
        max-width: 54rem !important;
      }

      .hero-title {
        max-width: 54rem !important;
        font-size: clamp(2.55rem, 7vw, 4.55rem) !important;
        line-height: 1.06 !important;
        letter-spacing: -.052em !important;
      }

      .section-title {
        max-width: 48rem !important;
        font-size: clamp(2rem, 5.7vw, 3rem) !important;
        line-height: 1.05 !important;
      }

      .hero-copy,
      .section-copy {
        max-width: 44rem !important;
        font-size: .86rem !important;
        line-height: 1.68 !important;
      }
.plan-cards-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: .72rem !important;
      }

      .plan-card,
      .hosting-card,
      .value-card,
      .process-card {
        min-height: auto !important;
      }

      .plan-card {
        padding: .92rem .86rem !important;
      }

      .plan-card-top {
        align-items: flex-start !important;
        flex-direction: column !important;
        gap: .46rem !important;
      }

      .plan-card-title {
        font-size: clamp(1rem, 2vw, 1.22rem) !important;
      }

      .plan-card-copy,
      .plan-card-list li,
      .plan-best-for span {
        font-size: .7rem !important;
        line-height: 1.58 !important;
      }

      .plan-best-for {
        padding: .72rem !important;
      }

      .comparison-consult {
        align-items: center !important;
      }

      .infra-grid,
      .managed-launch-wrap,
      .managed-launch-showcase,
      .dc-layout {
        grid-template-columns: 1fr !important;
      }

      .infra-panel,
      .managed-launch-visual,
      .managed-launch-side,
      .dc-globe-card {
        min-height: auto !important;
      }

      .module-explorer {
        grid-template-columns: minmax(190px, 230px) minmax(0, 1fr) !important;
      }

      .operational-showcase-section {
        min-height: auto !important;
        padding-block: clamp(3.2rem, 6vw, 4.55rem) !important;
      }

      .op-content {
        max-width: 46rem !important;
        justify-self: center !important;
        text-align: center !important;
      }

      .op-feature {
        max-width: 42rem !important;
      }

      .op-title {
        max-width: 46rem !important;
        font-size: clamp(2.18rem, 6.5vw, 3.55rem) !important;
        line-height: 1.02 !important;
      }
    }

    @media (max-width: 900px) {
      :root {
        --section-y: clamp(2.85rem, 6vw, 3.75rem) !important;
        --section-y-tight: clamp(2.45rem, 5.2vw, 3.25rem) !important;
      }

      .section-divider,
      .section-divider + .section-divider {
        padding-top: var(--section-y) !important;
        padding-bottom: var(--section-y) !important;
      }

      .hero-title {
        max-width: 46rem !important;
        font-size: clamp(2.45rem, 8vw, 4rem) !important;
      }

      .section-title {
        max-width: 42rem !important;
        font-size: clamp(1.85rem, 6.4vw, 2.75rem) !important;
      }

      .plan-cards-grid,
      .plans-grid {
        grid-template-columns: 1fr !important;
        width: min(100%, 42rem) !important;
        margin-left: auto !important;
        margin-right: auto !important;
      }

      .plan-card-top {
        flex-direction: row !important;
        align-items: center !important;
      }

      .plan-card,
      .hosting-card {
        padding: 1rem !important;
      }

      .comparison-consult {
        width: min(100%, 42rem) !important;
        margin-left: auto !important;
        margin-right: auto !important;
      }

      .value-grid,
      .process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
      }

      .module-explorer {
        display: block !important;
        min-height: auto !important;
      }

      .module-detail {
        display: none !important;
      }

      .module-tabs {
        border-inline-end: 0 !important;
      }

      .mobile-module-detail.is-active {
        display: block !important;
      }
    }

    @media (max-width: 760px) {
      :root {
        --section-x: .95rem !important;
        --section-y: 2.7rem !important;
        --section-y-tight: 2.35rem !important;
      }

      .service-hero {
        min-height: 100svh !important;
        padding-top: 2.45rem !important;
        padding-bottom: 2.55rem !important;
      }

      .service-hero::after {
        width: 108vw !important;
        height: 13.5rem !important;
        bottom: -6.4rem !important;
        opacity: .23 !important;
        background-size: 36px 36px !important;
      }

      .hero-copy-wrap::before {
        width: 84vw !important;
        height: 9rem !important;
        opacity: .46 !important;
      }

      .service-kicker,
      .section-kicker,
      .op-kicker {
        margin-bottom: .62rem !important;
        font-size: .66rem !important;
        line-height: .9rem !important;
      }

      .hero-title {
        max-width: 28rem !important;
        font-size: clamp(2.15rem, 9.2vw, 3.15rem) !important;
        line-height: 1.08 !important;
        letter-spacing: -.046em !important;
      }

      .section-title {
        max-width: 29rem !important;
        font-size: clamp(1.68rem, 7.1vw, 2.3rem) !important;
        line-height: 1.07 !important;
        letter-spacing: -.048em !important;
      }

      .op-title {
        max-width: 29rem !important;
        font-size: clamp(1.95rem, 8.4vw, 2.75rem) !important;
        line-height: 1.04 !important;
      }

      .hero-copy,
      .section-copy {
        max-width: 28rem !important;
        margin-top: .78rem !important;
        font-size: .8rem !important;
        line-height: 1.58 !important;
      }

      .btn-row,
      .hero-actions,
      .comparison-consult-actions,
      .dc-info-actions,
      .op-actions,
      .launch-side-actions,
      .cta-panel .btn-row {
        width: min(100%, 27rem) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        gap: .56rem !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        justify-content: center !important;
        align-items: stretch !important;
      }

      .btn-row .btn,
      .hero-actions .btn,
      .comparison-consult-actions .btn,
      .dc-info-actions .btn,
      .op-actions .btn,
      .op-actions .op-link,
      .launch-side-actions .btn,
      .cta-panel .btn-row .btn {
        flex: 1 1 0 !important;
        width: auto !important;
        min-width: 0 !important;
        min-height: 2.5rem !important;
        padding-left: .68rem !important;
        padding-right: .68rem !important;
        font-size: .72rem !important;
        line-height: 1.18 !important;
        text-align: center !important;
        white-space: normal !important;
      }
.plans-grid,
      .plan-cards-grid,
      .value-grid,
      .process-grid,
      .dc-region-list,
      .dc-facts {
        grid-template-columns: 1fr !important;
      }

      .plan-card,
      .hosting-card,
      .value-card,
      .process-card,
      .spec-card,
      .cta-panel,
      .comparison-consult,
      .dc-side,
      .dc-globe-card {
        padding: .86rem !important;
      }

      .plan-card-top,
      .dc-info-top {
        align-items: flex-start !important;
        flex-direction: column !important;
        gap: .48rem !important;
      }

      .plan-card-title,
      .plan-title,
      .card-title,
      .process-title,
      .mini-title {
        font-size: .96rem !important;
        line-height: 1.2 !important;
      }

      .plan-card-copy,
      .plan-card-list li,
      .card-copy,
      .process-copy,
      .spec-text,
      .mini-copy,
      .dc-info-copy,
      .module-copy,
      .module-note {
        font-size: .72rem !important;
        line-height: 1.56 !important;
      }

      .value-icon,
      .process-icon {
        width: 1.82rem !important;
        height: 1.82rem !important;
        margin-bottom: .72rem !important;
      }

      .comparison-consult {
        gap: .9rem !important;
      }

      .comparison-consult-actions,
      .dc-info-actions {
        justify-content: flex-start !important;
      }

      .module-tab {
        min-height: 56px !important;
        padding: .66rem .72rem !important;
      }

      .module-tab strong {
        font-size: .82rem !important;
      }

      .module-title {
        font-size: 1.15rem !important;
        line-height: 1.2 !important;
      }

      .op-visual-stage {
        min-height: 18rem !important;
      }

      .op-visual-art {
        width: min(100%, 22rem) !important;
      }

      .op-feature-list {
        gap: .9rem !important;
      }

      .op-feature {
        grid-template-columns: 2.15rem minmax(0, 1fr) !important;
        gap: .68rem !important;
      }

      .op-feature-icon {
        width: 1.9rem !important;
        height: 1.9rem !important;
      }

      .op-feature-copy strong {
        font-size: .92rem !important;
        line-height: 1.25 !important;
      }

      .op-feature-copy span {
        font-size: .74rem !important;
        line-height: 1.55 !important;
      }

      .dc-globe-card,
      .dc-globe-shell,
      #globeCanvas {
        min-height: 22rem !important;
      }

      .dc-globe-hint {
        position: static !important;
        margin: .72rem 0 0 !important;
      }

      .cta-section {
        padding-top: 2.55rem !important;
        padding-bottom: 3.15rem !important;
      }

      .cta-panel {
        padding-top: 2.2rem !important;
        padding-bottom: 2.2rem !important;
      }
    }

    @media (max-width: 560px) {
      :root {
        --section-x: .86rem !important;
        --section-y: 2.35rem !important;
        --section-y-tight: 2.1rem !important;
      }

      .container {
        padding-left: var(--section-x) !important;
        padding-right: var(--section-x) !important;
      }

      .service-hero {
        padding-top: 2.05rem !important;
        padding-bottom: 2.28rem !important;
      }

      .hero-title {
        max-width: 24rem !important;
        font-size: clamp(1.95rem, 10.8vw, 2.65rem) !important;
      }

      .section-title,
      .op-title {
        max-width: 24rem !important;
        font-size: clamp(1.52rem, 8.2vw, 2.08rem) !important;
        line-height: 1.07 !important;
      }

      .btn-row,
      .hero-actions,
      .comparison-consult-actions,
      .dc-info-actions,
      .op-actions,
      .launch-side-actions,
      .cta-panel .btn-row {
        width: 100% !important;
        gap: .46rem !important;
      }

      .btn-row .btn,
      .hero-actions .btn,
      .comparison-consult-actions .btn,
      .dc-info-actions .btn,
      .op-actions .btn,
      .op-actions .op-link,
      .launch-side-actions .btn,
      .cta-panel .btn-row .btn {
        min-height: 2.42rem !important;
        padding-left: .52rem !important;
        padding-right: .52rem !important;
        font-size: .68rem !important;
      }

      .dc-region-btn {
        grid-template-columns: auto minmax(0, 1fr) auto !important;
      }

      .dc-globe-card,
      .dc-globe-shell,
      #globeCanvas {
        min-height: 19.5rem !important;
      }

      .op-visual-stage {
        min-height: 16rem !important;
      }

      .op-visual-art {
        width: min(100%, 19rem) !important;
      }
    }

    @media (max-width: 420px) {
      :root {
        --section-x: .8rem !important;
        --section-y: 2.15rem !important;
        --section-y-tight: 1.95rem !important;
      }

      .hero-title {
        max-width: 21rem !important;
        font-size: clamp(1.82rem, 10.4vw, 2.35rem) !important;
      }

      .section-title,
      .op-title {
        max-width: 21.5rem !important;
        font-size: clamp(1.38rem, 7.5vw, 1.85rem) !important;
      }

      .hero-copy,
      .section-copy {
        font-size: .74rem !important;
      }

      .btn-row .btn,
      .hero-actions .btn,
      .comparison-consult-actions .btn,
      .dc-info-actions .btn,
      .op-actions .btn,
      .op-actions .op-link,
      .launch-side-actions .btn,
      .cta-panel .btn-row .btn {
        font-size: .64rem !important;
        padding-left: .42rem !important;
        padding-right: .42rem !important;
      }

      .plan-card,
      .hosting-card,
      .value-card,
      .process-card,
      .spec-card,
      .cta-panel,
      .comparison-consult,
      .dc-side,
      .dc-globe-card {
        padding: .76rem !important;
      }
    }

    @media (max-width: 380px) {
      .hero-title {
        font-size: 1.78rem !important;
      }

      .section-title,
      .op-title {
        font-size: 1.34rem !important;
      }

      .btn-row,
      .hero-actions,
      .comparison-consult-actions,
      .dc-info-actions,
      .op-actions,
      .launch-side-actions,
      .cta-panel .btn-row {
        gap: .38rem !important;
      }

      .btn-row .btn,
      .hero-actions .btn,
      .comparison-consult-actions .btn,
      .dc-info-actions .btn,
      .op-actions .btn,
      .op-actions .op-link,
      .launch-side-actions .btn,
      .cta-panel .btn-row .btn {
        min-height: 2.35rem !important;
        font-size: .6rem !important;
        padding-left: .34rem !important;
        padding-right: .34rem !important;
      }

      .dc-region-code {
        min-width: 1.9rem !important;
      }
    }

  

    /* =========================================================
       Region Selector mobile polish
       Keeps data center region buttons as two buttons per row on mobile.
       ========================================================= */
    @media (max-width: 760px) {
      .dc-region-list {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: .58rem !important;
      }

      .dc-region-btn {
        min-height: 3rem !important;
        grid-template-columns: auto minmax(0, 1fr) !important;
        align-items: center !important;
        gap: .46rem !important;
        padding: .62rem .56rem !important;
      }

      .dc-region-code {
        min-width: 2rem !important;
        min-height: 1.36rem !important;
        padding: 0 .3rem !important;
        font-size: .58rem !important;
      }

      .dc-region-meta {
        min-width: 0 !important;
      }

      .dc-region-meta strong {
        font-size: .72rem !important;
        line-height: 1.16 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
      }

      .dc-region-meta small {
        margin-top: .1rem !important;
        font-size: .58rem !important;
        line-height: 1.25 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
      }

      .dc-region-arrow {
        display: none !important;
      }
    }

    @media (max-width: 380px) {
      .dc-region-list {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: .46rem !important;
      }

      .dc-region-btn {
        min-height: 2.85rem !important;
        gap: .38rem !important;
        padding: .56rem .46rem !important;
      }

      .dc-region-code {
        min-width: 1.72rem !important;
        font-size: .52rem !important;
      }

      .dc-region-meta strong {
        font-size: .66rem !important;
      }

      .dc-region-meta small {
        font-size: .52rem !important;
      }
    }


/* =========================================================
   Typography consistency patch — sizes & line-height only
   ========================================================= */
:root {
  --qg-type-kicker: .74rem;
  --qg-type-hero: clamp(2.42rem, 5.05vw, 5.05rem);
  --qg-type-section: clamp(1.86rem, 3.65vw, 3.08rem);
  --qg-type-section-split: clamp(1.68rem, 3.02vw, 2.48rem);
  --qg-type-copy-hero: clamp(.91rem, 1.04vw, 1.02rem);
  --qg-type-copy: .88rem;
  --qg-type-card-title: clamp(.96rem, 1.05vw, 1.08rem);
  --qg-type-card-copy: .77rem;
  --qg-type-small: .68rem;
  --qg-type-button: .81rem;
}

:where(.section-kicker, .service-kicker, .services-kicker, .about-kicker, .process-panel-kicker) {
  font-size: var(--qg-type-kicker) !important;
  line-height: 1.1rem !important;
}

:where(.hero-title) {
  font-size: var(--qg-type-hero) !important;
  line-height: 1.02 !important;
}

:where(
  .section-title,
  .services-title,
  .section-title-light,
  .section-title-dark,
  .dashboard-headline,
  .ownership-heading,
  .about-title,
  .cta-title,
  .timeline-how-we-work .section-title-light
) {
  font-size: var(--qg-type-section) !important;
  line-height: 1.055 !important;
}

:where(
  .position-copy-wrap .section-title,
  .section-copy-left .section-title,
  .dashboard-copy-wrap .section-title,
  .ownership-content .section-title,
  .about-title
) {
  font-size: var(--qg-type-section-split) !important;
  line-height: 1.07 !important;
}

:where(.hero-copy) {
  font-size: var(--qg-type-copy-hero) !important;
  line-height: 1.74 !important;
}

:where(
  .section-copy,
  .section-copy-light,
  .section-copy-dark,
  .services-copy,
  .about-copy,
  .ownership-intro,
  .ownership-copy,
  .dashboard-feature-copy,
  .cta-copy,
  .timeline-how-we-work .section-copy-light
) {
  font-size: var(--qg-type-copy) !important;
  line-height: 1.68 !important;
}

:where(
  .card-title,
  .service-title,
  .process-title,
  .plan-title,
  .plan-card-title,
  .position-title,
  .ownership-title,
  .ownership-feature-title,
  .dashboard-feature-title,
  .screen-heading,
  .module-title,
  .about-point-title,
  .process-panel-title,
  .process-mobile-title,
  .how-work-title,
  .faq-question-text,
  .comparison-consult-copy strong,
  .spec-label,
  .mini-title
) {
  font-size: var(--qg-type-card-title) !important;
  line-height: 1.24 !important;
}

:where(
  .card-copy,
  .service-desc,
  .process-copy,
  .plan-copy,
  .plan-card-copy,
  .position-text,
  .ownership-feature-copy,
  .about-point-copy,
  .process-panel-copy,
  .process-mobile-copy,
  .how-work-copy,
  .faq-answer,
  .comparison-consult-copy span,
  .plan-best-for span,
  .spec-text,
  .screen-row span:first-child,
  .side-row,
  .visual-label,
  .metric-label,
  .module-pane p,
  .module-copy,
  .module-detail,
  .feature-copy,
  .value-copy
) {
  font-size: var(--qg-type-card-copy) !important;
  line-height: 1.66 !important;
}

:where(
  .btn,
  .services-primary,
  .services-secondary,
  .cta-button,
  .nav-links a,
  .nav-dropdown-toggle,
  .nav-cta,
  .plan-filter,
  .module-tab strong,
  .module-link,
  .plan-card-footer .btn,
  .plan-footer .btn
) {
  font-size: var(--qg-type-button) !important;
  line-height: 1.15 !important;
}

:where(
  .card-num,
  .process-num,
  .step-num,
  .process-mobile-num,
  .plan-tag,
  .plan-eyebrow,
  .plan-card-tag,
  .plan-card-badge,
  .plan-badge,
  .ownership-badge,
  .platform-pill,
  .pill,
  .dashboard-status,
  .dashboard-title,
  .screen-row span:last-child,
  .metric-value + .metric-label,
  .server-meta,
  .server-chip,
  .plan-note
) {
  font-size: var(--qg-type-small) !important;
  line-height: 1.35 !important;
}

:where(.metric-value, .plan-card-price strong) {
  font-size: clamp(1.36rem, 1.86vw, 1.82rem) !important;
  line-height: 1.04 !important;
}

:where(.plan-card-price strong span) {
  font-size: .86rem !important;
  line-height: 1.1 !important;
}

@media (max-width: 1024px) {
  :root {
    --qg-type-hero: clamp(2.24rem, 6.7vw, 4.15rem);
    --qg-type-section: clamp(1.78rem, 4.85vw, 2.72rem);
    --qg-type-section-split: clamp(1.62rem, 4.35vw, 2.34rem);
    --qg-type-copy-hero: clamp(.88rem, 1.55vw, .98rem);
    --qg-type-copy: .86rem;
    --qg-type-card-title: clamp(.94rem, 1.75vw, 1.04rem);
    --qg-type-card-copy: .76rem;
  }
}

@media (max-width: 767px) {
  :root {
    --qg-type-kicker: .72rem;
    --qg-type-hero: clamp(2rem, 10.2vw, 3.18rem);
    --qg-type-section: clamp(1.64rem, 8.35vw, 2.34rem);
    --qg-type-section-split: clamp(1.56rem, 7.8vw, 2.18rem);
    --qg-type-copy-hero: .88rem;
    --qg-type-copy: .84rem;
    --qg-type-card-title: .96rem;
    --qg-type-card-copy: .76rem;
    --qg-type-button: .8rem;
  }

  :where(.hero-title) {
    line-height: 1.04 !important;
  }

  :where(
    .section-title,
    .services-title,
    .section-title-light,
    .section-title-dark,
    .dashboard-headline,
    .ownership-heading,
    .about-title,
    .cta-title,
    .timeline-how-we-work .section-title-light
  ) {
    line-height: 1.08 !important;
  }
}

@media (max-width: 520px) {
  :root {
    --qg-type-hero: clamp(1.92rem, 10.8vw, 2.86rem);
    --qg-type-section: clamp(1.54rem, 8.9vw, 2.12rem);
    --qg-type-section-split: clamp(1.5rem, 8.4vw, 2.02rem);
    --qg-type-copy-hero: .86rem;
    --qg-type-copy: .82rem;
    --qg-type-card-title: .94rem;
    --qg-type-card-copy: .75rem;
  }

  :where(.btn, .services-primary, .services-secondary, .cta-button) {
    font-size: .79rem !important;
  }
}

  

    /* =========================================================
       Hosting Plans — matched to Websites & Marketing plan cards
       Scoped to #plans so the rest of the hosting page stays unchanged.
       ========================================================= */
    #plans {
      --pricing-border: rgba(255,255,255,.105);
      --pricing-border-strong: rgba(105,255,240,.32);
      --pricing-card: rgba(4,10,20,.72);
      --pricing-card-strong: rgba(4,12,22,.92);
    }

    #plans .section-title {
      max-width: 46rem;
    }

    #plans .hosting-pricing-panel {
      margin-top: clamp(1.65rem, 2.8vw, 2.35rem);
    }

    #plans .pricing-panel {
      display: block;
      width: 100%;
      max-width: 76rem;
      margin-inline: auto;
    }

    #plans .pricing-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: clamp(1rem, 1.8vw, 1.25rem);
      align-items: stretch;
    }

    #plans .pricing-card {
      position: relative;
      min-height: 31rem !important;
      padding: clamp(1.12rem, 1.65vw, 1.35rem) !important;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      border: 1px solid var(--pricing-border);
      background:
        linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.010)),
        var(--pricing-card);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
      transition: transform .28s ease, border-color .28s ease, background .28s ease, box-shadow .28s ease;
    }

    #plans .pricing-card::before {
      content: "";
      position: absolute;
      inset: 0 0 auto;
      height: 3px;
      background: linear-gradient(90deg, transparent, rgba(105,255,240,.46), transparent);
      opacity: .58;
      transform: none;
      mask-image: none;
      z-index: 1;
    }

    #plans .pricing-card::after {
      content: "";
      position: absolute;
      inset: auto -18% -31% -18%;
      height: 54%;
      pointer-events: none;
      opacity: .15;
      background-image:
        linear-gradient(30deg, rgba(255,255,255,.09) 1px, transparent 1px),
        linear-gradient(150deg, rgba(255,255,255,.07) 1px, transparent 1px);
      background-size: 58px 58px;
      transform: perspective(520px) rotateX(60deg) translateY(10px);
      transform-origin: bottom center;
      mask-image: linear-gradient(to top, rgba(0,0,0,.72), transparent 80%);
      z-index: 0;
    }

    #plans .pricing-card:hover {
      transform: translateY(-5px);
      border-color: rgba(105,255,240,.24);
      background:
        linear-gradient(180deg, rgba(255,255,255,.058), rgba(255,255,255,.014)),
        rgba(4,12,22,.86);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 24px 72px rgba(0,0,0,.30), 0 0 30px rgba(105,255,240,.055);
    }

    #plans .pricing-card.featured {
      border-color: var(--pricing-border-strong);
      background:
        radial-gradient(circle at 50% -6%, rgba(105,255,240,.19), transparent 15rem),
        linear-gradient(180deg, rgba(105,255,240,.075), rgba(255,255,255,.012)),
        var(--pricing-card-strong);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.055), 0 26px 86px rgba(0,0,0,.30), 0 0 34px rgba(105,255,240,.07);
      transform: translateY(-.35rem);
    }

    #plans .pricing-card.featured:hover {
      transform: translateY(-.65rem);
    }

    #plans .pricing-card.complete {
      border-color: rgba(255,255,255,.18);
      background:
        radial-gradient(circle at 12% 0%, rgba(105,255,240,.13), transparent 13rem),
        radial-gradient(circle at 90% 8%, rgba(255,255,255,.075), transparent 12rem),
        linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.014)),
        rgba(4,10,20,.90);
    }

    #plans .pricing-card > * {
      position: relative;
      z-index: 2;
    }

    #plans .pricing-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: .75rem;
      margin-bottom: 1.05rem;
    }

    #plans .pricing-eyebrow,
    #plans .pricing-chip {
      display: inline-flex;
      align-items: center;
      min-height: 1.55rem;
      padding: 0 .62rem;
      border: 1px solid rgba(105,255,240,.16);
      background: rgba(105,255,240,.055);
      color: rgba(105,255,240,.92);
      font-family: var(--font-display);
      font-size: .6rem !important;
      line-height: 1 !important;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: .075em;
      white-space: nowrap;
    }

    #plans .pricing-chip {
      border-color: rgba(255,255,255,.09);
      background: rgba(255,255,255,.035);
      color: rgba(255,255,255,.62);
      letter-spacing: .055em;
    }

    #plans .pricing-card.featured .pricing-chip,
    #plans .pricing-card.complete .pricing-chip {
      border-color: rgba(105,255,240,.22);
      background: rgba(105,255,240,.09);
      color: var(--cyan);
    }

    #plans .pricing-title {
      min-height: 2.9rem;
      display: flex;
      align-items: flex-start;
      margin: 0;
      color: #fff;
      font-family: var(--font-display);
      font-size: clamp(1.08rem, 1.35vw, 1.28rem) !important;
      line-height: 1.12 !important;
      font-weight: 650;
      letter-spacing: -.045em;
      text-wrap: balance;
      text-shadow: 0 8px 28px rgba(0,0,0,.30);
    }

    #plans .pricing-desc {
      min-height: 4.05rem;
      margin-top: .7rem;
      color: rgba(255,255,255,.59);
      font-size: .76rem !important;
      line-height: 1.62 !important;
      font-weight: 650;
    }

    #plans .pricing-meta {
      margin-top: .95rem;
      padding: .78rem .82rem;
      border: 1px solid rgba(255,255,255,.075);
      background: rgba(255,255,255,.026);
      color: rgba(255,255,255,.70);
      font-size: .69rem !important;
      line-height: 1.45 !important;
      font-weight: 800;
    }

    #plans .pricing-meta strong {
      color: rgba(210,255,250,.92);
      font-family: var(--font-display);
      font-weight: 850;
    }

    #plans .pricing-rate {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: .8rem;
      margin-top: 1rem;
      padding: 1rem 0;
      border-block: 1px solid rgba(255,255,255,.075);
    }

    #plans .pricing-rate strong {
      color: #fff;
      font-family: var(--font-display);
      font-size: clamp(1.24rem, 1.72vw, 1.62rem) !important;
      line-height: 1 !important;
      font-weight: 650;
      letter-spacing: -.052em;
      white-space: nowrap;
    }

    #plans .pricing-rate strong span {
      color: rgba(255,255,255,.40);
      font-size: .82rem !important;
      font-weight: 750;
      letter-spacing: 0;
    }

    #plans .pricing-included {
      margin-top: 1rem;
      color: rgba(255,255,255,.42);
      font-family: var(--font-display);
      font-size: .62rem !important;
      line-height: 1 !important;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: .13em;
    }

    #plans .pricing-list {
      display: grid;
      gap: .66rem;
      margin-top: .82rem;
      padding: 0 0 .2rem;
      list-style: none;
    }

    #plans .pricing-list li {
      display: grid;
      grid-template-columns: 1rem 1fr;
      gap: .48rem;
      align-items: start;
      color: rgba(255,255,255,.74);
      font-size: .72rem !important;
      line-height: 1.48 !important;
      font-weight: 720;
    }

    #plans .pricing-list li::before {
      content: "✓";
      display: grid;
      place-items: center;
      width: 1rem;
      height: 1rem;
      margin-top: .07rem;
      border: 1px solid rgba(105,255,240,.18);
      background: rgba(105,255,240,.065);
      color: var(--cyan);
      font-size: .64rem;
      font-weight: 900;
      box-shadow: 0 0 16px rgba(105,255,240,.08);
    }

    #plans .pricing-cta {
      margin-top: auto;
      padding-top: 1.25rem;
    }

    #plans .pricing-cta .btn {
      width: 100%;
      min-width: 0;
      min-height: 2.55rem;
      font-size: .76rem !important;
    }

    #plans .pricing-card.featured .pricing-cta .btn,
    #plans .pricing-card.complete .pricing-cta .btn {
      border-color: rgba(255,255,255,.9);
      background: #fff;
      color: #06131a;
    }

    @media (max-width: 1180px) {
      #plans .pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 48rem;
        margin-inline: auto;
      }

      #plans .pricing-card.featured {
        transform: none;
      }

      #plans .pricing-card.featured:hover {
        transform: translateY(-5px);
      }
    }

    @media (max-width: 760px) {
      #plans .pricing-grid {
        grid-template-columns: 1fr;
        max-width: 26rem;
      }

      #plans .pricing-card {
        min-height: auto !important;
        padding: 1rem !important;
      }

      #plans .pricing-title,
      #plans .pricing-desc {
        min-height: 0;
      }

      #plans .pricing-top {
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: .45rem !important;
      }

      #plans .pricing-eyebrow,
      #plans .pricing-chip {
        min-height: 1.44rem;
        max-width: 50%;
        min-width: 0;
        padding-inline: .48rem;
        font-size: .55rem !important;
        letter-spacing: .045em;
      }

      #plans .pricing-rate {
        align-items: flex-start;
        flex-direction: column;
        gap: .25rem;
      }

      #plans .pricing-cta {
        padding-top: 1rem;
      }
    }

    @media (max-width: 420px) {
      #plans .pricing-top {
        gap: .34rem !important;
      }

      #plans .pricing-eyebrow,
      #plans .pricing-chip {
        min-height: 1.35rem;
        padding-inline: .36rem;
        font-size: .49rem !important;
        letter-spacing: .025em;
      }
    }





    /* =========================================================
       Hosting Plans dynamic dropdown selector
       Each card updates price and specs from the selected package.
       ========================================================= */
    #plans .plan-config {
      margin-top: .95rem;
    }

    #plans .plan-config-label {
      display: block;
      margin-bottom: .42rem;
      color: rgba(255,255,255,.44);
      font-family: var(--font-display);
      font-size: .62rem !important;
      line-height: 1 !important;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: .12em;
    }

    #plans .plan-config-select-wrap {
      position: relative;
      isolation: isolate;
    }

    #plans .plan-config-select-wrap::after {
      content: "";
      position: absolute;
      right: .86rem;
      top: 50%;
      width: .46rem;
      height: .46rem;
      border-right: 1.5px solid rgba(105,255,240,.92);
      border-bottom: 1.5px solid rgba(105,255,240,.92);
      transform: translateY(-64%) rotate(45deg);
      pointer-events: none;
      z-index: 2;
      filter: drop-shadow(0 0 8px rgba(105,255,240,.26));
    }

    #plans .plan-config-select {
      width: 100%;
      min-height: 2.7rem;
      appearance: none;
      -webkit-appearance: none;
      border: 1px solid rgba(105,255,240,.18);
      border-radius: 0;
      padding: 0 2.45rem 0 .82rem;
      background:
        linear-gradient(180deg, rgba(105,255,240,.055), rgba(255,255,255,.014)),
        rgba(2,5,12,.76);
      color: rgba(255,255,255,.90);
      font-family: var(--font-display);
      font-size: .73rem !important;
      line-height: 1.2 !important;
      font-weight: 850;
      letter-spacing: -.01em;
      cursor: pointer;
      outline: none;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.045), 0 0 20px rgba(105,255,240,.035);
      transition: border-color .22s ease, background .22s ease, box-shadow .22s ease;
    }

    #plans .plan-config-select:hover,
    #plans .plan-config-select:focus {
      border-color: rgba(105,255,240,.34);
      background:
        linear-gradient(180deg, rgba(105,255,240,.080), rgba(255,255,255,.018)),
        rgba(2,5,12,.86);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.055), 0 0 26px rgba(105,255,240,.075);
    }

    #plans .plan-config-select option {
      color: #06131a;
      background: #ffffff;
      font-weight: 700;
    }

    #plans .pricing-selected-spec {
      display: inline-flex;
      align-items: center;
      min-height: 1.55rem;
      padding: 0 .55rem;
      border: 1px solid rgba(255,255,255,.075);
      background: rgba(255,255,255,.024);
      color: rgba(255,255,255,.56);
      font-family: var(--font-display);
      font-size: .63rem !important;
      line-height: 1 !important;
      font-weight: 850;
      white-space: nowrap;
    }

    #plans .pricing-list.pricing-spec-list li span {
      min-width: 0;
    }

    #plans .pricing-list.pricing-spec-list li strong {
      color: rgba(210,255,250,.94);
      font-weight: 900;
    }

    @media (max-width: 760px) {
      #plans .plan-config {
        margin-top: .8rem;
      }

      #plans .plan-config-select {
        min-height: 2.58rem;
        font-size: .7rem !important;
      }

      #plans .pricing-selected-spec {
        white-space: normal;
      }
    }


    /* =========================================================
       Operational Setup mobile order patch
       Mobile sequence matches the provided reference:
       visual first, then kicker/title, highlights, and actions.
       ========================================================= */
    @media (max-width: 760px) {
      #managed-launch.operational-showcase-section {
        min-height: auto !important;
        padding-top: 2.45rem !important;
        padding-bottom: 2.75rem !important;
      }

      #managed-launch .managed-launch-showcase {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        gap: 1.05rem !important;
      }

      #managed-launch .op-visual-stage {
        order: 1 !important;
        width: 100% !important;
        min-height: 17.5rem !important;
        margin: 0 auto .15rem !important;
        display: grid !important;
        place-items: center !important;
      }

      #managed-launch .op-visual-art {
        width: min(100%, 21.5rem) !important;
        transform: none !important;
        margin-inline: auto !important;
      }

      #managed-launch .op-visual-glow {
        width: min(28rem, 82vw) !important;
        height: min(28rem, 82vw) !important;
        opacity: .62 !important;
      }

      #managed-launch .op-visual-orbit {
        width: min(23rem, 72vw) !important;
        height: min(23rem, 72vw) !important;
      }

      #managed-launch .op-visual-orbit.orbit-two {
        width: min(18rem, 58vw) !important;
        height: min(18rem, 58vw) !important;
      }

      #managed-launch .op-content {
        order: 2 !important;
        width: min(100%, 27rem) !important;
        max-width: 27rem !important;
        margin: 0 auto !important;
        padding: 0 !important;
        justify-self: stretch !important;
        text-align: start !important;
      }

      #managed-launch .op-kicker {
        justify-content: flex-start !important;
        margin-bottom: .68rem !important;
      }

      #managed-launch .op-title {
        max-width: 24rem !important;
        margin: 0 !important;
        text-align: start !important;
        line-height: 1.05 !important;
      }

      #managed-launch .op-feature-list {
        margin-top: 1.05rem !important;
        gap: .92rem !important;
      }

      #managed-launch .op-feature {
        max-width: 100% !important;
        margin-inline: 0 !important;
        grid-template-columns: 2.15rem minmax(0, 1fr) !important;
        gap: .72rem !important;
        text-align: start !important;
      }

      #managed-launch .op-feature-icon {
        width: 2rem !important;
        height: 2rem !important;
      }

      #managed-launch .op-feature-copy strong {
        font-size: .92rem !important;
        line-height: 1.28 !important;
      }

      #managed-launch .op-feature-copy span {
        margin-top: .24rem !important;
        font-size: .74rem !important;
        line-height: 1.58 !important;
      }

      #managed-launch .op-actions {
        width: 100% !important;
        margin-top: 1.12rem !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
        align-items: center !important;
        gap: .72rem !important;
      }

      #managed-launch .op-actions .btn,
      #managed-launch .op-actions .op-link {
        flex: 0 0 auto !important;
        width: auto !important;
        min-width: 0 !important;
        min-height: 2.55rem !important;
        white-space: nowrap !important;
      }

      #managed-launch .op-actions .btn {
        padding-inline: 1rem !important;
      }

      #managed-launch .op-actions .op-link {
        justify-content: flex-start !important;
        padding-inline: 0 !important;
        font-size: .74rem !important;
      }
    }

    @media (max-width: 560px) {
      #managed-launch.operational-showcase-section {
        padding-top: 2.2rem !important;
        padding-bottom: 2.55rem !important;
      }

      #managed-launch .managed-launch-showcase {
        gap: .82rem !important;
      }

      #managed-launch .op-visual-stage {
        min-height: 15.8rem !important;
      }

      #managed-launch .op-visual-art {
        width: min(100%, 19rem) !important;
      }

      #managed-launch .op-content {
        width: min(100%, 24rem) !important;
        max-width: 24rem !important;
      }
    }

    @media (max-width: 420px) {
      #managed-launch .op-visual-stage {
        min-height: 14.6rem !important;
      }

      #managed-launch .op-visual-art {
        width: min(100%, 17.7rem) !important;
      }

      #managed-launch .op-actions {
        gap: .58rem !important;
      }

      #managed-launch .op-actions .btn {
        padding-inline: .9rem !important;
      }

      #managed-launch .op-actions .op-link {
        font-size: .68rem !important;
      }
    }



    /* =========================================================
       Operational Setup icons — matched to the reference section
       Clean outline square, subtle border, no glow-heavy treatment.
       ========================================================= */
    #managed-launch .op-feature {
      grid-template-columns: 2.35rem minmax(0, 1fr) !important;
      gap: .78rem !important;
    }

    #managed-launch .op-feature-icon {
      width: 1.9rem !important;
      height: 1.9rem !important;
      border: 1px solid rgba(255,255,255,.13) !important;
      background: rgba(255,255,255,.018) !important;
      color: rgba(234,241,255,.86) !important;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.035) !important;
    }

    #managed-launch .op-feature-icon::before,
    #managed-launch .op-feature-icon::after {
      display: none !important;
      content: none !important;
    }

    #managed-launch .op-feature-icon svg {
      width: 1rem !important;
      height: 1rem !important;
      stroke: currentColor !important;
      stroke-width: 1.75 !important;
      filter: none !important;
      opacity: .96 !important;
    }

    @media (max-width: 760px) {
      #managed-launch .op-feature {
        grid-template-columns: 2.2rem minmax(0, 1fr) !important;
        gap: .7rem !important;
      }

      #managed-launch .op-feature-icon {
        width: 1.86rem !important;
        height: 1.86rem !important;
      }

      #managed-launch .op-feature-icon svg {
        width: .96rem !important;
        height: .96rem !important;
      }
    }

    @media (max-width: 420px) {
      #managed-launch .op-feature {
        grid-template-columns: 2.05rem minmax(0, 1fr) !important;
        gap: .62rem !important;
      }

      #managed-launch .op-feature-icon {
        width: 1.76rem !important;
        height: 1.76rem !important;
      }

      #managed-launch .op-feature-icon svg {
        width: .9rem !important;
        height: .9rem !important;
      }
    }



    /* =========================================================
       Operational Setup visual scale + CRM Dashboard glow match
       ========================================================= */
    #managed-launch .op-visual-stage {
      min-height: clamp(22rem, 37vw, 34rem) !important;
      padding: clamp(1.1rem, 2.2vw, 1.7rem) !important;
    }

    #managed-launch .op-visual-stage::after {
      content: "";
      position: absolute;
      inset: auto 4% 4% 4%;
      height: 48%;
      opacity: .16;
      background-image:
        linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
      background-size: 44px 44px;
      transform: perspective(800px) rotateX(72deg);
      transform-origin: center bottom;
      mask-image: linear-gradient(to top, rgba(0,0,0,.78), transparent 86%);
      pointer-events: none;
      z-index: 0;
    }

    #managed-launch .op-visual-glow {
      left: 10% !important;
      right: 10% !important;
      top: 10% !important;
      bottom: 14% !important;
      width: auto !important;
      height: auto !important;
      transform: none !important;
      border-radius: 50% !important;
      background: radial-gradient(circle at center, rgba(105,255,240,.24), rgba(105,255,240,.08) 28%, transparent 68%) !important;
      filter: blur(40px) !important;
      opacity: .82 !important;
      pointer-events: none !important;
      z-index: 0 !important;
    }

    #managed-launch .op-visual-orbit {
      display: none !important;
    }

    #managed-launch .op-visual-art {
      width: min(100%, 30rem) !important;
      max-height: 33rem !important;
      object-fit: contain !important;
      transform: none !important;
      filter: drop-shadow(0 28px 60px rgba(0,0,0,.45)) drop-shadow(0 0 34px rgba(105,255,240,.14)) !important;
    }

    @media (max-width: 1024px) {
      #managed-launch .op-visual-stage {
        min-height: 19rem !important;
      }

      #managed-launch .op-visual-art {
        width: min(100%, 27rem) !important;
      }
    }

    @media (max-width: 760px) {
      #managed-launch .op-visual-stage {
        min-height: clamp(16rem, 54vw, 20rem) !important;
        padding: .75rem !important;
      }

      #managed-launch .op-visual-art {
        width: min(100%, 20rem) !important;
      }
    }

    @media (max-width: 560px) {
      #managed-launch .op-visual-stage {
        min-height: 15.2rem !important;
      }

      #managed-launch .op-visual-art {
        width: min(100%, 18rem) !important;
      }
    }

    @media (max-width: 420px) {
      #managed-launch .op-visual-stage {
        min-height: 14rem !important;
      }

      #managed-launch .op-visual-art {
        width: min(100%, 16.6rem) !important;
      }
    }



    /* =========================================================
       Operational Setup — responsive matched to Websites Account Control
       Tablet and mobile now use the same clean stacked sequence:
       visual first, content second, left-aligned copy, compact actions.
       ========================================================= */
    #managed-launch .op-actions,
    #managed-launch .op-actions.btn-row {
      margin-left: 0 !important;
      margin-inline-start: 0 !important;
      margin-right: auto !important;
      margin-inline-end: auto !important;
    }

    @media (min-width: 761px) and (max-width: 1024px) {
      #managed-launch.operational-showcase-section {
        min-height: auto !important;
        padding-top: 2.55rem !important;
        padding-bottom: 2.9rem !important;
      }

      #managed-launch .container {
        max-width: 48rem !important;
      }

      #managed-launch .managed-launch-showcase {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        gap: 1.05rem !important;
        min-height: auto !important;
        text-align: start !important;
      }

      #managed-launch .op-visual-stage {
        order: 1 !important;
        width: 100% !important;
        min-height: clamp(18.5rem, 44vw, 24rem) !important;
        margin: 0 auto .15rem !important;
        display: grid !important;
        place-items: center !important;
        padding: .65rem !important;
      }

      #managed-launch .op-visual-stage::after {
        height: 42% !important;
        opacity: .13 !important;
        background-size: 38px 38px !important;
      }

      #managed-launch .op-visual-glow {
        left: 8% !important;
        right: 8% !important;
        top: 12% !important;
        bottom: 16% !important;
        width: auto !important;
        height: auto !important;
        transform: none !important;
        opacity: .62 !important;
        filter: blur(34px) !important;
      }

      #managed-launch .op-visual-orbit {
        display: none !important;
      }

      #managed-launch .op-visual-art {
        width: min(100%, 26rem) !important;
        max-height: 22rem !important;
        object-fit: contain !important;
        transform: none !important;
        animation: none !important;
        margin-inline: auto !important;
      }

      #managed-launch .op-content {
        order: 2 !important;
        width: min(100%, 31rem) !important;
        max-width: 31rem !important;
        margin: 0 auto !important;
        padding: 0 !important;
        justify-self: stretch !important;
        text-align: start !important;
      }

      #managed-launch .op-kicker {
        justify-content: flex-start !important;
        text-align: start !important;
        margin-left: 0 !important;
        margin-right: auto !important;
        margin-bottom: .68rem !important;
      }

      #managed-launch .op-title {
        max-width: 28rem !important;
        margin: 0 !important;
        text-align: start !important;
        line-height: 1.05 !important;
      }

      #managed-launch .op-feature-list {
        margin-top: 1.05rem !important;
        gap: .92rem !important;
      }

      #managed-launch .op-feature {
        max-width: 100% !important;
        margin-inline: 0 !important;
        grid-template-columns: 2.2rem minmax(0, 1fr) !important;
        gap: .7rem !important;
        text-align: start !important;
        justify-items: stretch !important;
      }

      #managed-launch .op-feature-icon {
        width: 1.86rem !important;
        height: 1.86rem !important;
      }

      #managed-launch .op-feature-icon svg {
        width: .96rem !important;
        height: .96rem !important;
      }

      #managed-launch .op-feature-copy strong {
        font-size: .92rem !important;
        line-height: 1.28 !important;
        text-align: start !important;
      }

      #managed-launch .op-feature-copy span {
        max-width: none !important;
        margin-top: .24rem !important;
        font-size: .74rem !important;
        line-height: 1.58 !important;
        text-align: start !important;
      }

      #managed-launch .op-actions {
        width: 100% !important;
        margin-top: 1.12rem !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
        align-items: center !important;
        gap: .72rem !important;
      }

      #managed-launch .op-actions .btn,
      #managed-launch .op-actions .op-link {
        flex: 0 0 auto !important;
        width: auto !important;
        min-width: 0 !important;
        min-height: 2.55rem !important;
        white-space: nowrap !important;
      }

      #managed-launch .op-actions .btn {
        padding-inline: 1rem !important;
      }

      #managed-launch .op-actions .op-link {
        justify-content: flex-start !important;
        padding-inline: 0 !important;
        font-size: .74rem !important;
      }
    }

    @media (max-width: 760px) {
      #managed-launch.operational-showcase-section {
        min-height: auto !important;
        padding-top: 2.45rem !important;
        padding-bottom: 2.75rem !important;
      }

      #managed-launch .managed-launch-showcase {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        gap: 1.05rem !important;
        min-height: auto !important;
        text-align: start !important;
      }

      #managed-launch .op-visual-stage {
        order: 1 !important;
        width: 100% !important;
        min-height: 17.5rem !important;
        margin: 0 auto .15rem !important;
        display: grid !important;
        place-items: center !important;
        padding: .65rem !important;
      }

      #managed-launch .op-visual-stage::after {
        height: 42% !important;
        opacity: .13 !important;
        background-size: 38px 38px !important;
      }

      #managed-launch .op-visual-glow {
        left: 8% !important;
        right: 8% !important;
        top: 12% !important;
        bottom: 16% !important;
        opacity: .62 !important;
        filter: blur(34px) !important;
      }

      #managed-launch .op-visual-art {
        width: min(100%, 21.5rem) !important;
        max-height: 17.5rem !important;
        transform: none !important;
        animation: none !important;
        margin-inline: auto !important;
      }

      #managed-launch .op-content {
        order: 2 !important;
        width: min(100%, 27rem) !important;
        max-width: 27rem !important;
        margin: 0 auto !important;
        padding: 0 !important;
        justify-self: stretch !important;
        text-align: start !important;
      }

      #managed-launch .op-kicker {
        justify-content: flex-start !important;
        text-align: start !important;
        margin-left: 0 !important;
        margin-right: auto !important;
        margin-bottom: .68rem !important;
      }

      #managed-launch .op-title {
        max-width: 24rem !important;
        margin: 0 !important;
        text-align: start !important;
        line-height: 1.05 !important;
      }

      #managed-launch .op-feature-list {
        margin-top: 1.05rem !important;
        gap: .92rem !important;
      }

      #managed-launch .op-feature {
        max-width: 100% !important;
        margin-inline: 0 !important;
        grid-template-columns: 2.2rem minmax(0, 1fr) !important;
        gap: .7rem !important;
        text-align: start !important;
        justify-items: stretch !important;
      }

      #managed-launch .op-feature-copy strong {
        font-size: .92rem !important;
        line-height: 1.28 !important;
        text-align: start !important;
      }

      #managed-launch .op-feature-copy span {
        max-width: none !important;
        margin-top: .24rem !important;
        font-size: .74rem !important;
        line-height: 1.58 !important;
        text-align: start !important;
      }

      #managed-launch .op-actions {
        width: 100% !important;
        margin-top: 1.12rem !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
        align-items: center !important;
        gap: .72rem !important;
      }

      #managed-launch .op-actions .btn,
      #managed-launch .op-actions .op-link {
        flex: 0 0 auto !important;
        width: auto !important;
        min-width: 0 !important;
        min-height: 2.55rem !important;
        white-space: nowrap !important;
      }

      #managed-launch .op-actions .btn {
        padding-inline: 1rem !important;
      }

      #managed-launch .op-actions .op-link {
        justify-content: flex-start !important;
        padding-inline: 0 !important;
        font-size: .74rem !important;
      }
    }

    @media (max-width: 560px) {
      #managed-launch.operational-showcase-section {
        padding-top: 2.2rem !important;
        padding-bottom: 2.55rem !important;
      }

      #managed-launch .managed-launch-showcase {
        gap: .82rem !important;
      }

      #managed-launch .op-visual-stage {
        min-height: 15.8rem !important;
      }

      #managed-launch .op-visual-art {
        width: min(100%, 19rem) !important;
        max-height: 15.8rem !important;
      }

      #managed-launch .op-content {
        width: min(100%, 24rem) !important;
        max-width: 24rem !important;
      }
    }

    @media (max-width: 420px) {
      #managed-launch .op-visual-stage {
        min-height: 14.6rem !important;
      }

      #managed-launch .op-visual-art {
        width: min(100%, 17.7rem) !important;
        max-height: 14.6rem !important;
      }

      #managed-launch .op-feature {
        grid-template-columns: 2.05rem minmax(0, 1fr) !important;
        gap: .62rem !important;
      }

      #managed-launch .op-feature-icon {
        width: 1.76rem !important;
        height: 1.76rem !important;
      }

      #managed-launch .op-feature-icon svg {
        width: .9rem !important;
        height: .9rem !important;
      }

      #managed-launch .op-actions {
        gap: .58rem !important;
      }

      #managed-launch .op-actions .btn {
        padding-inline: .9rem !important;
      }

      #managed-launch .op-actions .op-link {
        font-size: .68rem !important;
      }
    }



    /* =========================================================
       Operational Setup desktop buttons alignment patch
       Keeps CTA actions aligned with the content text edge on desktop.
       ========================================================= */
    @media (min-width: 1025px) {
      #managed-launch .op-actions {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        justify-content: flex-start !important;
        align-items: center !important;
        flex-wrap: wrap !important;
      }

      #managed-launch .op-actions .btn,
      #managed-launch .op-actions .op-link {
        flex: 0 0 auto !important;
        width: auto !important;
        min-width: 0 !important;
        white-space: nowrap !important;
      }

      #managed-launch .op-actions .btn {
        min-width: 9.5rem !important;
      }
    }



    /* =========================================================
       QG shared landing header + footer patch
       ========================================================= */
    :root {
      --qg-nav-font: var(--font-alternate, var(--font-display, 'Sora', 'Manrope', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif));
    }

    header.nav[data-qg-shared-header] {
      position: relative;
      z-index: 30;
      height: 88px;
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
      padding: 0 clamp(34px, 3.2vw, 58px);
      background: transparent;
    }

    header.nav[data-qg-shared-header] .brand {
      justify-self: start;
      display: inline-flex;
      align-items: center;
      gap: 0;
      color: #fff;
      text-decoration: none;
      font-family: var(--qg-nav-font);
      font-weight: 700;
      letter-spacing: -0.02em;
      font-size: clamp(15px, 1.12vw, 21px);
      line-height: 1;
      white-space: nowrap;
    }

    header.nav[data-qg-shared-header] .nav-links {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: clamp(30px, 3.15vw, 62px);
    }

    header.nav[data-qg-shared-header] .nav-links a,
    header.nav[data-qg-shared-header] .nav-dropdown-toggle {
      color: rgba(255,255,255,.74);
      text-decoration: none;
      font-family: var(--qg-nav-font);
      font-size: clamp(12px, .76vw, 15px);
      font-weight: 600;
      line-height: 1;
      transition: color .2s ease, border-color .22s ease, background .22s ease, transform .22s ease;
      white-space: nowrap;
    }

    header.nav[data-qg-shared-header] .nav-links a:hover,
    header.nav[data-qg-shared-header] .nav-dropdown:hover .nav-dropdown-toggle,
    header.nav[data-qg-shared-header] .nav-dropdown:focus-within .nav-dropdown-toggle {
      color: #fff;
    }

    header.nav[data-qg-shared-header] .nav-dropdown {
      position: relative;
      display: inline-flex;
      align-items: center;
    }

    header.nav[data-qg-shared-header] .nav-dropdown-toggle {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      border: 0;
      padding: 0;
      background: transparent;
      cursor: pointer;
    }

    header.nav[data-qg-shared-header] .nav-dropdown-toggle::after {
      content: "";
      width: 6px;
      height: 6px;
      border-right: 1.5px solid currentColor;
      border-bottom: 1.5px solid currentColor;
      transform: rotate(45deg) translateY(-2px);
      opacity: .78;
      transition: transform .22s ease, opacity .22s ease;
    }

    header.nav[data-qg-shared-header] .nav-dropdown:hover .nav-dropdown-toggle::after,
    header.nav[data-qg-shared-header] .nav-dropdown:focus-within .nav-dropdown-toggle::after,
    header.nav[data-qg-shared-header] .nav-dropdown.open .nav-dropdown-toggle::after {
      transform: rotate(225deg) translateY(-1px);
      opacity: 1;
    }

    header.nav[data-qg-shared-header] .nav-dropdown-menu {
      position: absolute;
      left: 50%;
      top: calc(100% + 18px);
      min-width: 290px;
      padding: 10px;
      border: 1px solid rgba(255,255,255,.09);
      background:
        linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.01)),
        rgba(2,5,12,.92);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,.045),
        0 20px 60px rgba(0,0,0,.34),
        0 0 22px rgba(105,255,240,.045);
      backdrop-filter: blur(18px) saturate(140%);
      -webkit-backdrop-filter: blur(18px) saturate(140%);
      transform: translateX(-50%) translateY(8px);
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
    }

    header.nav[data-qg-shared-header] .nav-dropdown-menu::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: -19px;
      height: 19px;
    }

    header.nav[data-qg-shared-header] .nav-dropdown:hover .nav-dropdown-menu,
    header.nav[data-qg-shared-header] .nav-dropdown:focus-within .nav-dropdown-menu {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: translateX(-50%) translateY(0);
    }

    header.nav[data-qg-shared-header] .nav-links .nav-dropdown-menu a {
      display: flex;
      align-items: center;
      min-height: 42px;
      padding: 0 12px;
      color: rgba(255,255,255,.68);
      border: 1px solid transparent;
      background: transparent;
      font-size: clamp(12px, .72vw, 14px);
      letter-spacing: -0.01em;
    }

    header.nav[data-qg-shared-header] .nav-links .nav-dropdown-menu a:hover,
    header.nav[data-qg-shared-header] .nav-links .nav-dropdown-menu a:focus,
    header.nav[data-qg-shared-header] .nav-links .nav-dropdown-menu a.active {
      color: #fff;
      border-color: rgba(105,255,240,.16);
      background: rgba(105,255,240,.055);
      outline: none;
    }

    header.nav[data-qg-shared-header] .mobile-menu-toggle {
      justify-self: end;
      display: none;
      width: 42px;
      height: 42px;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 5px;
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 999px;
      background: rgba(255,255,255,.035);
      color: #fff;
      cursor: pointer;
      box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
      transition: border-color .22s ease, background .22s ease, transform .22s ease;
    }

    header.nav[data-qg-shared-header] .mobile-menu-toggle:hover {
      transform: translateY(-1px);
      border-color: rgba(105,255,240,.24);
      background: rgba(105,255,240,.055);
    }

    header.nav[data-qg-shared-header] .mobile-menu-toggle span {
      width: 17px;
      height: 1.5px;
      border-radius: 999px;
      background: currentColor;
      transform-origin: center;
      transition: transform .24s ease, opacity .2s ease;
    }

    header.nav[data-qg-shared-header].nav-open .mobile-menu-toggle span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
    header.nav[data-qg-shared-header].nav-open .mobile-menu-toggle span:nth-child(2) { opacity: 0; }
    header.nav[data-qg-shared-header].nav-open .mobile-menu-toggle span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

    footer.qg-footer[data-qg-shared-footer] {
      position: relative;
      z-index: 1;
      overflow: hidden;
      background:
        radial-gradient(circle at 16% 20%, rgba(105,255,240,0.075), transparent 28%),
        radial-gradient(circle at 84% 82%, rgba(29,23,102,0.25), transparent 34%),
        linear-gradient(180deg, rgba(2,5,12,0.10), rgba(2,5,12,0.98));
      border-top: 1px solid rgba(255,255,255,0.075);
    }

    footer.qg-footer[data-qg-shared-footer]::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 0;
      width: min(920px, 86vw);
      height: 1px;
      transform: translateX(-50%);
      pointer-events: none;
      background: linear-gradient(90deg, transparent, rgba(105,255,240,0.34), transparent);
      opacity: 0.95;
    }

    footer.qg-footer[data-qg-shared-footer]::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -7.5rem;
      width: min(760px, 92vw);
      height: 15rem;
      transform: translateX(-50%);
      pointer-events: none;
      border-radius: 999px;
      background: radial-gradient(ellipse at center, rgba(105,255,240,0.075), transparent 70%);
      filter: blur(44px);
      opacity: 0.86;
    }

    footer.qg-footer[data-qg-shared-footer] .qg-footer-inner {
      position: relative;
      z-index: 2;
      max-width: 82rem;
      margin: 0 auto;
      padding: clamp(3.25rem, 5vw, 4.75rem) 1.25rem 1.35rem;
    }

    footer.qg-footer[data-qg-shared-footer] .qg-footer-main {
      display: grid;
      grid-template-columns: minmax(0, 1.45fr) repeat(3, minmax(0, 0.75fr));
      gap: clamp(1.5rem, 4vw, 4rem);
      align-items: start;
      padding-bottom: 2.3rem;
    }

    footer.qg-footer[data-qg-shared-footer] .qg-footer-brand { max-width: 25rem; }

    footer.qg-footer[data-qg-shared-footer] .qg-footer-logo {
      display: inline-flex;
      align-items: center;
      gap: 0.7rem;
      color: #fffdf8;
      text-decoration: none;
      font-family: var(--qg-nav-font);
      font-size: clamp(1.18rem, 2vw, 1.45rem);
      font-weight: 700;
      letter-spacing: -0.045em;
      line-height: 1;
    }

    footer.qg-footer[data-qg-shared-footer] .qg-footer-copy {
      margin-top: 1rem;
      max-width: 22rem;
      color: rgba(255,255,255,0.48);
      font-size: 0.86rem;
      line-height: 1.68;
    }

    footer.qg-footer[data-qg-shared-footer] .qg-footer-actions {
      display: flex;
      align-items: center;
      gap: 0.85rem;
      flex-wrap: wrap;
      margin-top: 1.25rem;
    }

    footer.qg-footer[data-qg-shared-footer] .qg-footer-link-inline {
      color: rgba(255,255,255,0.76);
      font-family: var(--qg-nav-font);
      font-size: 0.82rem;
      font-weight: 600;
      text-decoration: none;
      transition: transform 0.22s ease, color 0.22s ease;
    }

    footer.qg-footer[data-qg-shared-footer] .qg-footer-link-inline:hover {
      color: #fff;
      transform: translateX(3px);
    }

    footer.qg-footer[data-qg-shared-footer] .qg-footer-col-title {
      margin-bottom: 0.95rem;
      color: rgba(255,255,255,0.92);
      font-family: var(--qg-nav-font);
      font-size: 0.86rem;
      line-height: 1.2;
      font-weight: 600;
      letter-spacing: -0.02em;
    }

    footer.qg-footer[data-qg-shared-footer] .qg-footer-list {
      display: grid;
      gap: 0.7rem;
      list-style: none;
      padding: 0;
      margin: 0;
    }

    footer.qg-footer[data-qg-shared-footer] .qg-footer-list a,
    footer.qg-footer[data-qg-shared-footer] .qg-footer-list span {
      color: rgba(255,255,255,0.48);
      text-decoration: none;
      font-size: 0.8rem;
      line-height: 1.48;
      transition: color 0.22s ease, transform 0.22s ease;
    }

    footer.qg-footer[data-qg-shared-footer] .qg-footer-list a {
      display: inline-flex;
      width: fit-content;
    }

    footer.qg-footer[data-qg-shared-footer] .qg-footer-list a:hover {
      color: var(--cyan, #69fff0);
      transform: translateX(3px);
    }

    footer.qg-footer[data-qg-shared-footer] .qg-footer-bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      padding-top: 1.2rem;
      border-top: 1px solid rgba(255,255,255,0.07);
      color: rgba(255,255,255,0.34);
      font-size: 0.74rem;
      line-height: 1.6;
    }

    footer.qg-footer[data-qg-shared-footer] .qg-footer-bottom-links {
      display: flex;
      align-items: center;
      gap: 1rem;
      flex-wrap: wrap;
    }

    footer.qg-footer[data-qg-shared-footer] .qg-footer-bottom-links a {
      color: rgba(255,255,255,0.42);
      text-decoration: none;
      transition: color 0.22s ease;
    }

    footer.qg-footer[data-qg-shared-footer] .qg-footer-bottom-links a:hover {
      color: var(--cyan, #69fff0);
    }

    @media (max-width: 1024px) {
      header.nav[data-qg-shared-header] {
        height: 82px;
        grid-template-columns: 1fr auto;
        gap: 0.75rem;
        padding: 0 clamp(20px, 4vw, 36px);
      }

      header.nav[data-qg-shared-header] .mobile-menu-toggle { display: inline-flex; }

      header.nav[data-qg-shared-header] .nav-links {
        position: absolute;
        left: clamp(20px, 4vw, 36px);
        right: clamp(20px, 4vw, 36px);
        top: calc(100% - 4px);
        z-index: 50;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        max-height: 0;
        padding: 0 10px;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-10px);
        border: 1px solid rgba(255,255,255,.09);
        background:
          linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.012)),
          rgba(2,5,12,.94);
        box-shadow:
          inset 0 1px 0 rgba(255,255,255,.05),
          0 24px 70px rgba(0,0,0,.42),
          0 0 24px rgba(105,255,240,.05);
        backdrop-filter: blur(18px) saturate(140%);
        -webkit-backdrop-filter: blur(18px) saturate(140%);
        transition: max-height .32s ease, padding .24s ease, opacity .22s ease, visibility .22s ease, transform .24s ease;
      }

      header.nav[data-qg-shared-header].nav-open .nav-links {
        max-height: min(74svh, 540px);
        padding: 10px;
        overflow-y: auto;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
      }

      header.nav[data-qg-shared-header] .nav-links > a,
      header.nav[data-qg-shared-header] .nav-dropdown-toggle {
        width: 100%;
        min-height: 46px;
        padding: 0 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: normal;
        color: rgba(255,255,255,.76);
        border: 1px solid transparent;
        font-size: 14px;
      }

      header.nav[data-qg-shared-header] .nav-links > a:hover,
      header.nav[data-qg-shared-header] .nav-dropdown.open .nav-dropdown-toggle,
      header.nav[data-qg-shared-header] .nav-dropdown:focus-within .nav-dropdown-toggle {
        color: #fff;
        border-color: rgba(105,255,240,.16);
        background: rgba(105,255,240,.055);
      }

      header.nav[data-qg-shared-header] .nav-dropdown {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: stretch;
      }

      header.nav[data-qg-shared-header] .nav-dropdown-menu {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        width: 100% !important;
        min-width: 0 !important;
        max-height: 0;
        padding: 0 8px;
        margin: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        overflow: hidden;
        transform: none !important;
        border-color: transparent;
        background: rgba(255,255,255,.022);
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        transition: max-height .28s ease, padding .22s ease, opacity .2s ease, visibility .2s ease;
      }

      header.nav[data-qg-shared-header] .nav-dropdown-menu::before { display: none; }

      header.nav[data-qg-shared-header] .nav-dropdown.open .nav-dropdown-menu,
      header.nav[data-qg-shared-header] .nav-dropdown:focus-within .nav-dropdown-menu {
        max-height: 360px;
        padding: 8px;
        margin: 6px 0 10px;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        border: 1px solid rgba(255,255,255,.07);
      }

      header.nav[data-qg-shared-header] .nav-links .nav-dropdown-menu a {
        min-height: 42px;
        padding: 11px 12px;
        line-height: 1.35;
        white-space: normal !important;
      }
    }

    @media (max-width: 900px) {
      footer.qg-footer[data-qg-shared-footer] .qg-footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      footer.qg-footer[data-qg-shared-footer] .qg-footer-brand {
        grid-column: 1 / -1;
        max-width: 34rem;
      }
    }

    @media (max-width: 767px) {
      header.nav[data-qg-shared-header] {
        height: 76px;
        padding: 0 18px;
      }

      header.nav[data-qg-shared-header] .brand { font-size: 15px; }
    }

    @media (max-width: 640px) {
      footer.qg-footer[data-qg-shared-footer] .qg-footer-inner { padding-top: 3rem; }

      footer.qg-footer[data-qg-shared-footer] .qg-footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.65rem 1rem;
      }

      footer.qg-footer[data-qg-shared-footer] .qg-footer-brand {
        grid-column: 1 / -1;
      }

      footer.qg-footer[data-qg-shared-footer] .qg-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
      }
    }



/* =========================================================
   Premium animated hosting plan titles + professional pricing motion
   ========================================================= */
#plans {
  --plan-motion-ease: cubic-bezier(.16, 1, .3, 1);
  --plan-title-glow: rgba(105,255,240,.32);
}

#plans .pricing-panel {
  perspective: 1100px;
}

#plans .pricing-panel.active .pricing-card:nth-child(1) {
  --plan-delay: 45ms;
  --title-delay: 140ms;
}

#plans .pricing-panel.active .pricing-card:nth-child(2) {
  --plan-delay: 145ms;
  --title-delay: 245ms;
}

#plans .pricing-panel.active .pricing-card:nth-child(3) {
  --plan-delay: 245ms;
  --title-delay: 350ms;
}

.dynamic-ready #plans.pricing-motion-on .pricing-panel.active .pricing-card {
  transform-origin: center top;
  animation: qgPlanCardEntrance .82s var(--plan-motion-ease) backwards;
  animation-delay: var(--plan-delay, 0ms);
}

#plans .pricing-card {
  isolation: isolate;
  will-change: transform, border-color, box-shadow;
}

#plans .pricing-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .24;
  background:
    linear-gradient(115deg, transparent 0%, rgba(105,255,240,.12) 18%, transparent 34%),
    radial-gradient(circle at 18% 20%, rgba(105,255,240,.28) 0 1px, transparent 2px),
    radial-gradient(circle at 76% 70%, rgba(255,255,255,.18) 0 1px, transparent 2px),
    radial-gradient(circle at 42% 88%, rgba(105,255,240,.16) 0 1px, transparent 2px);
  background-size: 260% 100%, 9rem 9rem, 11rem 11rem, 8rem 8rem;
  background-position: -160% 0, 0 0, 0 0, 0 0;
  mix-blend-mode: screen;
  transform: translateZ(0);
  animation: qgPlanSurfaceSweep 7.8s linear infinite;
}

#plans .pricing-card:hover::after {
  opacity: .42;
  animation-duration: 4.8s;
}

#plans .pricing-title {
  position: relative !important;
  width: fit-content;
  max-width: 100%;
  overflow: visible;
  isolation: isolate;
  background-image: linear-gradient(100deg, #fffdf8 0%, #ffffff 24%, var(--cyan) 46%, #ffffff 65%, rgba(219,255,251,.94) 100%);
  background-size: 230% 100%;
  background-position: 0% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  text-shadow: none !important;
  filter: drop-shadow(0 10px 26px rgba(0,0,0,.28));
  transition: transform .32s var(--plan-motion-ease), filter .32s ease;
  animation: qgPlanTitleGradient 5.8s ease-in-out infinite;
}

.dynamic-ready #plans.pricing-motion-on .pricing-panel.active .pricing-title {
  animation:
    qgPlanTitleReveal .78s var(--plan-motion-ease) backwards,
    qgPlanTitleGradient 5.8s ease-in-out infinite;
  animation-delay: var(--title-delay, 0ms), 0ms;
}

#plans .pricing-title::before {
  content: "";
  position: absolute;
  pointer-events: none;
}

#plans .pricing-title::before {
  left: -.45rem;
  right: -.45rem;
  top: -.24rem;
  bottom: -.32rem;
  z-index: -1;
  background:
    radial-gradient(ellipse at 30% 52%, rgba(105,255,240,.22), transparent 58%),
    radial-gradient(ellipse at 78% 42%, rgba(255,255,255,.09), transparent 52%);
  filter: blur(14px);
  opacity: .48;
  transform: scaleX(.96);
  animation: qgPlanTitleAura 3.8s ease-in-out infinite alternate;
}


#plans .pricing-card.complete .pricing-title,
#plans .pricing-card.featured .pricing-title {
  background-image: linear-gradient(100deg, #fffdf8 0%, var(--cyan) 34%, #ffffff 55%, var(--cyan) 74%, rgba(255,255,255,.94) 100%);
}

#plans .pricing-card.complete .pricing-title::before,
#plans .pricing-card.featured .pricing-title::before {
  opacity: .68;
  filter: blur(17px);
}

#plans .pricing-card:hover .pricing-title {
  transform: translateY(-2px);
  filter: drop-shadow(0 13px 28px rgba(0,0,0,.32)) drop-shadow(0 0 16px rgba(105,255,240,.16));
  animation-duration: 2.9s;
}

#plans .pricing-eyebrow,
#plans .pricing-chip {
  position: relative;
  overflow: hidden;
}

#plans .pricing-eyebrow::after,
#plans .pricing-chip::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.28) 48%, transparent 64%);
  transform: translateX(-125%);
  opacity: .45;
  animation: qgPlanChipSweep 4.8s ease-in-out infinite;
  animation-delay: var(--plan-delay, 0ms);
}

#plans .pricing-card:hover .pricing-eyebrow::after,
#plans .pricing-card:hover .pricing-chip::after {
  animation-duration: 2.7s;
}

#plans .pricing-card.complete {
  animation: qgPlanFeaturedBreath 4.6s ease-in-out infinite alternate;
}

@keyframes qgPlanCardEntrance {
  from {
    opacity: 0;
    filter: blur(14px);
    transform: perspective(1100px) translate3d(0, 34px, 0) rotateX(7deg) scale(.972);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: perspective(1100px) translate3d(0, 0, 0) rotateX(0deg) scale(1);
  }
}

@keyframes qgPlanTitleReveal {
  from {
    opacity: 0;
    filter: blur(12px) drop-shadow(0 0 0 rgba(105,255,240,0));
    letter-spacing: -.09em;
    transform: translate3d(0, 18px, 0) scale(.985);
  }
  to {
    opacity: 1;
    filter: blur(0) drop-shadow(0 10px 26px rgba(0,0,0,.28));
    letter-spacing: -.045em;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes qgPlanTitleGradient {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@keyframes qgPlanTitleAura {
  from {
    opacity: .32;
    transform: translate3d(-2px, 1px, 0) scaleX(.92);
  }
  to {
    opacity: .72;
    transform: translate3d(3px, -1px, 0) scaleX(1.05);
  }
}


@keyframes qgPlanSurfaceSweep {
  0% { background-position: -160% 0, 0 0, 0 0, 0 0; }
  100% { background-position: 180% 0, 8rem -10rem, -9rem 8rem, 6rem 9rem; }
}

@keyframes qgPlanChipSweep {
  0%, 54%, 100% { transform: translateX(-125%); }
  72% { transform: translateX(125%); }
}

@keyframes qgPlanFeaturedBreath {
  from {
    box-shadow: inset 0 1px 0 rgba(255,255,255,.055), 0 26px 86px rgba(0,0,0,.30), 0 0 28px rgba(105,255,240,.055);
  }
  to {
    box-shadow: inset 0 1px 0 rgba(255,255,255,.065), 0 30px 94px rgba(0,0,0,.34), 0 0 44px rgba(105,255,240,.10);
  }
}

@media (max-width: 760px) {
  #plans .pricing-card::after {
    opacity: .18;
  }
}

@media (prefers-reduced-motion: reduce) {
  #plans .pricing-panel.active .pricing-card,
  #plans .pricing-card.complete,
  #plans .pricing-title,
  #plans .pricing-title::before,
  #plans .pricing-card::after,
  #plans .pricing-eyebrow::after,
  #plans .pricing-chip::after {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    filter: none !important;
  }

  #plans .pricing-card::after,
  #plans .pricing-title::before,
  #plans .pricing-eyebrow::after,
  #plans .pricing-chip::after {
    opacity: 0 !important;
  }
}



    /* =========================================================
       Mobile pricing selected spec alignment patch
       Keeps .pricing-selected-spec beside the price on mobile,
       matching desktop/tablet placement.
       ========================================================= */
    @media (max-width: 760px) {
      #plans .pricing-rate {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-end !important;
        justify-content: space-between !important;
        gap: .6rem !important;
      }

      #plans .pricing-selected-spec {
        flex: 0 1 auto !important;
        max-width: 52% !important;
        justify-content: center !important;
        white-space: nowrap !important;
      }
    }

    @media (max-width: 420px) {
      #plans .pricing-rate {
        gap: .42rem !important;
      }

      #plans .pricing-selected-spec {
        max-width: 56% !important;
        min-height: 1.42rem !important;
        padding-inline: .42rem !important;
        font-size: .56rem !important;
      }
    }


    /* =========================================================
       Hosting Value icons — clean SVG system icons
       ========================================================= */
    .value-icon svg {
      width: 1.08rem;
      height: 1.08rem;
      display: block;
      fill: none;
      stroke: currentColor;
      stroke-width: 1.75;
      stroke-linecap: round;
      stroke-linejoin: round;
      filter: drop-shadow(0 0 10px rgba(105,255,240,.28));
    }

    @media (max-width: 760px) {
      .value-icon svg {
        width: 1rem;
        height: 1rem;
      }
    }
