/* Cursor fix — pointer-events missing on desktop in style.css */
.cursor-wrapp { pointer-events: none !important; }
body { background-image: none !important; }
/* Index page — restore hero-bg.jpg only here */
body.page-index {
    background-image: url('../images/hero-bg.jpg') !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/* ════════════════════════════════════════════════════
   SentinelX — Custom Styles
   Generated from inline <style> blocks across all pages.
════════════════════════════════════════════════════ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   Global / Index
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

      
      }
      /* Bug 2: Prevent horizontal scroll */
      html, body { overflow-x: hidden; }
      /* Bug 3: Prevent headings breaking outside viewport on mobile */
      @media (max-width: 768px) {
        h1, h2, h3, h4, .sitemap-heading, .main-title {
          word-break: break-word;
          overflow-wrap: break-word;
          max-width: 100%;
        }
      }
@media (max-width: 767px) {
        .mission-right .mission-content {
          display: flex !important;
          flex-direction: column !important;
        }
        #sx-globe-wrap {
          order: -1 !important;
          width: 100% !important;
          height: 280px !important;
          margin-bottom: 16px;
        }
        #sx-globe-wrap canvas {
          width: 100% !important;
          height: 280px !important;
        }
        .mission-right .mission-text-box {
          order: 1 !important;
        }
      }
