/* Page styles for enterprise.html */
:root {
      --primary: #1E3A8A;
      --primary-dark: #1D2C51;
      --primary-light: #E6F1FF;
      --foreground: #1f2937;
      --muted: #6b7280;
      --background: #fcfcfc;
      --card: #ffffff;
      --border: #e5e7eb;
      --secondary: #f3f4f6;
    }

    * { margin: 0; padding: 0; box-sizing: border-box; }

    body {
      font-family: 'DM Sans', system-ui, sans-serif;
      background: var(--background);
      color: var(--foreground);
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
    }

    /* ── Top accent bar ── */
    .top-bar {
      height: 4px;
      background: linear-gradient(90deg, var(--primary-dark), #2563EB);
    }

    /* ── Header ── */
    .nav-links { display: flex; align-items: center; gap: 4px; }
    .nav-link {
      font-size: 14px;
      font-weight: 500;
      color: var(--muted);
      text-decoration: none;
      padding: 6px 12px;
      border-radius: 5px;
      transition: background 0.15s, color 0.15s;
    }
    .nav-link:hover { background: var(--secondary); color: var(--foreground); }
    .nav-link.active { color: var(--primary); background: var(--primary-light); }
    .btn-primary {
      background: var(--primary);
      color: #fff;
      font-size: 13.5px;
      font-weight: 600;
      padding: 8px 18px;
      border-radius: 5px;
      text-decoration: none;
      transition: background 0.15s;
      white-space: nowrap;
    }
    .btn-primary:hover { background: var(--primary-dark); }

    /* ── Hero ── */
    .hero {
      background: linear-gradient(155deg, #0f1e42 0%, var(--primary) 55%, #1a4199 100%);
      padding: 88px 24px 80px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    .hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse 80% 60% at 50% 110%, rgba(37,99,235,0.22) 0%, transparent 65%);
      pointer-events: none;
    }
    .hero::after {
      content: '';
      position: absolute;
      top: -80px; right: -80px;
      width: 400px; height: 400px;
      background: radial-gradient(circle, rgba(255,255,255,0.03) 0%, transparent 70%);
      pointer-events: none;
    }
    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      background: rgba(255,255,255,0.1);
      border: 1px solid rgba(255,255,255,0.18);
      color: rgba(255,255,255,0.85);
      font-size: 11.5px;
      font-weight: 600;
      letter-spacing: 0.07em;
      text-transform: uppercase;
      padding: 6px 14px;
      border-radius: 5px;
      margin-bottom: 28px;
    }
    .hero-badge-dot {
      width: 6px; height: 6px;
      background: #f59e0b;
      border-radius: 50%;
      animation: pulse-dot 2s ease infinite;
    }
    @keyframes pulse-dot {
      0%, 100% { opacity: 1; transform: scale(1); }
      50% { opacity: 0.5; transform: scale(0.8); }
    }
    .hero h1 {
      font-size: clamp(30px, 5vw, 52px);
      font-weight: 700;
      color: #fff;
      letter-spacing: -0.025em;
      margin-bottom: 18px;
      line-height: 1.12;
      max-width: 720px;
      margin-left: auto;
      margin-right: auto;
    }
    .hero h1 .accent {
      color: rgba(255,255,255,0.55);
      display: block;
      font-size: 0.62em;
      font-weight: 500;
      letter-spacing: 0em;
      margin-top: 4px;
    }
    .hero-sub {
      font-size: 16.5px;
      color: rgba(255,255,255,0.65);
      max-width: 520px;
      margin: 0 auto 36px;
      line-height: 1.65;
    }
    .hero-pills {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      flex-wrap: wrap;
    }
    .hero-pill {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: rgba(255,255,255,0.07);
      border: 1px solid rgba(255,255,255,0.13);
      color: rgba(255,255,255,0.65);
      font-size: 12.5px;
      font-weight: 500;
      padding: 6px 14px;
      border-radius: 5px;
    }

    /* ── Status strip ── */
    .status-strip {
      background: #fff;
      border-bottom: 1px solid var(--border);
    }
    .status-inner {
      max-width: 1200px;
      margin: 0 auto;
      padding: 18px 24px;
      display: flex;
      align-items: center;
      gap: 16px;
      flex-wrap: wrap;
    }
    .status-label {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 13px;
      font-weight: 600;
      color: var(--foreground);
    }
    .status-dot {
      width: 8px; height: 8px;
      background: #f59e0b;
      border-radius: 50%;
      flex-shrink: 0;
    }
    .status-desc {
      font-size: 13px;
      color: var(--muted);
    }
    .status-sep { color: var(--border); }

    /* ── Scroll nav pills ── */
    .nav-pills-bar {
      background: #fff;
      border-bottom: 1px solid var(--border);
      position: sticky;
      top: 66px;
      z-index: 40;
    }
    .nav-pills-inner {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 24px;
      display: flex;
      align-items: center;
      gap: 0;
      overflow-x: auto;
      scrollbar-width: none;
    }
    .nav-pills-inner::-webkit-scrollbar { display: none; }
    .nav-pill {
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 13px;
      font-weight: 500;
      color: var(--muted);
      padding: 14px 16px;
      white-space: nowrap;
      text-decoration: none;
      border-bottom: 2px solid transparent;
      transition: color 0.15s, border-color 0.15s;
    }
    .nav-pill:hover { color: var(--foreground); }
    .nav-pill.active { color: var(--primary); border-bottom-color: var(--primary); font-weight: 600; }

    /* ── Page layout ── */
    .page-body {
      max-width: 1200px;
      margin: 0 auto;
      padding: 64px 24px 80px;
      display: grid;
      grid-template-columns: 210px 1fr;
      gap: 56px;
      align-items: start;
    }

    /* ── Sidebar ── */
    .sidebar {
      position: sticky;
      top: 112px;
    }
    .sidebar-label {
      font-size: 10.5px;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--muted);
      margin-bottom: 10px;
    }
    .sidebar-nav { display: flex; flex-direction: column; gap: 2px; }
    .sidebar-link {
      display: flex;
      align-items: center;
      gap: 9px;
      padding: 9px 12px;
      border-radius: 5px;
      font-size: 13.5px;
      font-weight: 500;
      color: var(--muted);
      text-decoration: none;
      transition: background 0.15s, color 0.15s;
    }
    .sidebar-link:hover { background: var(--secondary); color: var(--foreground); }
    .sidebar-link.active {
      background: var(--primary-light);
      color: var(--primary);
    }
    .sidebar-link svg { flex-shrink: 0; opacity: 0.6; }
    .sidebar-link.active svg { opacity: 1; }

    .sidebar-cta {
      margin-top: 28px;
      background: linear-gradient(145deg, var(--primary-dark), var(--primary));
      border-radius: 5px;
      padding: 20px 16px;
      text-align: center;
    }
    .sidebar-cta-icon {
      width: 36px; height: 36px;
      background: rgba(255,255,255,0.12);
      border-radius: 5px;
      display: flex; align-items: center; justify-content: center;
      margin: 0 auto 12px;
    }
    .sidebar-cta h4 {
      font-size: 13px;
      font-weight: 700;
      color: #fff;
      margin-bottom: 6px;
    }
    .sidebar-cta p {
      font-size: 12px;
      color: rgba(255,255,255,0.6);
      margin-bottom: 14px;
      line-height: 1.5;
    }
    .sidebar-cta a {
      display: block;
      background: #fff;
      color: var(--primary);
      font-size: 12.5px;
      font-weight: 700;
      padding: 8px 12px;
      border-radius: 5px;
      text-decoration: none;
      transition: opacity 0.15s;
    }
    .sidebar-cta a:hover { opacity: 0.88; }

    /* ── Main content ── */
    main { min-width: 0; }

    .section {
      margin-bottom: 64px;
      scroll-margin-top: 120px;
    }

    .section-eyebrow {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--primary);
      margin-bottom: 10px;
    }
    .section-eyebrow::after {
      content: '';
      flex: 1;
      height: 1px;
      background: var(--primary-light);
      max-width: 60px;
    }

    .section h2 {
      font-size: clamp(20px, 3vw, 26px);
      font-weight: 700;
      color: var(--foreground);
      letter-spacing: -0.02em;
      margin-bottom: 10px;
      line-height: 1.25;
    }

    .section-intro {
      font-size: 15px;
      color: var(--muted);
      line-height: 1.7;
      margin-bottom: 28px;
      max-width: 600px;
    }

    /* ── Use-case cards ── */
    .use-cases {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }
    .use-case-card {
      background: var(--card);
      border: 1px solid var(--border);
      border-radius: 5px;
      padding: 20px;
      display: flex;
      align-items: flex-start;
      gap: 14px;
      transition: border-color 0.15s, box-shadow 0.15s;
    }
    .use-case-card:hover {
      border-color: #bbd3f8;
      box-shadow: 0 4px 16px rgba(30,58,138,0.06);
    }
    .use-case-icon {
      width: 38px; height: 38px;
      background: var(--primary-light);
      border-radius: 5px;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
    }
    .use-case-icon svg { color: var(--primary); }
    .use-case-title {
      font-size: 14px;
      font-weight: 600;
      color: var(--foreground);
      margin-bottom: 4px;
    }
    .use-case-desc {
      font-size: 13px;
      color: var(--muted);
      line-height: 1.55;
    }

    /* ── Capability cards ── */
    .capabilities {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
    .cap-card {
      background: var(--card);
      border: 1px solid var(--border);
      border-radius: 5px;
      padding: 24px 24px 24px 20px;
      display: flex;
      align-items: flex-start;
      gap: 18px;
      border-left: 3px solid var(--primary);
      transition: box-shadow 0.15s;
    }
    .cap-card:hover { box-shadow: 0 4px 20px rgba(30,58,138,0.07); }
    .cap-icon {
      width: 42px; height: 42px;
      background: var(--primary-light);
      border-radius: 5px;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
    }
    .cap-icon svg { color: var(--primary); }
    .cap-title {
      font-size: 15px;
      font-weight: 700;
      color: var(--foreground);
      margin-bottom: 5px;
    }
    .cap-desc {
      font-size: 14px;
      color: var(--muted);
      line-height: 1.65;
    }
    .cap-tag {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      font-size: 11px;
      font-weight: 600;
      color: var(--primary);
      background: var(--primary-light);
      padding: 3px 9px;
      border-radius: 5px;
      margin-top: 10px;
      letter-spacing: 0.03em;
    }

    /* ── Trust pillars ── */
    .trust-pillars {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
      margin-bottom: 24px;
    }
    .trust-pillar {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 16px;
      background: var(--card);
      border: 1px solid var(--border);
      border-radius: 5px;
    }
    .trust-pillar-icon {
      width: 34px; height: 34px;
      background: var(--primary-light);
      border-radius: 5px;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
    }
    .trust-pillar-icon svg { color: var(--primary); }
    .trust-pillar-text {
      font-size: 13.5px;
      font-weight: 600;
      color: var(--foreground);
    }
    .trust-note {
      background: var(--secondary);
      border: 1px solid var(--border);
      border-radius: 5px;
      padding: 18px 20px;
      font-size: 14px;
      color: var(--muted);
      line-height: 1.65;
    }

    /* ── Timeline ── */
    .timeline {
      position: relative;
      padding-left: 28px;
      display: flex;
      flex-direction: column;
      gap: 0;
    }
    .timeline::before {
      content: '';
      position: absolute;
      left: 7px; top: 12px; bottom: 12px;
      width: 2px;
      background: var(--border);
    }
    .tl-item {
      position: relative;
      padding: 0 0 28px 20px;
    }
    .tl-item:last-child { padding-bottom: 0; }
    .tl-dot {
      position: absolute;
      left: -28px; top: 3px;
      width: 16px; height: 16px;
      border-radius: 50%;
      border: 2px solid var(--border);
      background: #fff;
      display: flex; align-items: center; justify-content: center;
    }
    .tl-dot.done { border-color: var(--primary); background: var(--primary); }
    .tl-dot.active { border-color: #f59e0b; background: #fef3c7; }
    .tl-dot.pending { border-color: var(--border); background: #fff; }
    .tl-dot.done::after {
      content: '';
      width: 5px; height: 5px;
      background: #fff;
      border-radius: 50%;
    }
    .tl-dot.active::after {
      content: '';
      width: 5px; height: 5px;
      background: #f59e0b;
      border-radius: 50%;
    }
    .tl-label {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      margin-bottom: 4px;
    }
    .tl-label.done { color: var(--primary); }
    .tl-label.active { color: #d97706; }
    .tl-label.pending { color: var(--muted); }
    .tl-title {
      font-size: 14.5px;
      font-weight: 600;
      color: var(--foreground);
      margin-bottom: 4px;
    }
    .tl-desc {
      font-size: 13.5px;
      color: var(--muted);
      line-height: 1.6;
    }

    /* ── Early access form ── */
    .enquiry-wrapper {
      background: linear-gradient(155deg, #0f1e42 0%, var(--primary) 100%);
      border-radius: 5px;
      padding: 36px 36px 40px;
      position: relative;
      overflow: hidden;
    }
    .enquiry-wrapper::before {
      content: '';
      position: absolute;
      bottom: -60px; right: -60px;
      width: 280px; height: 280px;
      background: radial-gradient(circle, rgba(255,255,255,0.04) 0%, transparent 70%);
      pointer-events: none;
    }
    .enquiry-header {
      margin-bottom: 28px;
    }
    .enquiry-badge {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      background: rgba(255,255,255,0.1);
      border: 1px solid rgba(255,255,255,0.18);
      color: rgba(255,255,255,0.8);
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.07em;
      text-transform: uppercase;
      padding: 5px 12px;
      border-radius: 5px;
      margin-bottom: 16px;
    }
    .enquiry-header h2 {
      font-size: 22px;
      font-weight: 700;
      color: #fff;
      letter-spacing: -0.02em;
      margin-bottom: 8px;
    }
    .enquiry-header p {
      font-size: 14px;
      color: rgba(255,255,255,0.6);
      line-height: 1.65;
      max-width: 480px;
    }
    .enquiry-includes {
      display: flex;
      flex-direction: column;
      gap: 6px;
      margin-top: 16px;
    }
    .enquiry-include-item {
      display: flex;
      align-items: center;
      gap: 9px;
      font-size: 13px;
      color: rgba(255,255,255,0.7);
    }
    .enquiry-include-item svg { flex-shrink: 0; opacity: 0.7; }

    .enquiry-form {
      display: flex;
      flex-direction: column;
      gap: 14px;
    }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
    .form-group { display: flex; flex-direction: column; gap: 6px; }
    .form-label {
      font-size: 12px;
      font-weight: 600;
      color: rgba(255,255,255,0.65);
      letter-spacing: 0.03em;
      text-transform: uppercase;
    }
    .form-input,
    .form-select,
    .form-textarea {
      background: rgba(255,255,255,0.08);
      border: 1px solid rgba(255,255,255,0.16);
      border-radius: 5px;
      padding: 11px 14px;
      font-size: 14px;
      color: #fff;
      font-family: 'DM Sans', system-ui, sans-serif;
      outline: none;
      transition: border-color 0.15s, background 0.15s;
      width: 100%;
    }
    .form-input::placeholder,
    .form-textarea::placeholder { color: rgba(255,255,255,0.3); }
    .form-input:focus,
    .form-select:focus,
    .form-textarea:focus {
      border-color: rgba(255,255,255,0.4);
      background: rgba(255,255,255,0.12);
    }
    .form-select {
      appearance: none;
      cursor: pointer;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.4)' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 12px center;
      padding-right: 36px;
    }
    .form-select option { background: #1e3a8a; color: #fff; }
    .form-textarea { resize: vertical; min-height: 96px; }
    .form-submit {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      background: #fff;
      color: var(--primary);
      border: none;
      border-radius: 5px;
      padding: 13px 28px;
      font-size: 14.5px;
      font-weight: 700;
      font-family: 'DM Sans', system-ui, sans-serif;
      cursor: pointer;
      transition: opacity 0.15s;
      width: 100%;
      margin-top: 4px;
    }
    .form-submit:hover { opacity: 0.88; }
    .form-note {
      text-align: center;
      font-size: 12px;
      color: rgba(255,255,255,0.4);
      margin-top: 2px;
    }
    .form-success {
      display: none;
      text-align: center;
      padding: 32px 16px;
    }
    .form-success-icon {
      width: 52px; height: 52px;
      background: rgba(255,255,255,0.1);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      margin: 0 auto 16px;
    }
    .form-success h3 {
      font-size: 18px;
      font-weight: 700;
      color: #fff;
      margin-bottom: 8px;
    }
    .form-success p {
      font-size: 14px;
      color: rgba(255,255,255,0.6);
      line-height: 1.6;
    }

    /* ── Closing panel ── */
    .closing-panel {
      background: linear-gradient(145deg, var(--primary-dark), var(--primary));
      border-radius: 5px;
      padding: 40px 36px;
      text-align: center;
      margin-bottom: 0;
    }
    .closing-icon {
      width: 52px; height: 52px;
      background: rgba(255,255,255,0.1);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      margin: 0 auto 20px;
    }
    .closing-panel h2 {
      font-size: 22px;
      font-weight: 700;
      color: #fff;
      letter-spacing: -0.02em;
      margin-bottom: 10px;
    }
    .closing-panel .sub {
      font-size: 15px;
      color: rgba(255,255,255,0.6);
      line-height: 1.65;
      max-width: 440px;
      margin: 0 auto 20px;
    }
    .closing-quotes {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      flex-wrap: wrap;
    }
    .closing-quote {
      font-size: 13px;
      font-weight: 500;
      color: rgba(255,255,255,0.5);
      padding: 5px 14px;
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: 5px;
      letter-spacing: 0.01em;
    }



    /* ── Responsive ── */
    @media (max-width: 900px) {
      .page-body { grid-template-columns: 1fr; gap: 0; padding: 32px 24px 60px; }
      .sidebar { display: none; }
      .use-cases { grid-template-columns: 1fr; }
      .form-row { grid-template-columns: 1fr; }
      .trust-pillars { grid-template-columns: 1fr; }
      .enquiry-wrapper { padding: 28px 22px 32px; }
      .closing-panel { padding: 32px 22px; }
    }
    @media (max-width: 640px) {
      .hero { padding: 60px 20px 52px; }
      .hero-pills { gap: 7px; }
      .hero-pill { font-size: 11.5px; padding: 5px 11px; }
      .status-inner { padding: 14px 20px; }
      .nav-links { display: none; }
    }
