:root {
  --ok-navy: #0b1a3a;
  --ok-navy-dark: #071228;
  --ok-blue: #6d28d9;
  --ok-blue-light: #a855f7;
  --ok-gold: #d4af37;
  --ok-bg: #f6f8fc;
  --ok-text: #1c2436;
  --ok-muted: #5c6579;
  --ok-gradient: linear-gradient(135deg, #4F46E5 0%, #7C3AED 55%, #A855F7 100%);
  --radius: 14px;
  --radius-lg: 20px;
  --shadow: 0 10px 30px rgba(11,26,58,0.08);
  --shadow-lg: 0 20px 50px rgba(76,29,149,0.14);
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: var(--ok-text);
  background: var(--ok-bg);
  line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 { font-family: 'Space Grotesk', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }

/* Brand logo with proper registered-trademark superscript */
.brand {
  font-weight: 800;
  font-size: 24px;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: flex-start;
  background: var(--ok-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.brand span.tm {
  font-size: 11px;
  font-weight: 600;
  margin-left: 2px;
  margin-top: 2px;
  vertical-align: super;
  -webkit-text-fill-color: initial;
  background: none;
  color: var(--ok-blue);
}

/* Header */
header.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(11,26,58,0.06);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; position: relative; gap: 12px; }
.nav-links { display: flex; gap: 28px; align-items: center; }
.nav-links a { font-weight: 600; font-size: 14.5px; color: var(--ok-navy); opacity: 0.85; }
.nav-links a:hover { opacity: 1; }
.nav-toggle-checkbox { display: none; }
.btn {
  display: inline-block; padding: 12px 24px; border-radius: 999px;
  font-weight: 700; font-size: 14.5px; border: none; cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--ok-gradient); color: #fff; box-shadow: 0 10px 26px rgba(124,58,237,0.32); }
.btn-primary:hover { box-shadow: 0 16px 36px rgba(124,58,237,0.42); }
.btn-outline { background: transparent; color: var(--ok-navy); border: 1.5px solid rgba(124,58,237,0.28); }
.btn-outline:hover { border-color: rgba(124,58,237,0.55); background: rgba(124,58,237,0.05); }
.btn-gold { background: linear-gradient(135deg, var(--ok-gold), #f0cf6b); color: var(--ok-navy-dark); }
.btn-block { width: 100%; text-align: center; }
.btn-sm { padding: 8px 16px; font-size: 13px; }

/* Hero */
.hero { padding: 90px 0 70px; background: radial-gradient(1200px 500px at 80% -10%, rgba(36,84,255,0.10), transparent), var(--ok-bg); }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 50px; align-items: center; }
.eyebrow { display:inline-block; padding:6px 14px; border-radius:999px; background:rgba(36,84,255,0.08); color:var(--ok-blue); font-weight:700; font-size:12.5px; letter-spacing:0.4px; margin-bottom:18px; }
.hero h1 { font-size: 46px; line-height: 1.15; margin: 0 0 18px; color: var(--ok-navy); font-weight: 800; }
.hero p.lead { font-size: 17px; color: var(--ok-muted); margin-bottom: 30px; max-width: 520px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-card { background: #fff; border-radius: 20px; padding: 30px; box-shadow: var(--shadow); }
.stat-row { display:flex; justify-content: space-between; text-align:center; margin-top: 22px; }
.stat-row div h3 { margin: 0; color: var(--ok-navy); font-size: 22px; }
.stat-row div p { margin: 4px 0 0; font-size: 12.5px; color: var(--ok-muted); }

/* Sections */
section { padding: 70px 0; }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 44px; }
.section-head h2 { font-size: 32px; color: var(--ok-navy); margin: 10px 0 12px; font-weight: 800; }
.section-head p { color: var(--ok-muted); font-size: 15.5px; }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.card {
  background: #fff; border-radius: var(--radius-lg); padding: 28px;
  box-shadow: var(--shadow); border: 1px solid rgba(124,58,237,0.06);
}
.card h3 { color: var(--ok-navy); margin: 14px 0 8px; font-size: 18px; }
.card p { color: var(--ok-muted); font-size: 14.5px; margin: 0; }
.icon-badge { width: 46px; height: 46px; border-radius: 12px; background: var(--ok-gradient); color:#fff; display:flex; align-items:center; justify-content:center; font-weight:800; font-size:18px; }
/* Custom logo/icon on public form/payment pages - fixed box, image always shown in full (never cropped), any aspect ratio */
.form-logo {
  width: 64px; height: 64px; border-radius: 16px; overflow: hidden; flex-shrink: 0;
  background: #fff; box-shadow: var(--shadow); border: 1px solid rgba(124,58,237,0.08);
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.form-logo img { width: 100%; height: 100%; object-fit: contain; display: block; }

/* Floating WhatsApp button - same as the homepage, used on dashboard pages */
.float-wa {
  position: fixed; bottom: 24px; right: 24px; z-index: 9999;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25D366; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 26px rgba(37,211,102,0.45);
  animation: ok-float 3s ease-in-out infinite;
  transition: transform .2s ease, box-shadow .2s ease;
}
.float-wa:hover { transform: scale(1.08); box-shadow: 0 12px 34px rgba(37,211,102,0.6); }
.float-wa svg { width: 27px; height: 27px; fill: #fff; }
@keyframes ok-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@media (max-width: 640px) {
  .float-wa { bottom: 18px; right: 16px; width: 50px; height: 50px; }
  .float-wa svg { width: 24px; height: 24px; }
}

.why-strip { background: var(--ok-navy); color: #fff; }
.why-strip .section-head h2 { color: #fff; }
.why-strip .section-head p { color: rgba(255,255,255,0.7); }
.why-strip .card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08); }
.why-strip .card h3 { color: #fff; }
.why-strip .card p { color: rgba(255,255,255,0.72); }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.step { text-align: center; }
.step .num { width: 44px; height: 44px; border-radius: 50%; background: var(--ok-navy); color:#fff; display:flex; align-items:center; justify-content:center; font-weight:800; margin: 0 auto 14px; }
.step h4 { color: var(--ok-navy); margin: 0 0 6px; }
.step p { color: var(--ok-muted); font-size: 14px; margin: 0; }

.faq-item { border-bottom: 1px solid rgba(11,26,58,0.08); padding: 18px 0; }
.faq-item summary { cursor: pointer; font-weight: 700; color: var(--ok-navy); list-style: none; display:flex; justify-content:space-between; }
.faq-item summary::-webkit-details-marker { display:none; }
.faq-item p { color: var(--ok-muted); margin-top: 12px; }

/* Lead form */
.lead-section { background: #fff; }
.lead-form-card {
  max-width: 620px; margin: 0 auto; background: #fff; border-radius: var(--radius-lg);
  padding: 40px; box-shadow: var(--shadow-lg); border: 1px solid rgba(124,58,237,0.08);
  position: relative;
}
.lead-form-card::before {
  content: ''; position: absolute; top: 0; left: 32px; right: 32px; height: 4px;
  background: var(--ok-gradient); border-radius: 0 0 6px 6px;
}
.form-group { margin-bottom: 18px; }
.form-group label { display:block; font-weight:700; font-size: 13.5px; color: var(--ok-navy); margin-bottom: 7px; }
.form-group .hint { font-size: 12px; color: var(--ok-muted); margin-top: 5px; }
input[type=text], input[type=email], input[type=tel], input[type=password], input[type=number], input[type=date], textarea, select {
  width: 100%; padding: 13px 14px; border-radius: 12px; border: 1.5px solid rgba(11,26,58,0.12);
  font-size: 14.5px; font-family: inherit; background: #fff; transition: border-color .15s ease, box-shadow .15s ease;
}
textarea { min-height: 120px; resize: vertical; }
input:focus, textarea:focus, select:focus { outline: none; border-color: rgba(124,58,237,0.55); box-shadow: 0 0 0 4px rgba(124,58,237,0.12); }
/* Hide native number-input spinner arrows everywhere (they invite mis-clicks on things like phone/pincode/quantity fields) */
input[type=number] { -moz-appearance: textfield; }
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.required { color: #e0435b; }
.alert { padding: 14px 16px; border-radius: 10px; margin-bottom: 18px; font-size: 14px; font-weight: 600; }
.alert-success { background: #e6f7ee; color: #167a45; }
.alert-error { background: #fdeaec; color: #c0293f; }
.alert-info { background: #e9f0ff; color: #2454ff; }

footer.site-footer { background: var(--ok-navy-dark); color: rgba(255,255,255,0.7); padding: 50px 0 26px; margin-top: 40px; }
footer .brand { color: #fff; }
footer .foot-grid { display:flex; justify-content: space-between; flex-wrap: wrap; gap: 30px; margin-bottom: 30px; }
footer a { color: rgba(255,255,255,0.65); }
footer a:hover { color: #fff; }
.foot-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; font-size: 13px; text-align:center; color: rgba(255,255,255,0.45); }

/* Dashboard / Admin shared */
.app-shell { display: flex; min-height: 100vh; }
.sidebar {
  width: 240px; background: linear-gradient(180deg, #0b1a3a 0%, #1e1246 100%);
  color: #fff; padding: 26px 18px; flex-shrink: 0;
}
.sidebar .brand { -webkit-text-fill-color: initial; background: none; color: #fff; margin-bottom: 30px; }
.sidebar a { display:block; padding: 11px 14px; border-radius: 10px; color: rgba(255,255,255,0.7); font-weight:600; font-size:14px; margin-bottom:4px; transition: background .15s ease, color .15s ease; }
.sidebar a:hover { background: rgba(255,255,255,0.08); color: #fff; }
.sidebar a.active { background: var(--ok-gradient); color: #fff; box-shadow: 0 6px 18px rgba(124,58,237,0.35); }
.main-content { flex: 1; padding: 32px; max-width: 1200px; }
.topbar { display:flex; justify-content: space-between; align-items:center; margin-bottom: 26px; }
.topbar h1 { margin:0; font-size: 24px; color: var(--ok-navy); }

.stat-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 30px; }
.stat-card {
  background: #fff; border-radius: var(--radius-lg); padding: 22px; box-shadow: var(--shadow);
  border-left: 4px solid #7C3AED; transition: transform .15s ease, box-shadow .15s ease;
}
.stat-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.stat-card h3 { margin:0; font-size: 26px; color: var(--ok-navy); }
.stat-card p { margin: 6px 0 0; color: var(--ok-muted); font-size: 13px; font-weight:600; }

table.data-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: var(--radius); overflow:hidden; box-shadow: var(--shadow); }
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--radius); }
.table-scroll table.data-table { box-shadow: none; border-radius: 0; }
table.data-table th, table.data-table td { padding: 14px 16px; text-align: left; font-size: 14px; border-bottom: 1px solid rgba(11,26,58,0.06); }
table.data-table th { background: var(--ok-bg); color: var(--ok-navy); font-weight:700; font-size:12.5px; text-transform: uppercase; letter-spacing: 0.3px; }
table.data-table tr:hover td { background: #fafbff; }

.badge { display:inline-block; padding: 5px 12px; border-radius: 999px; font-size: 11.5px; font-weight: 700; }
.badge-new { background:#e9f0ff; color:#2454ff; }
.badge-pending { background:#fff3e0; color:#c97b13; }
.badge-progress { background:#fff8dd; color:#a17d00; }
.badge-review { background:#f1e8ff; color:#7239c9; }
.badge-delivered { background:#e6f7ee; color:#167a45; }
.badge-completed { background:#0b1a3a; color:#fff; }
.badge-paid { background:#e6f7ee; color:#167a45; }
.badge-unpaid { background:#fdeaec; color:#c0293f; }

.grid-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.filters { display:flex; gap:8px; flex-wrap:wrap; margin-bottom: 18px; }
.filters a { padding: 8px 16px; border-radius: 999px; font-size: 13px; font-weight:600; background:#fff; border:1px solid rgba(11,26,58,0.12); color: var(--ok-muted); }
.filters a.active { background: var(--ok-gradient); color:#fff; border-color: transparent; }

.timeline { border-left: 3px solid rgba(11,26,58,0.1); padding-left: 20px; margin: 20px 0; }
.timeline-item { margin-bottom: 20px; position: relative; }
.timeline-item::before { content:''; position:absolute; left:-27px; top:4px; width:12px; height:12px; border-radius:50%; background: var(--ok-blue); }
.timeline-item .t-date { font-size: 12px; color: var(--ok-muted); }
.timeline-item .t-note { font-size: 14.5px; color: var(--ok-text); margin-top:3px; }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .grid-3, .grid-4, .steps, .grid-2col { grid-template-columns: repeat(2,1fr); }
  .stat-cards { grid-template-columns: repeat(2,1fr); }
  .nav-links {
    display: none;
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: #fff; border-bottom: 1px solid rgba(11,26,58,0.08);
    box-shadow: 0 12px 24px rgba(11,26,58,0.1);
    padding: 8px 20px 18px;
  }
  .nav-toggle-checkbox:checked ~ .nav-links { display: flex; }
  .nav-links a { padding: 12px 4px; border-bottom: 1px solid rgba(11,26,58,0.06); font-size: 15.5px; }
  .nav-links a.btn { margin-top: 10px; text-align: center; border-bottom: none; }
  .nav-toggle-label { display: block; cursor: pointer; }
  .nav-toggle-btn {
    display: flex; align-items: center; justify-content: center;
    width: 40px; height: 40px; border-radius: 10px; background: rgba(11,26,58,0.06);
    cursor: pointer; flex-shrink: 0;
  }
  .nav-toggle-btn span, .nav-toggle-btn span::before, .nav-toggle-btn span::after {
    content: ''; display: block; width: 20px; height: 2px; background: var(--ok-navy); border-radius: 2px;
    position: relative; transition: transform .15s ease;
  }
  .nav-toggle-btn span::before { position: absolute; top: -6px; }
  .nav-toggle-btn span::after { position: absolute; top: 6px; }
  .nav-toggle-checkbox:checked ~ .nav-toggle-label .nav-toggle-btn span { background: transparent; }
  .nav-toggle-checkbox:checked ~ .nav-toggle-label .nav-toggle-btn span::before { transform: rotate(45deg); top: 0; }
  .nav-toggle-checkbox:checked ~ .nav-toggle-label .nav-toggle-btn span::after { transform: rotate(-45deg); top: 0; }
  .nav-cta-mobile { display: inline-block; }
  .app-shell { flex-direction: column; }
  .sidebar { width: 100%; box-sizing: border-box; }
  .main-content { padding: 20px; }
  .lead-form-card { padding: 24px; }
}
@media (min-width: 901px) {
  .nav-toggle-checkbox, .nav-toggle-label { display: none; }
  .nav-cta-mobile { display: none; }
}
@media (max-width: 640px) {
  .container { padding: 0 16px; }
  .hero { padding: 50px 0 40px; }
  .hero h1 { font-size: 30px; }
  .hero p.lead { font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { text-align: center; }
  .hero-card { padding: 20px; }
  section { padding: 44px 0; }
  .section-head h2 { font-size: 24px; }
  .grid-3, .grid-4, .steps, .stat-cards, .grid-2col { grid-template-columns: 1fr; }
  .lead-form-card { padding: 18px; border-radius: 14px; }
  .card { padding: 18px; }
  .topbar { flex-direction: column; align-items: flex-start; gap: 8px; }
  .topbar h1 { font-size: 20px; }
  footer .foot-grid { flex-direction: column; gap: 22px; }
  .filters { gap: 6px; }
  .filters a { padding: 7px 12px; font-size: 12px; }
  .table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 0 -4px; }
  .table-scroll table.data-table { min-width: 640px; }
  .sidebar { padding: 18px 14px; }
  .main-content { padding: 16px; }
}
@media (max-width: 400px) {
  .hero h1 { font-size: 26px; }
  .stat-card h3 { font-size: 21px; }
}