/* Pre-Book nav button */
      .nav-prebook-btn {
        background: #1eaceb !important;
        color: #000 !important;
        padding: 6px 18px !important;
        border-radius: 2px !important;
        font-weight: 600 !important;
        letter-spacing: 0.08em !important;
        margin-left: 8px !important;
        transition: background 0.2s !important;
      }
      .nav-prebook-btn:hover { background: #35bef8 !important; }
/* Desktop: show original, hide mobile */
            .numbers-grid--desktop { display: grid; }
            .sx-mobile-stats { display: none; }

            /* Mobile: hide original tiles, show compact grid */
            @media (max-width: 767px) {
                .numbers-grid--desktop { display: none !important; }
                .sx-mobile-stats { display: block; padding: 40px 0 8px; }

                .sx-mobile-stat-header {
                    display: flex;
                    align-items: center;
                    gap: 10px;
                    font-size: 0.65rem;
                    letter-spacing: 0.22em;
                    text-transform: uppercase;
                    color: rgba(255,255,255,0.3);
                    margin-bottom: 12px;
                    font-weight: 400;
                }
                .sx-mobile-stat-dot {
                    width: 6px; height: 6px;
                    border-radius: 50%;
                    flex-shrink: 0;
                }
                .sx-mobile-stat-grid {
                    display: grid;
                    grid-template-columns: 1fr 1fr;
                    gap: 2px;
                }
                .sx-mobile-stat-item {
                    padding: 24px 20px;
                    border-radius: 2px;
                    display: flex;
                    flex-direction: column;
                    justify-content: flex-end;
                    min-height: 110px;
                }
                .sx-mobile-stat-num {
                    font-family: Clashdisplay, sans-serif;
                    font-size: 2.2rem;
                    font-weight: 500;
                    color: #fff;
                    line-height: 1;
                    margin-bottom: 6px;
                }
                .sx-mobile-stat-label {
                    font-size: 0.7rem;
                    color: rgba(255,255,255,0.55);
                    letter-spacing: 0.06em;
                    line-height: 1.4;
                    text-transform: uppercase;
                }
                .sx-mobile-stat-item[style*="#1eaceb"] .sx-mobile-stat-label {
                    color: rgba(0,0,0,0.55);
                }
                .sx-mobile-stat-item[style*="#1eaceb"] .sx-mobile-stat-num {
                    color: #000;
                }
            }
.sx-eye-hud.mission-img {
                                    width: 100% !important;
                                    height: 320px !important;
                                    margin-left: 0 !important;
                                }
                                .sx-eye-hud {
                                    position: relative;
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;
                                    overflow: hidden;
                                    border: 1px solid rgba(30,172,235,0.12);
                                    border-radius: 4px;
                                    background: rgba(30,172,235,0.02);
                                }
                                .sx-eye-img {
                                    width: 100%;
                                    height: 100%;
                                    object-fit: cover;
                                    position: relative;
                                    z-index: 2;
                                }
                                /* Corner brackets */
                                .sx-eye-corner {
                                    position: absolute;
                                    width: 18px;
                                    height: 18px;
                                    z-index: 4;
                                }
                                .sx-eye-tl { top: 12px; left: 12px; border-top: 1.5px solid #1eaceb; border-left: 1.5px solid #1eaceb; }
                                .sx-eye-tr { top: 12px; right: 12px; border-top: 1.5px solid #1eaceb; border-right: 1.5px solid #1eaceb; }
                                .sx-eye-bl { bottom: 12px; left: 12px; border-bottom: 1.5px solid #1eaceb; border-left: 1.5px solid #1eaceb; }
                                .sx-eye-br { bottom: 12px; right: 12px; border-bottom: 1.5px solid #1eaceb; border-right: 1.5px solid #1eaceb; }
                                /* Scanning line */
                                .sx-eye-scan {
                                    position: absolute;
                                    left: 0; right: 0;
                                    height: 1px;
                                    background: linear-gradient(90deg, transparent, rgba(30,172,235,0.6), transparent);
                                    z-index: 3;
                                    animation: sx-scan 3s ease-in-out infinite;
                                }
                                @keyframes sx-scan {
                                    0%   { top: 15%; opacity: 0; }
                                    10%  { opacity: 1; }
                                    90%  { opacity: 1; }
                                    100% { top: 85%; opacity: 0; }
                                }
                                /* Targeting reticle */
                                .sx-target {
                                    position: relative;
                                    width: 180px;
                                    height: 180px;
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;
                                    z-index: 2;
                                    animation: sx-drift 6s ease-in-out infinite;
                                }
                                @keyframes sx-drift {
                                    0%   { transform: translate(0px, 0px); }
                                    20%  { transform: translate(40px, -30px); }
                                    40%  { transform: translate(-30px, -50px); }
                                    60%  { transform: translate(-50px, 20px); }
                                    80%  { transform: translate(30px, 40px); }
                                    100% { transform: translate(0px, 0px); }
                                }
                                .sx-target-ring {
                                    position: absolute;
                                    border-radius: 50%;
                                    border: 1.5px solid rgba(255,58,58,0.7);
                                }
                                .sx-r1 { width: 180px; height: 180px; border-color: rgba(255,58,58,0.25); }
                                .sx-r2 { width: 120px; height: 120px; border-color: rgba(255,58,58,0.5); }
                                .sx-r3 { width: 60px;  height: 60px;  border-color: rgba(255,58,58,0.8); animation: sx-spin 8s linear infinite; }
                                @keyframes sx-spin { to { transform: rotate(360deg); } }
                                /* Crosshair lines with gap in centre */
                                .sx-target-line {
                                    position: absolute;
                                    background: rgba(255,58,58,0.7);
                                }
                                .sx-t-h {
                                    width: 140px; height: 1px;
                                    left: 50%; top: 50%;
                                    transform: translate(-50%, -50%);
                                    /* gap in centre via mask */
                                    background: linear-gradient(90deg,
                                        rgba(255,58,58,0.7) 0%, rgba(255,58,58,0.7) 40%,
                                        transparent 40%, transparent 60%,
                                        rgba(255,58,58,0.7) 60%, rgba(255,58,58,0.7) 100%);
                                }
                                .sx-t-v {
                                    width: 1px; height: 140px;
                                    left: 50%; top: 50%;
                                    transform: translate(-50%, -50%);
                                    background: linear-gradient(180deg,
                                        rgba(255,58,58,0.7) 0%, rgba(255,58,58,0.7) 40%,
                                        transparent 40%, transparent 60%,
                                        rgba(255,58,58,0.7) 60%, rgba(255,58,58,0.7) 100%);
                                }
                                /* Centre dot */
                                .sx-target-center {
                                    position: absolute;
                                    width: 8px; height: 8px;
                                    border-radius: 50%;
                                    background: #ff3a3a;
                                    z-index: 3;
                                    animation: sx-center-pulse 1.5s ease-in-out infinite;
                                }
                                @keyframes sx-center-pulse {
                                    0%,100% { transform: scale(1); opacity: 1; }
                                    50%     { transform: scale(1.5); opacity: 0.6; }
                                }
                                /* Expanding pulse rings */
                                .sx-target-pulse {
                                    position: absolute;
                                    width: 60px; height: 60px;
                                    border-radius: 50%;
                                    border: 1px solid rgba(255,58,58,0.5);
                                    animation: sx-tpulse 2s ease-out infinite;
                                }
                                .sx-tp2 { animation-delay: 1s; }
                                @keyframes sx-tpulse {
                                    0%   { transform: scale(1); opacity: 0.7; }
                                    100% { transform: scale(3); opacity: 0; }
                                }
                                /* Status label */
                                .sx-eye-status {
                                    position: absolute;
                                    bottom: 16px;
                                    left: 20px;
                                    display: flex;
                                    align-items: center;
                                    gap: 6px;
                                    z-index: 4;
                                }
                                .sx-eye-dot {
                                    width: 6px;
                                    height: 6px;
                                    border-radius: 50%;
                                    background: #00ff94;
                                    box-shadow: 0 0 6px rgba(0,255,148,0.7);
                                    animation: sx-dot-blink 1.8s ease-in-out infinite;
                                }
                                @keyframes sx-dot-blink {
                                    0%,100% { opacity: 1; }
                                    50%     { opacity: 0.3; }
                                }
                                .sx-eye-label {
                                    font-family: 'Helvetica Neue', Arial, sans-serif;
                                    font-size: 9px;
                                    font-weight: 600;
                                    letter-spacing: 0.22em;
                                    color: rgba(30,172,235,0.7);
                                }
                                /* Coordinates */
                                .sx-eye-coords {
                                    position: absolute;
                                    top: 16px;
                                    right: 20px;
                                    z-index: 4;
                                }
                                .sx-eye-coord-text {
                                    font-family: 'Helvetica Neue', Arial, monospace;
                                    font-size: 8px;
                                    letter-spacing: 0.15em;
                                    color: rgba(30,172,235,0.45);
                                }
@keyframes sx-lock-float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }
                                @keyframes sx-os { to{transform:rotate(360deg)} }
                                @keyframes sx-pf { 0%,100%{opacity:.4;transform:translateY(0)} 50%{opacity:1;transform:translateY(-5px)} }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   About
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

      
      }
      /* Bug 2: Prevent horizontal scroll */
      html, body { overflow-x: hidden; }
      /* Bug 3: Prevent headings breaking outside viewport on mobile */
      @media (max-width: 768px) {
        h1, h2, h3, h4, .sitemap-heading, .main-title {
          word-break: break-word;
          overflow-wrap: break-word;
          max-width: 100%;
        }
      }
/* Bug 3 fix: Mission headings cut off on mobile */
      @media (max-width: 768px) {
        .mission-heading, .mission-heading-right {
          font-size: clamp(1rem, 5vw, 1.6rem) !important;
          word-break: break-word;
          overflow-wrap: break-word;
        }
        .mission-title, .mission-title-right {
          max-width: 100%;
          overflow: hidden;
        }
      }
/* Pre-Book nav button */
      .nav-prebook-btn {
        background: #1eaceb !important;
        color: #000 !important;
        padding: 6px 18px !important;
        border-radius: 2px !important;
        font-weight: 600 !important;
        letter-spacing: 0.08em !important;
        margin-left: 8px !important;
        transition: background 0.2s !important;
      }
      .nav-prebook-btn:hover { background: #35bef8 !important; }

/* Replace hero image with blue gradient */
            .sitemap {
                position: relative;
                background:
                    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(30,172,235,0.18) 0%, transparent 70%),
                    radial-gradient(ellipse 40% 40% at 80% 50%, rgba(30,172,235,0.07) 0%, transparent 60%),
                    #000;
            }
            .sitemap::after {
                content: '';
                position: absolute;
                bottom: 0; left: 0; right: 0;
                height: 120px;
                background: linear-gradient(to bottom, transparent, #000);
                pointer-events: none;
                z-index: 1;
            }
                .who-we-are-section,
            .sx-origin-section,
            .sx-stats-section,
            .team-section,
            .clients-section,
            .footer { background: #000; }
/* ═══ SentinelX About — New Classes Only ═══ */
        .sx-origin-section { padding-top: 150px; }
        .sx-origin-inner { border: 1px solid #292929; border-radius: 5px; padding: 60px; position: relative; overflow: hidden; }
        .sx-origin-inner::before { content: '"'; position: absolute; top: -30px; left: 40px; font-size: 220px; font-family: Clashdisplay, sans-serif; font-weight: 700; color: #1eaceb; opacity: 0.06; line-height: 1; pointer-events: none; }
        .sx-origin-label { text-transform: uppercase; letter-spacing: 0.25em; font-size: 11px; color: #1eaceb; margin-bottom: 24px; font-family: Clashdisplay, sans-serif; font-weight: 500; }
        .sx-origin-quote { font-family: Clashdisplay, sans-serif; font-size: 26px; font-weight: 200; line-height: 1.5; color: #fff; max-width: 820px; margin-bottom: 28px; }
        .sx-origin-body { font-size: 17px; line-height: 1.8; color: rgba(255,255,255,0.5); max-width: 720px; }
        .sx-origin-sig { margin-top: 36px; padding-top: 24px; border-top: 1px solid #292929; display: flex; align-items: center; gap: 16px; }
        .sx-origin-sig-dot { width: 8px; height: 8px; border-radius: 50%; background-color: #1eaceb; flex-shrink: 0; }
        .sx-origin-sig-name { font-family: Clashdisplay, sans-serif; font-size: 17px; font-weight: 500; color: #fff; }
        .sx-origin-sig-role { font-size: 12px; color: rgba(255,255,255,0.35); letter-spacing: 0.1em; text-transform: uppercase; }

        .sx-stats-section { padding-top: 150px; }
        .sx-stats-grid { display: grid; grid-template-columns: repeat(5,1fr); grid-column-gap: 20px; grid-row-gap: 20px; }
        .sx-stat-item { background-color: #191919; border: 1px solid #292929; border-radius: 5px; padding: 30px 20px; display: flex; flex-direction: column; }
        .sx-stat-item:first-child { background-color: #1eaceb; border-color: #1eaceb; }
        .sx-stat-circle { width: 20px; height: 20px; border-radius: 50%; background-color: #0f0f0f; margin-bottom: auto; }
        .sx-stat-item:first-child .sx-stat-circle { background-color: rgba(0,0,0,0.15); }
        .sx-stat-num { font-family: Clashdisplay, sans-serif; font-size: 46px; font-weight: 500; line-height: 1; color: #fff; margin-top: 40px; margin-bottom: 10px; }
        .sx-stat-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.55); line-height: 1.5; }
        .sx-stat-item:first-child .sx-stat-label { color: rgba(255,255,255,0.85); }

        .sx-how-section { padding-top: 150px; }
        .sx-how-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-column-gap: 20px; }
        .sx-how-item { border: 1px solid #292929; border-radius: 5px; padding: 36px 30px; position: relative; overflow: hidden; }
        .sx-how-item:nth-child(2) { background-color: #191919; }
        .sx-how-item:nth-child(3) { background-color: #1eaceb; border-color: #1eaceb; }
        .sx-how-num-bg { position: absolute; bottom: -20px; right: 10px; font-family: Clashdisplay, sans-serif; font-size: 120px; font-weight: 700; color: rgba(255,255,255,0.04); line-height: 1; pointer-events: none; }
        .sx-how-item:nth-child(3) .sx-how-num-bg { color: rgba(0,0,0,0.06); }
        .sx-how-step { text-transform: uppercase; letter-spacing: 0.25em; font-size: 10px; color: #1eaceb; margin-bottom: 20px; font-weight: 500; }
        .sx-how-item:nth-child(3) .sx-how-step { color: rgba(0,0,0,0.45); }
        .sx-how-heading { font-family: Clashdisplay, sans-serif; font-size: 24px; font-weight: 300; color: #fff; margin-bottom: 14px; line-height: 1.25; }
        .sx-how-item:nth-child(3) .sx-how-heading { color: #000; }
        .sx-how-body { font-size: 15px; line-height: 1.7; color: rgba(255,255,255,0.45); }
        .sx-how-item:nth-child(3) .sx-how-body { color: rgba(0,0,0,0.55); }

        .sx-privacy-section { padding-top: 150px; }
        .sx-privacy-grid { display: grid; grid-template-columns: 1fr 1fr; grid-column-gap: 60px; }
        .sx-privacy-intro { font-size: 18px; line-height: 1.8; color: rgba(255,255,255,0.5); margin-bottom: 0; }
        .sx-privacy-list { list-style: none; padding: 0; margin: 0; }
        .sx-privacy-list li { display: flex; align-items: flex-start; gap: 14px; padding: 14px 0; border-bottom: 1px solid #292929; font-size: 16px; color: rgba(255,255,255,0.7); font-family: Clashdisplay, sans-serif; font-weight: 300; }
        .sx-privacy-list li:last-child { border-bottom: none; }
        .sx-privacy-list li:first-child { border-top: 1px solid #292929; }
        .sx-privacy-icon { font-size: 12px; margin-top: 1px; flex-shrink: 0; font-style: normal; }
        .sx-privacy-icon.no  { color: rgba(255,255,255,0.2); }
        .sx-privacy-icon.yes { color: #1eaceb; }

        .sx-tech-section { padding-top: 150px; }
        .sx-tech-list { padding: 0; margin: 0; list-style: none; }
        .sx-tech-item { border-bottom: 1px solid #292929; display: flex; justify-content: space-between; align-items: center; padding: 22px 0; position: relative; }
        .sx-tech-item:first-child { border-top: 1px solid #292929; }
        .sx-tech-name { font-family: Clashdisplay, sans-serif; font-size: 22px; font-weight: 200; color: #fff; text-transform: uppercase; letter-spacing: 0.04em; }
        .sx-tech-role { font-size: 13px; color: rgba(255,255,255,0.35); text-transform: uppercase; letter-spacing: 0.12em; position: absolute; left: 58%; transform: translateX(-58%); text-align: center; white-space: nowrap; }
        .sx-tech-dot { width: 8px; height: 8px; border-radius: 50%; background-color: #1eaceb; flex-shrink: 0; }
        .sx-tech-role-dot-wrap { display: contents; }

        .sx-roadmap-section { padding-top: 150px; }
        .sx-roadmap-list { padding: 0; margin: 0; list-style: none; }
        .sx-roadmap-item { display: grid; grid-template-columns: 130px 1fr; grid-column-gap: 30px; align-items: start; padding: 20px 0; border-bottom: 1px solid #292929; }
        .sx-roadmap-item:first-child { border-top: 1px solid #292929; }
        .sx-roadmap-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 10px; text-transform: uppercase; letter-spacing: 0.12em; font-weight: 500; padding: 6px 10px; border-radius: 4px; width: fit-content; margin-top: 2px; }
        .sx-roadmap-badge.released { background-color: rgba(30,172,235,0.1); color: #1eaceb; border: 1px solid rgba(30,172,235,0.2); }
        .sx-roadmap-badge.progress  { background-color: rgba(255,200,50,0.08); color: #ffc832; border: 1px solid rgba(255,200,50,0.18); }
        .sx-roadmap-badge.planned   { background-color: rgba(255,255,255,0.03); color: rgba(255,255,255,0.25); border: 1px solid #292929; }
        .sx-roadmap-badge-dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; }
        .released .sx-roadmap-badge-dot { background-color: #1eaceb; }
        .progress .sx-roadmap-badge-dot { background-color: #ffc832; }
        .planned  .sx-roadmap-badge-dot { background-color: rgba(255,255,255,0.2); }
        .sx-roadmap-name { font-family: Clashdisplay, sans-serif; font-size: 20px; font-weight: 200; color: #fff; text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 4px; }
        .sx-roadmap-desc { font-size: 13px; color: rgba(255,255,255,0.3); line-height: 1.5; }

        @media screen and (max-width: 991px) {
            .sx-stats-grid { grid-template-columns: 1fr 1fr 1fr; }
            .sx-privacy-grid { grid-template-columns: 1fr; }
            .sx-how-grid { grid-template-columns: 1fr; }
        }
        @media screen and (max-width: 767px) {
            .sx-origin-inner { padding: 32px 24px; }
            .sx-origin-quote { font-size: 20px; }
            .sx-stats-grid { grid-template-columns: 1fr 1fr; }
            .sx-roadmap-item { grid-template-columns: 1fr; grid-row-gap: 8px; }
            .sx-tech-name { font-size: 16px; }
            .sx-tech-item { display: flex; justify-content: space-between; align-items: center; position: static; gap: 8px; }
            .sx-tech-name { font-size: 13px; white-space: normal; flex: 0 0 35%; }
            .sx-tech-role-dot-wrap { display: flex; align-items: center; gap: 8px; flex: 0 0 60%; justify-content: flex-end; }
            .sx-tech-role { position: static; left: auto; transform: none; text-align: right; white-space: normal; font-size: 12px; }
            .sx-tech-dot { flex-shrink: 0; margin-left: 0; }
        }
        @media screen and (max-width: 479px) {
            .sx-stats-grid { grid-template-columns: 1fr; }
        }
/* Origin two-column layout */
                .sx-origin-layout {
                    display: grid;
                    grid-template-columns: 340px 1fr;
                    gap: 0;
                    border: 1px solid #292929;
                    border-radius: 5px;
                    overflow: hidden;
                    position: relative;
                }

                /* Left sticky panel — anchor content */
                .sx-origin-left {
                    padding: 60px 40px;
                    border-right: 1px solid #292929;
                    position: sticky;
                    top: 0;
                    align-self: start;
                    background: #0a0a0a;
                }
                .sx-origin-left::before {
                    content: '"';
                    position: absolute;
                    bottom: -20px;
                    left: 20px;
                    font-size: 280px;
                    font-family: Clashdisplay, sans-serif;
                    font-weight: 700;
                    color: #1eaceb;
                    opacity: 0.04;
                    line-height: 1;
                    pointer-events: none;
                }
                .sx-origin-pull-quote {
                    font-family: Clashdisplay, sans-serif;
                    font-size: 18px;
                    font-weight: 200;
                    line-height: 1.6;
                    color: #fff;
                    margin-bottom: 36px;
                    position: relative;
                    z-index: 1;
                }
                .sx-origin-pull-quote em {
                    color: #1eaceb;
                    font-style: normal;
                }
                .sx-origin-tags {
                    display: flex;
                    flex-direction: column;
                    gap: 8px;
                    margin-bottom: 40px;
                }
                .sx-origin-tag {
                    display: inline-flex;
                    align-items: center;
                    gap: 8px;
                    font-size: 10px;
                    letter-spacing: 0.18em;
                    text-transform: uppercase;
                    color: rgba(255,255,255,0.3);
                }
                .sx-origin-tag::before {
                    content: '';
                    width: 20px;
                    height: 1px;
                    background: rgba(30,172,235,0.4);
                    flex-shrink: 0;
                }

                /* Right scrollable narrative */
                .sx-origin-right {
                    padding: 60px 50px;
                }

                /* Timeline-style story blocks */
                .sx-story-block {
                    display: grid;
                    grid-template-columns: 56px 1fr;
                    gap: 0 24px;
                    margin-bottom: 0;
                }
                .sx-story-block:last-child .sx-story-line {
                    display: none;
                }
                .sx-story-meta {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                }
                .sx-story-year {
                    font-family: Clashdisplay, sans-serif;
                    font-size: 10px;
                    letter-spacing: 0.15em;
                    text-transform: uppercase;
                    color: #1eaceb;
                    white-space: nowrap;
                    writing-mode: horizontal-tb;
                    margin-bottom: 12px;
                    font-weight: 500;
                }
                .sx-story-dot {
                    width: 10px;
                    height: 10px;
                    border-radius: 50%;
                    background: #1eaceb;
                    flex-shrink: 0;
                    box-shadow: 0 0 10px rgba(30,172,235,0.4);
                    margin-bottom: 0;
                }
                .sx-story-dot.dim {
                    background: #292929;
                    box-shadow: none;
                }
                .sx-story-line {
                    width: 1px;
                    flex: 1;
                    background: linear-gradient(to bottom, #292929, transparent);
                    margin-top: 8px;
                    min-height: 40px;
                }
                .sx-story-content {
                    padding-bottom: 48px;
                }
                .sx-story-heading {
                    font-family: Clashdisplay, sans-serif;
                    font-size: 13px;
                    font-weight: 500;
                    text-transform: uppercase;
                    letter-spacing: 0.16em;
                    color: rgba(255,255,255,0.5);
                    margin-bottom: 12px;
                }
                .sx-story-text {
                    font-size: 16px;
                    line-height: 1.85;
                    color: rgba(255,255,255,0.45);
                }
                .sx-story-text strong {
                    color: #fff;
                    font-weight: 400;
                }
                .sx-story-text em {
                    color: rgba(255,255,255,0.7);
                    font-style: italic;
                }
                .sx-story-text .blue {
                    color: #1eaceb;
                    font-style: normal;
                }

                /* Closing statement bar */
                .sx-origin-closing {
                    grid-column: 1 / -1;
                    border-top: 1px solid #292929;
                    padding: 32px 50px;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    gap: 40px;
                    background: #0d0d0d;
                }
                .sx-origin-closing-text {
                    font-family: Clashdisplay, sans-serif;
                    font-size: 18px;
                    font-weight: 200;
                    color: rgba(255,255,255,0.6);
                    line-height: 1.5;
                    max-width: 600px;
                }
                .sx-origin-closing-text em {
                    color: #1eaceb;
                    font-style: normal;
                }

                /* Responsive */
                @media (max-width: 768px) {
                    .sx-origin-layout { grid-template-columns: 1fr; }
                    .sx-origin-left { position: static; border-right: none; border-bottom: 1px solid #292929; padding: 40px 24px; }
                    .sx-origin-right { padding: 40px 24px; }
                    .sx-origin-closing { flex-direction: column; align-items: flex-start; padding: 28px 24px; }
                }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   Contact
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

      
      }
      /* Bug 2: Prevent horizontal scroll */
      html, body { overflow-x: hidden; }
      /* Bug 3: Prevent headings breaking outside viewport on mobile */
      @media (max-width: 768px) {
        h1, h2, h3, h4, .sitemap-heading, .main-title {
          word-break: break-word;
          overflow-wrap: break-word;
          max-width: 100%;
        }
      }
/* Pre-Book nav button */
      .nav-prebook-btn {
        background: #1eaceb !important;
        color: #000 !important;
        padding: 6px 18px !important;
        border-radius: 2px !important;
        font-weight: 600 !important;
        letter-spacing: 0.08em !important;
        margin-left: 8px !important;
        transition: background 0.2s !important;
      }
      .nav-prebook-btn:hover { background: #35bef8 !important; }

/* Replace hero image with blue gradient */
            .sitemap {
                position: relative;
                background:
                    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(30,172,235,0.18) 0%, transparent 70%),
                    radial-gradient(ellipse 40% 40% at 80% 50%, rgba(30,172,235,0.07) 0%, transparent 60%),
                    #000;
                background-image:
                    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(30,172,235,0.18) 0%, transparent 70%),
                    radial-gradient(ellipse 40% 40% at 80% 50%, rgba(30,172,235,0.07) 0%, transparent 60%) !important;
            }
            .sitemap::after {
                content: '';
                position: absolute;
                bottom: 0; left: 0; right: 0;
                height: 120px;
                background: linear-gradient(to bottom, transparent, #000);
                pointer-events: none;
                z-index: 1;
            }
                .contact-section { background: #000; position: relative; z-index: 2; }
            .footer { background: #000; }
/* ── Contact Page Overrides ── */
            .contact-section { padding: 60px 0 120px; }

            .contact-stack {
                display: grid;
                grid-template-columns: 1fr 1.4fr;
                gap: 80px;
                align-items: start;
            }

            /* Left column */
            .contact-eyebrow {
                font-size: 0.65rem;
                letter-spacing: 0.28em;
                color: #1eaceb;
                text-transform: uppercase;
                margin-bottom: 20px;
                font-weight: 400;
            }
            .contact-headline {
                font-size: 2.2rem;
                font-weight: 200;
                color: #fff;
                line-height: 1.2;
                letter-spacing: 0.02em;
                margin-bottom: 24px;
            }
            .contact-headline span { color: #1eaceb; }

            .contact-text {
                font-size: 0.88rem;
                color: rgba(255,255,255,0.4);
                line-height: 1.8;
                font-weight: 300;
                margin-bottom: 40px;
            }

            /* Info items */
            .contact-info-item {
                display: flex;
                align-items: flex-start;
                gap: 16px;
                margin-bottom: 20px;
                padding: 18px 20px;
                border: 1px solid rgba(255,255,255,0.06);
                border-radius: 2px;
                transition: border-color 0.3s, background 0.3s;
            }
            .contact-info-item:hover {
                border-color: rgba(30,172,235,0.2);
                background: rgba(30,172,235,0.03);
            }
            .contact-info-icon {
                font-size: 1rem;
                width: 36px;
                height: 36px;
                border: 1px solid rgba(30,172,235,0.2);
                border-radius: 2px;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-shrink: 0;
                color: #1eaceb;
            }
            .contact-info-label {
                font-size: 0.6rem;
                letter-spacing: 0.2em;
                text-transform: uppercase;
                color: rgba(255,255,255,0.25);
                margin-bottom: 4px;
            }
            .contact-info-value {
                font-size: 0.88rem;
                color: rgba(255,255,255,0.7);
                font-weight: 300;
                text-decoration: none;
                transition: color 0.2s;
            }
            .contact-info-value:hover { color: #1eaceb; }

            /* Right column — form */
            .contact-form-wrap {
                padding: 48px;
                border: 1px solid rgba(255,255,255,0.07);
                border-radius: 2px;
                position: relative;
                overflow: hidden;
            }
            .contact-form-wrap::before {
                content: '';
                position: absolute;
                top: 0; left: 0; right: 0;
                height: 2px;
                background: linear-gradient(90deg, transparent, #1eaceb, transparent);
                animation: scan-line 2.5s ease-in-out infinite;
            }
            @keyframes scan-line {
                0%   { transform: translateX(-100%); opacity: 0; }
                20%  { opacity: 1; }
                80%  { opacity: 1; }
                100% { transform: translateX(100%); opacity: 0; }
            }
            .comtact-main-title {
                font-size: 1rem;
                letter-spacing: 0.2em;
                text-transform: uppercase;
                color: #fff;
                font-weight: 400;
                margin-bottom: 32px;
                padding-bottom: 16px;
                border-bottom: 1px solid rgba(255,255,255,0.06);
            }

            /* Form fields */
            .form-stack {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 16px;
            }
            .form-cell { display: flex; flex-direction: column; }
            .form-cell:nth-child(5),
            .form-cell:nth-child(6) { grid-column: 1 / -1; }

            .input-style {
                width: 100%;
                background: transparent;
                border: none;
                border-bottom: 1px solid rgba(255,255,255,0.1);
                color: rgba(255,255,255,0.8);
                font-size: 0.85rem;
                font-weight: 300;
                padding: 12px 4px;
                outline: none;
                transition: border-color 0.3s;
                font-family: inherit;
                border-radius: 0;
            }
            .input-style::placeholder { color: rgba(255,255,255,0.2); font-size: 0.82rem; }
            .input-style:focus { border-bottom-color: #1eaceb; }
            .input-style.textarea { min-height: 100px; resize: none; }

            /* Submit button */
            .submit-button {
                margin-top: 32px;
                padding: 14px 40px;
                background: transparent;
                border: 1px solid #1eaceb;
                color: #1eaceb;
                font-size: 0.75rem;
                letter-spacing: 0.25em;
                text-transform: uppercase;
                font-weight: 400;
                cursor: pointer;
                transition: background 0.3s, color 0.3s, box-shadow 0.3s;
                font-family: inherit;
                border-radius: 0;
                display: inline-block;
            }
            .submit-button:hover {
                background: #1eaceb;
                color: #000;
                box-shadow: 0 0 24px rgba(30,172,235,0.3);
            }

            /* Success state */
            .form-success {
                display: none;
                text-align: center;
                padding: 40px 20px;
            }
            .form-success.show { display: block; }
            .form-success-icon { font-size: 2rem; margin-bottom: 16px; }
            .form-success-title {
                font-size: 0.85rem;
                letter-spacing: 0.2em;
                text-transform: uppercase;
                color: #1eaceb;
                margin-bottom: 8px;
            }
            .form-success-text {
                font-size: 0.82rem;
                color: rgba(255,255,255,0.35);
                font-weight: 300;
            }

            /* Olly status tag */
            .olly-online {
                display: inline-flex;
                align-items: center;
                gap: 6px;
                font-size: 0.62rem;
                letter-spacing: 0.18em;
                text-transform: uppercase;
                color: rgba(255,255,255,0.3);
                margin-bottom: 32px;
            }
            .olly-dot {
                width: 6px; height: 6px;
                border-radius: 50%;
                background: #00ff94;
                box-shadow: 0 0 6px rgba(0,255,148,0.6);
                animation: pulse-dot 2s infinite;
            }
            @keyframes pulse-dot {
                0%, 100% { opacity: 1; }
                50% { opacity: 0.3; }
            }

            /* Contact socials */
            .contact-socials { margin-top: 32px; }
            .footer-socials { display: flex; gap: 20px; flex-wrap: wrap; }
            .social-item { display: flex; align-items: center; gap: 6px; text-decoration: none; }
            .social-text-2 {
                font-size: 0.72rem;
                letter-spacing: 0.14em;
                text-transform: uppercase;
                color: rgba(255,255,255,0.35);
                transition: color 0.2s;
            }
            .social-item:hover .social-text-2 { color: #1eaceb; }
            .social-arrow-2 { width: 10px; opacity: 0.35; }

            @media (max-width: 768px) {
                .contact-stack { grid-template-columns: 1fr; gap: 48px; }
                .contact-form-wrap { padding: 28px 20px; }
                .form-stack { grid-template-columns: 1fr; }
                .form-cell:nth-child(5),
                .form-cell:nth-child(6) { grid-column: 1; }
            }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   Features
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ═════════════════════════════════════════════════════════════
               SentinelX Features Page — Enhanced
            ═════════════════════════════════════════════════════════════ */

            /* ── Hero intro statement ── */
            .sx-hero-statement {
                padding: 60px 0 20px;
                border-bottom: 1px solid rgba(255,255,255,0.06);
                margin-bottom: 0;
            }
            .sx-hero-statement .hero-eyebrow {
                font-size: 0.75rem;
                letter-spacing: 0.35em;
                text-transform: uppercase;
                color: #1eaceb;
                font-weight: 400;
                margin-bottom: 20px;
            }
            .sx-hero-statement .hero-headline {
                font-size: clamp(2rem, 4vw, 3.6rem);
                font-weight: 200;
                letter-spacing: -0.01em;
                line-height: 1.1;
                color: #fff;
                max-width: 820px;
                margin-bottom: 24px;
            }
            .sx-hero-statement .hero-headline em {
                font-style: normal;
                color: #1eaceb;
            }
            .sx-hero-statement .hero-sub {
                font-size: 1rem;
                color: rgba(255,255,255,0.45);
                font-weight: 300;
                max-width: 560px;
                line-height: 1.7;
            }

            /* ── Apple-style scroll zoom section ── */
            .sx-zoom-section {
                position: relative;
                height: 400vh;          /* taller scroll canvas = more zoom time */
                margin: 0 -40px;        /* bleed to edges */
            }
            .sx-zoom-sticky {
                position: sticky;
                top: 0;
                height: 100vh;
                overflow: hidden;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            .sx-zoom-frame {
                position: relative;
                width: 100%;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            /* The image container that scales up as you scroll */
            .sx-zoom-img-wrap {
                position: relative;
                width: 85%;             /* wider base */
                max-width: 1200px;
                border-radius: 20px;
                overflow: hidden;
                box-shadow: 0 40px 120px rgba(0,0,0,0.8), 0 0 0 1px rgba(30,172,235,0.15);
                transform: scale(0.42); /* start smaller so zoom feels dramatic */
                transform-origin: center center;
                transition: border-radius 0.1s;
                will-change: transform;
            }
            .sx-zoom-img-wrap img {
                width: 100%;
                height: auto;
                display: block;
            }
            /* Fallback placeholder when no image */
            .sx-zoom-placeholder {
                width: 100%;
                aspect-ratio: 16/9;
                background: linear-gradient(135deg, #111 0%, #1a1a1a 50%, #111 100%);
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 0.85rem;
                letter-spacing: 0.2em;
                color: rgba(255,255,255,0.15);
                text-transform: uppercase;
                position: relative;
                overflow: hidden;
            }
            .sx-zoom-placeholder::before {
                content: '';
                position: absolute;
                inset: 1px;
                border: 1px solid rgba(30,172,235,0.1);
                border-radius: 14px;
            }
            /* HUD overlay on the dashboard image */
            .sx-zoom-hud {
                position: absolute;
                top: 0; left: 0; right: 0; bottom: 0;
                pointer-events: none;
            }
            .sx-zoom-hud-badge {
                position: absolute;
                background: rgba(30,172,235,0.12);
                border: 1px solid rgba(30,172,235,0.3);
                border-radius: 4px;
                padding: 6px 12px;
                font-size: 0.7rem;
                letter-spacing: 0.15em;
                color: #1eaceb;
                text-transform: uppercase;
                backdrop-filter: blur(8px);
            }
            .sx-zoom-hud-badge.tl { top: 20px; left: 20px; }
            .sx-zoom-hud-badge.tr { top: 20px; right: 20px; }
            .sx-zoom-hud-badge.bl { bottom: 20px; left: 20px; }
            .sx-zoom-hud-badge.br { bottom: 20px; right: 20px; }
            /* Caption text below the image while it zooms */
            .sx-zoom-caption {
                position: absolute;
                bottom: 10%;
                left: 50%;
                transform: translateX(-50%);
                text-align: center;
                pointer-events: none;
                opacity: 1;
                transition: opacity 0.3s;
                white-space: nowrap;
            }
            .sx-zoom-caption p {
                font-size: 0.8rem;
                letter-spacing: 0.25em;
                text-transform: uppercase;
                color: rgba(255,255,255,0.3);
            }
            .sx-zoom-caption span {
                display: inline-block;
                width: 40px;
                height: 1px;
                background: rgba(255,255,255,0.15);
                vertical-align: middle;
                margin: 0 12px;
            }

            /* ── Status badges ── */
            .status-badge {
                display: inline-flex;
                align-items: center;
                gap: 6px;
                font-size: 0.65rem;
                letter-spacing: 0.2em;
                text-transform: uppercase;
                font-weight: 500;
                padding: 4px 10px;
                border-radius: 3px;
                margin-bottom: 14px;
            }
            .status-badge::before {
                content: '';
                width: 5px;
                height: 5px;
                border-radius: 50%;
                flex-shrink: 0;
            }
            .status-live {
                background: rgba(30,172,235,0.1);
                border: 1px solid rgba(30,172,235,0.25);
                color: #1eaceb;
            }
            .status-live::before { background: #1eaceb; box-shadow: 0 0 6px #1eaceb; animation: pulse-dot 2s infinite; }
            .status-beta {
                background: rgba(255,200,50,0.08);
                border: 1px solid rgba(255,200,50,0.2);
                color: #ffc832;
            }
            .status-beta::before { background: #ffc832; }
            .status-roadmap {
                background: rgba(255,255,255,0.04);
                border: 1px solid rgba(255,255,255,0.1);
                color: rgba(255,255,255,0.35);
            }
            .status-roadmap::before { background: rgba(255,255,255,0.25); }
            @keyframes pulse-dot {
                0%, 100% { opacity: 1; }
                50% { opacity: 0.4; }
            }

            /* ── Feature category heading ── */
            .feature-category-heading {
                font-size: 1.1rem;
                letter-spacing: 0.3em;
                color: rgba(255,255,255,0.75);
                text-transform: uppercase;
                margin: 80px 0 30px;
                padding-bottom: 14px;
                border-bottom: 1px solid rgba(255,255,255,0.15);
                font-weight: 400;
            }
            .feature-category-heading:first-of-type { margin-top: 20px; }
            .feature-category-heading .cat-icon {
                margin-right: 14px;
                opacity: 1;
            }

            /* ── Feature list ── */
            .feature-list {
                display: grid;
                grid-template-columns: 1fr;
                gap: 20px;
                margin-bottom: 20px;
            }

            /* ── Hero feature card (large) ── */
            .feature-card {
                display: grid;
                grid-template-columns: 60px 1fr;
                gap: 30px;
                padding: 36px 40px;
                border: 1px solid rgba(255,255,255,0.08);
                border-radius: 4px;
                background: rgba(255,255,255,0.015);
                transition: all 0.4s ease;
                text-decoration: none;
                position: relative;
                overflow: hidden;
            }
            .feature-card::before {
                content: '';
                position: absolute;
                inset: 0;
                background: linear-gradient(135deg, rgba(30,172,235,0.025) 0%, transparent 50%);
                opacity: 0;
                transition: opacity 0.4s ease;
                pointer-events: none;
            }
            .feature-card:hover {
                border-color: rgba(255,255,255,0.2);
                background: rgba(255,255,255,0.025);
                transform: translateY(-2px);
            }
            .feature-card:hover::before { opacity: 1; }

            /* Hero card variant */
            .feature-card.hero-card {
                grid-template-columns: 1fr;
                padding: 0;
                border-color: rgba(30,172,235,0.12);
                background: rgba(255,255,255,0.02);
                overflow: hidden;
            }
            .feature-card.hero-card:hover {
                border-color: rgba(30,172,235,0.3);
                transform: translateY(-3px);
            }
            .hero-card-image {
                width: 100%;
                aspect-ratio: 16/5;
                background: linear-gradient(135deg, #0d1a22 0%, #0a1219 50%, #0d1a22 100%);
                position: relative;
                overflow: hidden;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            .hero-card-image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            /* Placeholder for image slot */
            .hero-img-placeholder {
                width: 100%;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 0.75rem;
                letter-spacing: 0.25em;
                text-transform: uppercase;
                color: rgba(30,172,235,0.2);
                gap: 12px;
            }
            .hero-img-placeholder::before,
            .hero-img-placeholder::after {
                content: '';
                flex: 1;
                height: 1px;
                background: linear-gradient(to right, transparent, rgba(30,172,235,0.1), transparent);
            }
            /* Scanline effect on hero image */
            .hero-card-image::after {
                content: '';
                position: absolute;
                inset: 0;
                background: repeating-linear-gradient(
                    0deg,
                    transparent,
                    transparent 3px,
                    rgba(0,0,0,0.08) 3px,
                    rgba(0,0,0,0.08) 4px
                );
                pointer-events: none;
            }
            .hero-card-body {
                padding: 32px 40px 36px;
                display: grid;
                grid-template-columns: 60px 1fr;
                gap: 30px;
            }

            .feature-num {
                font-size: 0.85rem;
                color: rgba(255,255,255,0.25);
                font-weight: 400;
                letter-spacing: 0.1em;
                padding-top: 6px;
            }
            .feature-body {
                display: flex;
                flex-direction: column;
            }
            .feature-name {
                font-size: 1.8rem;
                color: #fff;
                font-weight: 300;
                letter-spacing: 0.04em;
                margin-bottom: 10px;
                text-transform: uppercase;
                line-height: 1.2;
            }
            .feature-tagline {
                font-size: 0.95rem;
                color: rgba(255,255,255,0.6);
                font-style: italic;
                letter-spacing: 0.02em;
                margin-bottom: 16px;
                font-weight: 300;
            }
            .feature-copy {
                font-size: 0.95rem;
                color: rgba(255,255,255,0.45);
                line-height: 1.75;
                font-weight: 300;
                max-width: 720px;
            }

            /* ── Two-column small card layout ── */
            .feature-list-2col {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 20px;
                margin-bottom: 20px;
            }
            .feature-list-2col .feature-card {
                grid-template-columns: 1fr;
                gap: 14px;
            }
            .feature-list-2col .feature-card .feature-num {
                padding-top: 0;
            }
            .feature-list-2col .feature-name {
                font-size: 1.3rem;
            }

            /* ── Comparison table ── */
            .sx-compare-section {
                margin: 100px 0 0;
                padding-bottom: 10px;
            }
            .sx-compare-eyebrow {
                font-size: 0.75rem;
                letter-spacing: 0.35em;
                text-transform: uppercase;
                color: rgba(255,255,255,0.3);
                margin-bottom: 12px;
            }
            .sx-compare-title {
                font-size: clamp(1.6rem, 3vw, 2.6rem);
                font-weight: 200;
                color: #fff;
                letter-spacing: 0.04em;
                text-transform: uppercase;
                margin-bottom: 50px;
            }
            .sx-compare-title em {
                font-style: normal;
                color: #1eaceb;
            }
            .compare-table {
                width: 100%;
                border-collapse: collapse;
            }
            .compare-table thead tr {
                border-bottom: 1px solid rgba(255,255,255,0.12);
            }
            .compare-table th {
                text-align: left;
                padding: 16px 20px;
                font-size: 0.75rem;
                letter-spacing: 0.2em;
                text-transform: uppercase;
                font-weight: 400;
                color: rgba(255,255,255,0.35);
            }
            .compare-table th.col-sentinelx {
                color: #1eaceb;
            }
            .compare-table tbody tr {
                border-bottom: 1px solid rgba(255,255,255,0.05);
                transition: background 0.2s;
            }
            .compare-table tbody tr:hover {
                background: rgba(255,255,255,0.02);
            }
            .compare-table td {
                padding: 18px 20px;
                font-size: 0.9rem;
                font-weight: 300;
                color: rgba(255,255,255,0.6);
                vertical-align: middle;
            }
            .compare-table td.feature-col {
                color: rgba(255,255,255,0.8);
                font-weight: 400;
            }
            .compare-check {
                display: inline-flex;
                align-items: center;
                gap: 6px;
                color: #1eaceb;
                font-size: 0.85rem;
            }
            .compare-check::before {
                content: '✓';
                font-weight: 600;
            }
            .compare-cross {
                color: rgba(255,255,255,0.35);
                font-size: 0.85rem;
            }
            .compare-cross::before {
                content: '✗';
            }
            .compare-partial {
                color: #ffc832;
                font-size: 0.85rem;
            }
            .compare-partial::before {
                content: '~';
                margin-right: 4px;
            }

            /* ── CTA strip ── */
            .sx-cta-strip {
                margin: 80px 0 0;
                padding: 60px 50px;
                border: 1px solid rgba(30,172,235,0.15);
                border-radius: 4px;
                background: linear-gradient(135deg, rgba(30,172,235,0.04) 0%, rgba(0,0,0,0) 60%);
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 40px;
                position: relative;
                overflow: hidden;
            }
            .sx-cta-strip::before {
                content: 'SX';
                position: absolute;
                right: 60px;
                top: 50%;
                transform: translateY(-50%);
                font-size: 9rem;
                font-weight: 700;
                color: rgba(30,172,235,0.12);
                letter-spacing: -0.05em;
                line-height: 1;
                pointer-events: none;
                user-select: none;
                z-index: 0;
            }
            .sx-cta-content {
                position: relative;
                z-index: 2;
            }
            .sx-cta-content .cta-label {
                font-size: 0.75rem;
                letter-spacing: 0.3em;
                text-transform: uppercase;
                color: #1eaceb;
                margin-bottom: 10px;
            }
            .sx-cta-content .cta-headline {
                font-size: clamp(1.4rem, 2.5vw, 2rem);
                font-weight: 200;
                color: #fff;
                letter-spacing: 0.04em;
                text-transform: uppercase;
                line-height: 1.2;
            }
            .sx-cta-actions {
                display: flex;
                gap: 16px;
                flex-shrink: 0;
                position: relative;
                z-index: 2;
            }
            .sx-cta-btn {
                display: inline-flex;
                align-items: center;
                gap: 8px;
                padding: 14px 28px;
                font-size: 0.8rem;
                letter-spacing: 0.2em;
                text-transform: uppercase;
                font-weight: 400;
                border-radius: 3px;
                text-decoration: none;
                transition: all 0.3s ease;
            }
            .sx-cta-btn.primary {
                background: #1eaceb;
                color: #000;
            }
            .sx-cta-btn.primary:hover {
                background: #35bef8;
                transform: translateY(-1px);
            }
            .sx-cta-btn.secondary {
                background: transparent;
                color: rgba(255,255,255,0.6);
                border: 1px solid rgba(255,255,255,0.15);
            }
            .sx-cta-btn.secondary:hover {
                border-color: rgba(255,255,255,0.35);
                color: #fff;
            }

            /* ── Mobile ── */
            @media (max-width: 768px) {
                .sx-zoom-section { display: none; }
                .feature-list-2col,
                .feature-list-2col[style*="grid-template-columns: 1fr 1fr 1fr"] {
                    grid-template-columns: 1fr !important;
                }
                .feature-card {
                    grid-template-columns: 1fr;
                    padding: 26px 24px;
                    gap: 6px;
                }
                .feature-name { font-size: 1.3rem; }
                .feature-num { padding-top: 0; }
                .feature-list-2col { grid-template-columns: 1fr; }
                .hero-card-body {
                    padding: 24px;
                    grid-template-columns: 1fr;
                    gap: 10px;
                }
                .sx-cta-strip {
                    flex-direction: column;
                    padding: 40px 30px;
                    text-align: center;
                }
                .sx-cta-strip::before { display: none; }
                .sx-cta-actions { flex-direction: column; width: 100%; }
                .sx-cta-btn { justify-content: center; }
                .compare-table th, .compare-table td { padding: 12px 10px; font-size: 0.8rem; }
            }

      
      }
      /* Pre-Book nav button */
      .nav-prebook-btn {
        background: #1eaceb !important;
        color: #000 !important;
        padding: 6px 18px !important;
        border-radius: 2px !important;
        font-weight: 600 !important;
        letter-spacing: 0.08em !important;
        margin-left: 8px !important;
        transition: background 0.2s !important;
      }
      .nav-prebook-btn:hover { background: #35bef8 !important; }

/* Replace hero image with blue gradient */
            .sitemap {
                position: relative;
                background:
                    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(30,172,235,0.18) 0%, transparent 70%),
                    radial-gradient(ellipse 40% 40% at 80% 50%, rgba(30,172,235,0.07) 0%, transparent 60%),
                    #000;
            }
            .sitemap::after {
                content: '';
                position: absolute;
                bottom: 0; left: 0; right: 0;
                height: 120px;
                background: linear-gradient(to bottom, transparent, #000);
                pointer-events: none;
                z-index: 1;
            }
                .work-section,
            .sx-zoom-section,
            .sx-compare-section,
            .footer { background: #000; }
/* ══════════ TIER NAV ══════════ */
            .sx-tier-nav {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                gap: 2px;
                margin: 60px 0 0;
            }
            .tier-btn {
                background: transparent;
                border: 1px solid rgba(255,255,255,0.07);
                padding: 28px 28px;
                text-align: left;
                cursor: pointer;
                transition: all 0.3s;
                display: flex;
                flex-direction: column;
                gap: 4px;
                font-family: inherit;
            }
            .tier-btn:hover { background: rgba(255,255,255,0.03); border-color: rgba(255,255,255,0.15); }
            .tier-btn.active { border-color: rgba(30,172,235,0.4); background: rgba(30,172,235,0.04); }
            .tier-btn-num { font-size: 0.6rem; letter-spacing: 0.2em; color: rgba(255,255,255,0.25); }
            .tier-btn-label { font-size: 0.95rem; color: #fff; font-weight: 300; letter-spacing: 0.06em; }
            .tier-btn-sub { font-size: 0.7rem; color: rgba(255,255,255,0.3); letter-spacing: 0.08em; margin-top: 4px; }
            .tier-btn.active .tier-btn-label { color: #1eaceb; }
            .tier-btn.active .tier-btn-num { color: #1eaceb; }

            /* ══════════ TIER SECTIONS ══════════ */
            .sx-tier-section { padding: 60px 0; border-bottom: 1px solid rgba(255,255,255,0.05); }
            .tier-hero { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: start; }
            .tier-tag {
                display: inline-block;
                font-size: 0.62rem;
                letter-spacing: 0.22em;
                text-transform: uppercase;
                border: 1px solid;
                padding: 5px 12px;
                border-radius: 2px;
                margin-bottom: 24px;
                font-weight: 400;
            }
            .tier-headline {
                font-size: clamp(2rem, 3.5vw, 3rem);
                font-weight: 200;
                color: #fff;
                line-height: 1.1;
                letter-spacing: 0.02em;
                margin-bottom: 24px;
            }
            .tier-desc {
                font-size: 0.9rem;
                color: rgba(255,255,255,0.4);
                line-height: 1.8;
                font-weight: 300;
                margin-bottom: 36px;
            }
            .tier-market-label {
                font-size: 0.6rem;
                letter-spacing: 0.22em;
                text-transform: uppercase;
                color: rgba(255,255,255,0.25);
                margin-bottom: 12px;
            }
            .tier-market-pills { display: flex; flex-wrap: wrap; gap: 8px; }
            .market-pill {
                padding: 5px 12px;
                border: 1px solid rgba(30,172,235,0.2);
                border-radius: 2px;
                font-size: 0.68rem;
                letter-spacing: 0.12em;
                text-transform: uppercase;
                color: rgba(30,172,235,0.7);
            }

            /* Problem/solution box */
            .tier-problem-box {
                padding: 24px;
                border: 1px solid rgba(255,208,0,0.12);
                border-left: 3px solid rgba(255,208,0,0.5);
                background: rgba(255,208,0,0.03);
                border-radius: 2px;
                margin-bottom: 32px;
            }
            .tier-problem-label {
                font-size: 0.62rem;
                letter-spacing: 0.2em;
                text-transform: uppercase;
                color: rgba(255,208,0,0.6);
                margin-bottom: 10px;
            }
            .tier-problem-text {
                font-size: 0.85rem;
                color: rgba(255,255,255,0.45);
                line-height: 1.7;
                font-weight: 300;
            }
            .tier-problem-text strong { color: rgba(255,208,0,0.8); font-weight: 400; }
            .tier-solution-label {
                font-size: 0.62rem;
                letter-spacing: 0.22em;
                text-transform: uppercase;
                color: #1eaceb;
                margin-bottom: 20px;
            }

            /* Steps */
            .tier-steps { display: flex; flex-direction: column; gap: 20px; }
            .tier-step {
                display: flex;
                gap: 16px;
                align-items: flex-start;
            }
            .tier-step-num {
                width: 28px;
                height: 28px;
                border: 1px solid rgba(30,172,235,0.3);
                border-radius: 2px;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 0.7rem;
                color: #1eaceb;
                flex-shrink: 0;
                margin-top: 2px;
            }
            .tier-step-title { font-size: 0.85rem; color: #fff; font-weight: 400; margin-bottom: 4px; }
            .tier-step-text { font-size: 0.8rem; color: rgba(255,255,255,0.35); line-height: 1.6; font-weight: 300; }

            /* Olly bar */
            .tier-olly-bar {
                display: flex;
                align-items: center;
                gap: 20px;
                margin-top: 48px;
                padding: 24px 28px;
                border: 1px solid rgba(30,172,235,0.15);
                border-radius: 2px;
                background: rgba(30,172,235,0.03);
            }
            .tier-olly-dot {
                width: 8px; height: 8px;
                border-radius: 50%;
                background: #00ff94;
                box-shadow: 0 0 8px rgba(0,255,148,0.6);
                flex-shrink: 0;
                animation: pulse-dot 2s infinite;
            }
            .tier-olly-text { font-size: 0.82rem; color: rgba(255,255,255,0.45); line-height: 1.6; font-weight: 300; flex: 1; }
            .tier-olly-text strong { color: #1eaceb; font-weight: 400; }
            .tier-olly-link { font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; color: #1eaceb; text-decoration: none; flex-shrink: 0; white-space: nowrap; }

            /* Escalation timeline */
            .escalation-title {
                font-size: 0.62rem;
                letter-spacing: 0.22em;
                text-transform: uppercase;
                color: rgba(255,255,255,0.25);
                margin-bottom: 24px;
            }
            .escalation-timeline { display: flex; flex-direction: column; }
            .esc-phase {
                padding: 20px 24px;
                border: 1px solid rgba(255,255,255,0.06);
                border-left: 3px solid var(--phase-color);
                border-radius: 2px;
                background: rgba(255,255,255,0.015);
            }
            .esc-phase-header { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
            .esc-phase-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
            .esc-phase-label { font-size: 0.8rem; color: #fff; font-weight: 400; letter-spacing: 0.06em; flex: 1; }
            .esc-phase-delay {
                font-size: 0.65rem;
                letter-spacing: 0.15em;
                color: var(--phase-color);
                font-family: monospace;
                background: rgba(255,255,255,0.04);
                padding: 3px 8px;
                border-radius: 2px;
            }
            .esc-phase-body { font-size: 0.8rem; color: rgba(255,255,255,0.35); line-height: 1.6; font-weight: 300; }
            .esc-connector {
                width: 1px;
                height: 20px;
                background: linear-gradient(to bottom, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
                margin-left: 35px;
            }
            .esc-note {
                margin-top: 20px;
                font-size: 0.72rem;
                color: rgba(255,255,255,0.2);
                letter-spacing: 0.05em;
                line-height: 1.6;
                font-style: italic;
            }

            /* Defense capabilities */
            .defense-capabilities { display: flex; flex-direction: column; gap: 20px; }
            .defense-cap-title {
                font-size: 0.62rem;
                letter-spacing: 0.22em;
                text-transform: uppercase;
                color: rgba(255,255,255,0.25);
                margin-bottom: 8px;
            }
            .defense-cap-item { display: flex; gap: 16px; align-items: flex-start; }
            .defense-cap-icon { font-size: 0.9rem; flex-shrink: 0; margin-top: 2px; }
            .defense-cap-name { font-size: 0.85rem; color: #fff; font-weight: 400; margin-bottom: 4px; }
            .defense-cap-text { font-size: 0.78rem; color: rgba(255,255,255,0.35); line-height: 1.6; font-weight: 300; }
            .defense-classified {
                margin-top: 28px;
                padding: 14px 18px;
                border: 1px solid rgba(255,32,32,0.12);
                border-radius: 2px;
                font-size: 0.68rem;
                letter-spacing: 0.1em;
                color: rgba(255,80,80,1);
                display: flex;
                align-items: center;
                gap: 8px;
            }

            @media (max-width: 768px) {
                .sx-tier-nav { grid-template-columns: 1fr; }
                .tier-hero { grid-template-columns: 1fr; gap: 40px; }
                .tier-olly-bar { flex-direction: column; align-items: flex-start; }
            }
/* ══════════════════════════════════════════════════════
           REDESIGNED FEATURES — Editorial / Manifesto Layout
        ══════════════════════════════════════════════════════ */
        .sx-feat-section { padding: 0 0 0; background: #000; }
        .sx-feat-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; padding: 80px 0 70px; border-bottom: 1px solid rgba(255,255,255,0.07); }
        .sx-feat-intro-eyebrow { font-size: 0.62rem; letter-spacing: 0.35em; text-transform: uppercase; color: #1eaceb; margin-bottom: 20px; }
        .sx-feat-intro-title { font-family: Clashdisplay, sans-serif; font-size: clamp(2.2rem, 4vw, 3.8rem); font-weight: 700; color: #fff; text-transform: uppercase; line-height: 1; letter-spacing: -0.01em; }
        .sx-feat-intro-title em { font-style: normal; color: #1eaceb; }
        .sx-feat-intro-right { font-size: 1.2rem; color: rgba(255,255,255,0.35); line-height: 1.85; font-weight: 300; padding-bottom: 6px; }
        .sx-cat-label { display: flex; align-items: center; gap: 16px; margin: 80px 0 0; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,0.06); }
        .sx-cat-label-text { font-size: 0.58rem; letter-spacing: 0.38em; text-transform: uppercase; color: rgba(255,255,255,0.81); font-weight: 400; }
        .sx-cat-label-line { flex: 1; height: 1px; background: rgba(255,255,255,0.04); }
        .sx-cat-label-dot { width: 5px; height: 5px; border-radius: 50%; background: #1eaceb; flex-shrink: 0; }
        .sx-feat-row { display: grid; grid-template-columns: 100px 1fr 1fr; gap: 0; padding: 52px 0; border-bottom: 1px solid rgba(255,255,255,0.05); position: relative; transition: background 0.3s; }
        .sx-feat-row:hover { background: rgba(255,255,255,0.012); }
        .sx-feat-row-num { font-size: 0.65rem; letter-spacing: 0.15em; color: rgba(255,255,255,0.58); padding-top: 6px; font-weight: 400; }
        .sx-feat-row-name { font-family: Clashdisplay, sans-serif; font-size: clamp(1.6rem, 2.5vw, 2.4rem); font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: -0.01em; line-height: 1.05; margin-bottom: 14px; }
        .sx-feat-row-tag { font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.69); font-style: italic; }
        .sx-feat-row-right { padding-left: 40px; border-left: 1px solid rgba(255,255,255,0.05); display: flex; flex-direction: column; justify-content: center; }
        .sx-feat-row-copy { font-size: 1.1rem; color: rgba(255,255,255,0.38); line-height: 1.85; font-weight: 300; max-width: 480px; }
        .sx-feat-wide { padding: 64px 0; border-bottom: 1px solid rgba(255,255,255,0.05); position: relative; overflow: hidden; }
        .sx-feat-wide::before { content: attr(data-num); position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-family: Clashdisplay, sans-serif; font-size: 14rem; font-weight: 700; color: rgba(255,255,255,0.13); line-height: 1; pointer-events: none; user-select: none; letter-spacing: -0.05em; }
        .sx-feat-wide-inner { display: grid; grid-template-columns: 100px 1fr 1fr; gap: 0; align-items: center; position: relative; z-index: 1; }
        .sx-feat-wide-accent { grid-column: 2 / -1; padding-top: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
        .sx-feat-wide-name { font-family: Clashdisplay, sans-serif; font-size: clamp(2rem, 4vw, 4rem); font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: -0.02em; line-height: 0.95; margin-bottom: 10px; }
        .sx-feat-wide-name em { font-style: normal; color: #1eaceb; }
        .sx-feat-wide-tag { font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.81); font-style: italic; margin-bottom: 0; }
        .sx-feat-wide-copy { font-size: 1.2rem; color: rgba(255,255,255,0.38); line-height: 1.85; font-weight: 300; align-self: end; }
        .sx-feat-grid { display: grid; gap: 0; }
        .sx-feat-grid.cols-3 { grid-template-columns: 1fr 1fr 1fr; }
        .sx-feat-grid.cols-2 { grid-template-columns: 1fr 1fr; }
        .sx-feat-cell { padding: 44px 36px; border-right: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05); position: relative; transition: background 0.25s; }
        .sx-feat-grid.cols-2 .sx-feat-cell:nth-child(2n) { border-right: none; }
        .sx-feat-grid.cols-3 .sx-feat-cell:nth-child(3n) { border-right: none; }
        .sx-feat-cell:hover { background: rgba(255,255,255,0.015); }
        .sx-feat-cell-num { font-size: 0.55rem; letter-spacing: 0.2em; color: rgba(255,255,255,0.68); margin-bottom: 28px; display: block; }
        .sx-feat-cell-name { font-family: Clashdisplay, sans-serif; font-size: 1.45rem; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: 0.01em; line-height: 1.1; margin-bottom: 12px; }
        .sx-feat-cell-tag { font-size: 0.72rem; color: rgba(255,255,255,0.69); font-style: italic; margin-bottom: 16px; display: block; }
        .sx-feat-cell-copy { font-size: 1rem; color: rgba(255,255,255,0.5); line-height: 1.75; font-weight: 300; }
        .sx-feat-cell-line { width: 24px; height: 1px; background: #1eaceb; margin-bottom: 20px; }
        .sx-breach-panel { margin: 80px 0 0; padding: 60px 0; border-top: 1px solid rgba(255,40,40,0.15); border-bottom: 1px solid rgba(255,40,40,0.15); background: rgba(255,20,20,0.025); position: relative; overflow: hidden; }
        .sx-breach-panel::before { content: 'BREACH'; position: absolute; right: -20px; top: 50%; transform: translateY(-50%); font-family: Clashdisplay, sans-serif; font-size: 18rem; font-weight: 700; color: rgba(255,30,30,0.09); line-height: 1; pointer-events: none; user-select: none; letter-spacing: -0.05em; }
        .sx-breach-label { font-size: 0.58rem; letter-spacing: 0.35em; text-transform: uppercase; color: rgba(255,80,80,0.8); margin-bottom: 40px; display: flex; align-items: center; gap: 12px; }
        .sx-breach-label::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: rgba(255,60,60,0.8); box-shadow: 0 0 8px rgba(255,60,60,0.6); animation: pulse-dot 1.5s infinite; flex-shrink: 0; }
        .sx-breach-headline { font-family: Clashdisplay, sans-serif; font-size: clamp(2rem, 4vw, 3.8rem); font-weight: 700; color: #fff; text-transform: uppercase; line-height: 1; letter-spacing: -0.01em; margin-bottom: 56px; }
        .sx-breach-headline em { font-style: normal; color: rgba(255,80,80,0.9); }
        .sx-breach-steps { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0; position: relative; z-index: 1; }
        .sx-breach-step { padding-right: 48px; border-right: 1px solid rgba(255,40,40,0.1); }
        .sx-breach-step:last-child { border-right: none; padding-right: 0; }
        .sx-breach-step + .sx-breach-step { padding-left: 48px; }
        .sx-breach-step-num { font-size: 0.55rem; letter-spacing: 0.25em; color: rgba(255,80,80,0.61); margin-bottom: 14px; display: block; }
        .sx-breach-step-title { font-size: 0.82rem; font-weight: 600; color: #fff; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 12px; }
        .sx-breach-step-text { font-size: 1rem; color: rgba(255,255,255,0.32); line-height: 1.75; font-weight: 300; }
        .sx-premises-panel { padding: 70px 0; border-bottom: 1px solid rgba(255,255,255,0.05); }
        .sx-premises-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
        .sx-premises-eyebrow { font-size: 0.6rem; letter-spacing: 0.3em; text-transform: uppercase; color: #1eaceb; margin-bottom: 20px; }
        .sx-premises-title { font-family: Clashdisplay, sans-serif; font-size: clamp(2rem, 3.5vw, 3.2rem); font-weight: 700; color: #fff; text-transform: uppercase; line-height: 1; letter-spacing: -0.01em; margin-bottom: 24px; }
        .sx-premises-title em { font-style: normal; color: #1eaceb; }
        .sx-premises-copy { font-size: 0.98rem; color: rgba(255,255,255,0.35); line-height: 1.85; font-weight: 300; }
        .sx-premises-device { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,0.05); }
        .sx-premises-device:first-child { border-top: 1px solid rgba(255,255,255,0.05); }
        .sx-premises-device-name { font-size: 1rem; color: rgba(255,255,255,0.5); font-weight: 300; letter-spacing: 0.06em; }
        .sx-premises-device-status { font-size: 0.58rem; letter-spacing: 0.18em; text-transform: uppercase; }
        .sx-premises-device-status.on { color: #1eaceb; }
        .sx-premises-device-status.off { color: rgba(255,255,255,0.59); }
        .sx-premises-device-status.locked { color: rgba(215,132,132,1); }
        .sx-premises-olly-note { margin-top: 32px; padding: 18px 22px; border: 1px solid rgba(30,172,235,0.12); background: rgba(30,172,235,0.03); font-size: 0.85rem; color: rgba(255,255,255,0.35); line-height: 1.7; font-weight: 300; }
        .sx-premises-olly-note strong { color: #1eaceb; font-weight: 400; }
        @media (max-width: 768px) {
            .sx-feat-intro { grid-template-columns: 1fr; gap: 24px; }
            .sx-feat-row { grid-template-columns: 40px 1fr; }
            .sx-feat-row-right { display: none; }
            .sx-feat-wide-inner { grid-template-columns: 40px 1fr; }
            .sx-feat-wide-accent { grid-template-columns: 1fr; gap: 20px; }
            .sx-feat-wide::before { font-size: 5rem; opacity: 0.5; }
            .sx-feat-grid.cols-3, .sx-feat-grid.cols-2 { grid-template-columns: 1fr; }
            .sx-feat-cell { border-right: none !important; }
            .sx-breach-steps { grid-template-columns: 1fr; gap: 36px; }
            .sx-breach-step { border-right: none; padding: 0 !important; }
            .sx-breach-panel::before { display: none; }
            .sx-premises-inner { grid-template-columns: 1fr; gap: 40px; }
        }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   Prebook
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ── Global resets ── */
        
        }
        html, body { overflow-x: hidden; background: #000; }
        @media (max-width: 768px) {
            h1, h2, h3, h4, .sitemap-heading, .main-title {
                word-break: break-word;
                overflow-wrap: break-word;
                max-width: 100%;
            }
        }

        /* ── Hero / sitemap section ── */
        .pb-hero {
            position: relative;
            background:
                radial-gradient(ellipse 100% 80% at 50% 0%, rgba(30,172,235,0.13) 0%, transparent 65%),
                radial-gradient(ellipse 40% 50% at 90% 40%, rgba(30,172,235,0.06) 0%, transparent 55%),
                #000;
            padding: 120px 0 80px;
            overflow: hidden;
        }
        .pb-hero::before {
            content: '';
            position: absolute;
            inset: 0;
            background-image:
                repeating-linear-gradient(0deg, transparent, transparent 39px, rgba(30,172,235,0.04) 39px, rgba(30,172,235,0.04) 40px),
                repeating-linear-gradient(90deg, transparent, transparent 39px, rgba(30,172,235,0.04) 39px, rgba(30,172,235,0.04) 40px);
            pointer-events: none;
        }
        .pb-hero::after {
            content: '';
            position: absolute;
            bottom: 0; left: 0; right: 0;
            height: 100px;
            background: linear-gradient(to bottom, transparent, #000);
            pointer-events: none;
        }

        .pb-hero-inner {
            position: relative;
            z-index: 2;
        }

        /* Tactical badge */
        .pb-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            border: 1px solid rgba(30,172,235,0.3);
            padding: 6px 14px;
            margin-bottom: 32px;
            font-size: 0.6rem;
            letter-spacing: 0.3em;
            color: #1eaceb;
            text-transform: uppercase;
            font-weight: 400;
        }
        .pb-badge-dot {
            width: 5px; height: 5px;
            border-radius: 50%;
            background: #1eaceb;
            animation: pb-pulse 1.8s ease-in-out infinite;
        }
        @keyframes pb-pulse {
            0%, 100% { opacity: 1; transform: scale(1); }
            50% { opacity: 0.4; transform: scale(0.7); }
        }

        .pb-hero-title {
            font-family: Clashdisplay, sans-serif;
            font-size: clamp(2.8rem, 7vw, 5.5rem);
            font-weight: 700;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: -0.01em;
            line-height: 1;
            margin-bottom: 24px;
        }
        .pb-hero-title span { color: #1eaceb; }

        .pb-hero-sub {
            font-size: 1.1rem;
            color: rgba(255,255,255,0.4);
            line-height: 1.8;
            font-weight: 300;
            max-width: 480px;
            margin-bottom: 48px;
        }

        /* Stats row */
        .pb-stats {
            display: flex;
            gap: 40px;
            margin-bottom: 0;
        }
        .pb-stat-item { }
        .pb-stat-num {
            font-family: Clashdisplay, sans-serif;
            font-size: 1.6rem;
            font-weight: 700;
            color: #fff;
            letter-spacing: -0.02em;
        }
        .pb-stat-num span { color: #1eaceb; }
        .pb-stat-label {
            font-size: 0.6rem;
            letter-spacing: 0.2em;
            color: rgba(255,255,255,0.3);
            text-transform: uppercase;
            margin-top: 2px;
        }

        /* ── Main layout ── */
        .pb-section {
            padding: 80px 0 120px;
            background: #000;
        }

        .pb-grid {
            display: grid;
            grid-template-columns: 1fr 1.3fr;
            gap: 80px;
            align-items: start;
        }

        /* ── Left column ── */
        .pb-left { }

        .pb-section-label {
            font-size: 0.6rem;
            letter-spacing: 0.28em;
            color: #1eaceb;
            text-transform: uppercase;
            margin-bottom: 24px;
            font-weight: 400;
        }

        .pb-left-title {
            font-family: Clashdisplay, sans-serif;
            font-size: 1.9rem;
            font-weight: 200;
            color: #fff;
            line-height: 1.25;
            letter-spacing: 0.01em;
            margin-bottom: 20px;
            text-transform: uppercase;
        }
        .pb-left-title strong { color: #1eaceb; font-weight: 700; }

        .pb-left-text {
            font-size: 0.95rem;
            color: rgba(255,255,255,0.38);
            line-height: 1.85;
            font-weight: 300;
            margin-bottom: 40px;
        }

        /* Perks list */
        .pb-perks { list-style: none; padding: 0; margin: 0 0 48px; }
        .pb-perk {
            display: flex;
            align-items: flex-start;
            gap: 14px;
            padding: 16px 0;
            border-bottom: 1px solid rgba(255,255,255,0.06);
        }
        .pb-perk:first-child { border-top: 1px solid rgba(255,255,255,0.06); }
        .pb-perk-icon {
            width: 28px; height: 28px;
            border: 1px solid rgba(30,172,235,0.25);
            display: flex; align-items: center; justify-content: center;
            flex-shrink: 0;
            font-size: 0.75rem;
            color: #1eaceb;
            margin-top: 2px;
        }
        .pb-perk-body { }
        .pb-perk-title {
            font-size: 0.85rem;
            font-weight: 600;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            margin-bottom: 4px;
        }
        .pb-perk-desc {
            font-size: 0.85rem;
            color: rgba(255,255,255,0.35);
            line-height: 1.6;
            font-weight: 300;
        }

        /* Olly status */
        .pb-olly-status {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 14px 18px;
            border: 1px solid rgba(30,172,235,0.15);
            background: rgba(30,172,235,0.04);
            font-size: 0.7rem;
            color: rgba(255,255,255,0.45);
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }
        .pb-olly-dot {
            width: 7px; height: 7px;
            border-radius: 50%;
            background: #1eaceb;
            flex-shrink: 0;
            animation: pb-pulse 1.8s ease-in-out infinite;
        }

        /* ── Right column: form ── */
        .pb-form-wrap {
            background: #0a0a0a;
            border: 1px solid rgba(255,255,255,0.07);
            padding: 44px 40px;
            position: relative;
        }
        .pb-form-wrap::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0;
            height: 2px;
            background: linear-gradient(90deg, #1eaceb, transparent);
        }

        .pb-form-title {
            font-family: Clashdisplay, sans-serif;
            font-size: 1rem;
            font-weight: 700;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 0.15em;
            margin-bottom: 6px;
        }
        .pb-form-subtitle {
            font-size: 0.72rem;
            color: rgba(255,255,255,0.3);
            letter-spacing: 0.08em;
            text-transform: uppercase;
            margin-bottom: 32px;
            padding-bottom: 24px;
            border-bottom: 1px solid rgba(255,255,255,0.06);
        }

        .pb-form-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 12px;
            margin-bottom: 12px;
        }
        .pb-form-full { grid-column: 1 / -1; }

        .pb-field-wrap { position: relative; }
        .pb-field-label {
            display: block;
            font-size: 0.58rem;
            letter-spacing: 0.22em;
            text-transform: uppercase;
            color: rgba(255,255,255,0.3);
            margin-bottom: 7px;
            font-weight: 400;
        }
        .pb-input {
            width: 100%;
            background: rgba(255,255,255,0.03);
            border: 1px solid rgba(255,255,255,0.09);
            color: #fff;
            font-size: 0.83rem;
            font-weight: 300;
            padding: 13px 16px;
            outline: none;
            transition: border-color 0.25s, background 0.25s;
            box-sizing: border-box;
            font-family: inherit;
            -webkit-appearance: none;
            border-radius: 0;
        }
        .pb-input::placeholder { color: rgba(255,255,255,0.2); }
        .pb-input:focus {
            border-color: rgba(30,172,235,0.45);
            background: rgba(30,172,235,0.04);
        }
        select.pb-input {
            cursor: pointer;
            color: rgba(255,255,255,0.55);
        }
        select.pb-input option { background: #111; color: #fff; }

        /* Use-case tiles */
        .pb-usecase-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 8px;
            margin-top: 0;
        }
        .pb-usecase-option { display: none; }
        .pb-usecase-label {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 12px 14px;
            border: 1px solid rgba(255,255,255,0.09);
            cursor: pointer;
            font-size: 0.72rem;
            color: rgba(255,255,255,0.45);
            text-transform: uppercase;
            letter-spacing: 0.1em;
            transition: border-color 0.2s, color 0.2s, background 0.2s;
            user-select: none;
        }
        .pb-usecase-label:hover {
            border-color: rgba(30,172,235,0.3);
            color: rgba(255,255,255,0.7);
        }
        .pb-usecase-option:checked + .pb-usecase-label {
            border-color: #1eaceb;
            color: #1eaceb;
            background: rgba(30,172,235,0.07);
        }
        .pb-usecase-tick {
            width: 12px; height: 12px;
            border: 1px solid currentColor;
            flex-shrink: 0;
            display: flex; align-items: center; justify-content: center;
            font-size: 0.55rem;
        }

        /* Submit */
        .pb-submit {
            width: 100%;
            background: #1eaceb;
            color: #000;
            border: none;
            padding: 16px 24px;
            font-size: 0.72rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.22em;
            cursor: pointer;
            transition: background 0.2s, transform 0.15s;
            font-family: inherit;
            margin-top: 20px;
        }
        .pb-submit:hover { background: #2bbcff; }
        .pb-submit:active { transform: scale(0.99); }
        .pb-submit:disabled { background: rgba(30,172,235,0.3); color: rgba(0,0,0,0.5); cursor: not-allowed; }

        .pb-form-note {
            font-size: 0.62rem;
            color: rgba(255,255,255,0.2);
            text-align: center;
            margin-top: 14px;
            letter-spacing: 0.06em;
        }

        /* Success state */
        .pb-success {
            display: none;
            text-align: center;
            padding: 40px 0;
        }
        .pb-success.show { display: block; }
        .pb-success-icon {
            font-size: 2rem;
            color: #1eaceb;
            margin-bottom: 20px;
        }
        .pb-success-title {
            font-family: Clashdisplay, sans-serif;
            font-size: 1.4rem;
            font-weight: 700;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            margin-bottom: 12px;
        }
        .pb-success-text {
            font-size: 0.8rem;
            color: rgba(255,255,255,0.35);
            line-height: 1.8;
        }
        .pb-success-code {
            display: inline-block;
            margin-top: 20px;
            padding: 10px 20px;
            border: 1px solid rgba(30,172,235,0.3);
            font-size: 0.65rem;
            letter-spacing: 0.2em;
            color: #1eaceb;
            text-transform: uppercase;
        }

        /* ── Ticker strip ── */
        .pb-ticker {
            border-top: 1px solid rgba(255,255,255,0.06);
            border-bottom: 1px solid rgba(255,255,255,0.06);
            overflow: hidden;
            padding: 14px 0;
            background: #000;
        }
        .pb-ticker-inner {
            display: flex;
            gap: 0;
            white-space: nowrap;
            animation: pb-ticker 16s linear infinite;
        }
        .pb-ticker-item {
            display: inline-flex;
            align-items: center;
            gap: 24px;
            padding: 0 32px;
            font-size: 0.6rem;
            letter-spacing: 0.25em;
            text-transform: uppercase;
            color: rgba(255,255,255,0.2);
        }
        .pb-ticker-item span { color: #1eaceb; font-size: 0.5rem; }
        @keyframes pb-ticker {
            from { transform: translateX(0); }
            to { transform: translateX(-50%); }
        }

        /* ── Mobile ── */
        @media (max-width: 768px) {
            .pb-hero { padding: 90px 0 60px; }
            .pb-hero-title { font-size: 2.4rem; }
            .pb-stats { gap: 24px; flex-wrap: wrap; }
            .pb-grid { grid-template-columns: 1fr; gap: 48px; }
            .pb-form-wrap { padding: 28px 20px; }
            .pb-form-grid { grid-template-columns: 1fr; }
            .pb-form-full { grid-column: 1; }
            .pb-usecase-grid { grid-template-columns: 1fr 1fr; }
        }
.nav-prebook-btn {
        background: #1eaceb !important;
        color: #000 !important;
        padding: 6px 18px !important;
        border-radius: 2px !important;
        font-weight: 600 !important;
        letter-spacing: 0.08em !important;
        margin-left: 8px !important;
        transition: background 0.2s !important;
      }
      .nav-prebook-btn:hover { background: #35bef8 !important; }
      .nav-prebook-btn.w--current { background: #35bef8 !important; }
/* Cursor fix */
        
        
        
        
.nav-prebook-btn { background: #1eaceb !important; color: #000 !important; padding: 6px 18px !important; border-radius: 2px !important; font-weight: 600 !important; letter-spacing: 0.08em !important; margin-left: 8px !important; transition: background 0.2s !important; }
        .nav-prebook-btn:hover, .nav-prebook-btn.w--current { background: #35bef8 !important; }
.pb-ticker { border-top: 1px solid rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.06); overflow: hidden; padding: 14px 0; background: #000; }
        .pb-ticker-inner { display: flex; white-space: nowrap; animation: pb-ticker 16s linear infinite; }
        @keyframes pb-ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
        .pb-ticker-item { display: inline-flex; align-items: center; gap: 20px; padding: 0 36px; font-size: 1rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.32); font-weight: 300; white-space: nowrap; }
        .pb-ticker-item strong { color: #fff; font-weight: 500; }
        .pb-ticker-sep { color: #1eaceb; font-size: 0.5rem; }