﻿/* =========================================================
   JEET COMPUTERS - MOBILE PHONE DESIGN SYSTEM
   Target: 430px
   ========================================================= */

*{box-sizing:border-box}

html,body{
  margin:0;
  padding:0;
  width:100%;
  min-height:100%;
  overflow-x:hidden;
}

body{
  background:#eef2ef;
  font-family:Inter,Arial,sans-serif;
  color:#101817;
}

.jc-mobile-app{
  width:100%;
  max-width:430px;
  min-height:100vh;
  margin:0 auto;
  background:#fff;
  overflow:hidden;
  box-shadow:0 0 35px rgba(0,0,0,.16);
}

@media(min-width:431px){
  body{padding:12px 0}
  .jc-mobile-app{border-radius:24px}
}

/* HEADER */

.jc-mobile-header{
  height:88px;
  padding:10px 14px 8px;
  background:#fff;
  border-bottom:1px solid #e7ebe9;
}

.jc-mobile-header-row{
  height:48px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.jc-mobile-brand{
  display:flex;
  align-items:center;
  gap:9px;
  text-decoration:none;
  color:#111;
}

.jc-mobile-logo{
  width:44px;
  height:44px;
  border-radius:13px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(145deg,#ff7a18,#078b42);
  color:#fff;
  font-weight:900;
  font-size:17px;
}

.jc-mobile-brand-text{
  line-height:.92;
  font-weight:900;
  font-size:19px;
}

.jc-mobile-brand-text b{
  display:block;
  color:#ff7418;
}

.jc-mobile-brand-text span{
  display:block;
  color:#087f3e;
}

.jc-mobile-tag{
  display:block;
  margin-top:5px;
  color:#69736f;
  font-size:7px;
  letter-spacing:.6px;
}

.jc-mobile-wa{
  width:34px;
  height:34px;
  border-radius:10px;
  background:#08a447;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-size:20px;
}

.jc-mobile-menu{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:13px;
  height:25px;
  white-space:nowrap;
  overflow:hidden;
}

.jc-mobile-menu a{
  color:#151c19;
  text-decoration:none;
  text-transform:uppercase;
  font-size:8px;
  font-weight:900;
}

.jc-mobile-menu a.live{
  color:#078a40;
}

/* HERO */

.jc-mobile-hero{
  min-height:274px;
  padding:18px 20px 15px;
  display:flex;
  align-items:flex-end;
  color:#fff;
  background:
    linear-gradient(90deg,rgba(0,37,27,.95),rgba(0,60,41,.65),rgba(0,20,15,.20)),
    url("https://images.unsplash.com/photo-1603732551658-5fabbafa84eb?auto=format&fit=crop&w=900&q=90")
    center/cover;
}

.jc-mobile-hero h1{
  margin:0 0 9px;
  font-size:30px;
  line-height:1.02;
  font-weight:900;
}

.jc-mobile-hero h1 span{
  color:#ff7918;
}

.jc-mobile-hero p{
  margin:0 0 11px;
  font-size:11px;
  line-height:1.35;
  max-width:285px;
}

.jc-mobile-eyebrow{
  color:#ff7918;
  font-size:8px;
  font-weight:900;
  letter-spacing:1.4px;
  margin-bottom:7px;
}

.jc-mobile-apply{
  display:flex;
  width:184px;
  min-height:36px;
  align-items:center;
  justify-content:center;
  border-radius:10px;
  background:#ff7a18;
  color:#fff!important;
  text-decoration:none!important;
  font-size:11px;
  font-weight:900;
}

.jc-mobile-dots{
  display:flex;
  justify-content:center;
  gap:6px;
  margin-top:10px;
}

.jc-mobile-dots i{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#ddd;
}

.jc-mobile-dots i:first-child{
  width:16px;
  border-radius:8px;
  background:#ff7a18;
}

/* CARDS */

.jc-mobile-cards{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px;
  padding:12px;
}

.jc-mobile-card{
  height:158px;
  position:relative;
  padding:9px;
  border:1px solid #dfe7e3;
  border-radius:18px;
  background:linear-gradient(145deg,#fff,#f5faf7);
  box-shadow:0 3px 11px rgba(0,0,0,.045);
  color:#101817!important;
  text-decoration:none!important;
  overflow:hidden;
}

.jc-mobile-card.cctv{
  background:#ff991f;
  border:3px solid #ff7418;
}

.jc-mobile-card-image{
  width:100%;
  height:90px;
  object-fit:cover;
  display:block;
  margin-bottom:7px;
}

.jc-mobile-card.cctv .jc-mobile-card-image{
  height:91px;
}

.jc-mobile-card h3{
  margin:0;
  font-size:14px;
  line-height:1.08;
  font-weight:900;
}

.jc-mobile-card p{
  margin:5px 0 0;
  font-size:10px;
  color:#64706b;
  font-weight:600;
}

.jc-mobile-arrow{
  position:absolute;
  right:9px;
  bottom:8px;
  font-size:25px;
  font-weight:900;
}

/* WHY */

.jc-mobile-why{
  padding:2px 16px 20px;
}

.jc-mobile-why h2{
  margin:5px 0 16px;
  font-size:19px;
  font-weight:900;
}

.jc-mobile-why-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  text-align:center;
  gap:3px;
}

.jc-mobile-why-item div{
  width:37px;
  height:37px;
  margin:auto;
  border-radius:50%;
  background:#eef8f2;
  color:#078b40;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  font-weight:900;
}

.jc-mobile-why-item b{
  display:block;
  margin-top:6px;
  font-size:8px;
  line-height:1.2;
}

/* CCTV BANNER */

.jc-mobile-cctv-banner{
  margin:0 12px 18px;
  min-height:120px;
  border-radius:18px;
  overflow:hidden;
  padding:15px;
  display:flex;
  align-items:center;
  color:#fff;
  background:
    linear-gradient(110deg,rgba(255,116,24,.93),rgba(0,70,42,.87)),
    url("https://images.unsplash.com/photo-1557597774-9d273605dfa9?auto=format&fit=crop&w=900&q=90")
    center/cover;
}

.jc-mobile-cctv-banner h2{
  margin:0 0 5px;
  font-size:20px;
  line-height:1.02;
  font-weight:900;
}

.jc-mobile-cctv-banner p{
  margin:0;
  font-size:9px;
  line-height:1.4;
  font-weight:700;
}

/* VISITOR */

.jc-mobile-visitors{
  text-align:center;
  padding:0 0 15px;
  color:#078640;
  font-size:9px;
  font-weight:900;
  letter-spacing:1px;
}

/* MOBILE SUBPAGE */

.jc-subpage{
  width:100%;
  max-width:430px;
  min-height:100vh;
  margin:0 auto;
  background:#fff;
  overflow:hidden;
}

.jc-sub-back{
  height:38px;
  display:flex;
  align-items:center;
  padding:0 14px;
  border-bottom:1px solid #e8ecea;
}

.jc-sub-back a{
  color:#111;
  text-decoration:none;
  font-size:12px;
  font-weight:800;
}

/* FORM PAGE */

.jc-enquiry-hero{
  min-height:190px;
  padding:18px;
  display:flex;
  align-items:flex-end;
  color:#fff;
  background:
    linear-gradient(90deg,rgba(0,23,18,.94),rgba(0,50,37,.65)),
    url("https://images.unsplash.com/photo-1557597774-9d273605dfa9?auto=format&fit=crop&w=900&q=90")
    center/cover;
}

.jc-enquiry-hero h1{
  margin:0;
  font-size:28px;
  line-height:1.02;
  font-weight:900;
}

.jc-enquiry-hero h1 span{
  color:#ff7a18;
}

.jc-enquiry-hero p{
  margin:9px 0 0;
  font-size:11px;
  line-height:1.4;
}

.jc-benefits{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:#053626;
  color:#fff;
  padding:12px 5px;
  text-align:center;
}

.jc-benefits div{
  font-size:7px;
  line-height:1.25;
  font-weight:800;
}

.jc-form-box{
  padding:19px 15px 25px;
  border-radius:22px 22px 0 0;
  background:#fff;
}

.jc-form-box h2{
  margin:0;
  text-align:center;
  font-size:21px;
  font-weight:900;
}

.jc-form-box>p{
  text-align:center;
  margin:6px 10px 16px;
  color:#68736f;
  font-size:10px;
  line-height:1.4;
}

.jc-form{
  display:grid;
  gap:8px;
}

.jc-form input,
.jc-form select,
.jc-form textarea{
  width:100%;
  min-height:42px;
  padding:11px;
  border:1px solid #d9e1dd;
  border-radius:10px;
  background:#fff;
  font-family:inherit;
  font-size:11px;
  outline:none;
}

.jc-form textarea{
  min-height:80px;
  resize:vertical;
}

.jc-go{
  min-height:51px;
  border:0;
  border-radius:12px;
  background:#08a447;
  color:#fff;
  font-size:16px;
  font-weight:900;
  cursor:pointer;
}

.jc-go small{
  font-size:8px;
  font-weight:600;
}

.jc-call-box{
  margin-top:14px;
  padding:13px;
  border-radius:13px;
  background:#eef8f2;
  text-align:center;
  font-size:10px;
}

.jc-call-box strong{
  color:#078b40;
  font-size:14px;
}

/* DOWNLOADS / ALL SUBSECTIONS */

body.jc-download-page,
body.jc-firmware-page{
  background:#eef2ef;
}

.jc-download-page main,
.jc-firmware-page main,
.jc-download-page section,
.jc-firmware-page section{
  max-width:430px;
  margin-left:auto;
  margin-right:auto;
}

.jc-download-page .wrap,
.jc-firmware-page .wrap{
  width:100%!important;
  max-width:430px!important;
}

@media(min-width:431px){
  .jc-download-page main,
  .jc-firmware-page main{
    box-shadow:0 0 35px rgba(0,0,0,.14);
    background:#fff;
  }
}
/* ===== JEET COMPUTERS PREMIUM DASHBOARD HEADER ===== */

.jc-dashboard-header{
  position:relative;
  width:100%;
  padding:14px 14px 16px;
  background:
    linear-gradient(135deg,#ff6b00 0%,#ff8f1f 48%,#16a34a 100%);
  color:#fff;
  border-radius:0 0 24px 24px;
  box-shadow:0 8px 24px rgba(0,0,0,.18);
  overflow:hidden;
}

.jc-dashboard-header:before{
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  right:-80px;
  top:-110px;
  border-radius:50%;
  background:rgba(255,255,255,.16);
}

.jc-dashboard-header:after{
  content:"";
  position:absolute;
  width:120px;
  height:120px;
  left:-65px;
  bottom:-90px;
  border-radius:50%;
  background:rgba(255,255,255,.10);
}

.jc-header-main{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  gap:11px;
  padding-right:115px;
}

.jc-header-logo{
  width:52px;
  height:52px;
  flex:none;
  border-radius:15px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  font-weight:1000;
  color:#ff7100;
  border:3px solid rgba(255,255,255,.75);
  box-shadow:0 5px 15px rgba(0,0,0,.20);
}

.jc-header-brand{
  min-width:0;
}

.jc-header-brand h1{
  margin:0;
  font-size:22px;
  line-height:1;
  font-weight:1000;
  letter-spacing:.5px;
  text-shadow:0 2px 5px rgba(0,0,0,.18);
}

.jc-header-brand p{
  margin:5px 0 0;
  font-size:9px;
  font-weight:900;
  letter-spacing:1.1px;
  opacity:.96;
}

.jc-header-phone{
  position:absolute;
  z-index:5;
  top:12px;
  right:10px;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  text-decoration:none;
  color:#fff;
  padding:6px 8px;
  border-radius:12px;
  background:rgba(0,0,0,.20);
  border:1px solid rgba(255,255,255,.30);
  backdrop-filter:blur(5px);
  -webkit-backdrop-filter:blur(5px);
}

.jc-phone-label{
  font-size:8px;
  font-weight:900;
  letter-spacing:.8px;
}

.jc-phone-number{
  margin-top:2px;
  font-size:13px;
  font-weight:1000;
  letter-spacing:.4px;
  animation:jcPhoneBlink 1.15s infinite;
}

.jc-phone-dot{
  display:inline-block;
  width:6px;
  height:6px;
  margin-right:4px;
  border-radius:50%;
  background:#fff;
  animation:jcDotBlink 1.15s infinite;
}

@keyframes jcPhoneBlink{
  0%,100%{
    opacity:1;
    transform:scale(1);
  }
  50%{
    opacity:.35;
    transform:scale(1.04);
  }
}

@keyframes jcDotBlink{
  0%,100%{
    opacity:1;
    box-shadow:0 0 0 0 rgba(255,255,255,.7);
  }
  50%{
    opacity:.3;
    box-shadow:0 0 0 5px rgba(255,255,255,0);
  }
}

.jc-header-status{
  position:relative;
  z-index:2;
  margin-top:13px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
}

.jc-live-status{
  display:flex;
  align-items:center;
  gap:6px;
  padding:6px 9px;
  border-radius:20px;
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.28);
  font-size:9px;
  font-weight:900;
}

.jc-live-status-dot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#fff;
  animation:jcDotBlink 1s infinite;
}

.jc-header-time{
  font-size:9px;
  font-weight:800;
  opacity:.95;
}

/* Better mobile sizing */
@media(max-width:430px){
  .jc-dashboard-header{
    border-radius:0 0 22px 22px;
  }

  .jc-header-brand h1{
    font-size:21px;
  }

  .jc-phone-number{
    font-size:12px;
  }
}
.jc-mobile-app{
  width:430px !important;
  max-width:430px !important;
  min-width:430px !important;
  margin:0 auto !important;
  background:#fff;
  overflow:hidden;
}

.jc-dashboard-header{
  position:relative !important;
  width:100% !important;
  max-width:430px !important;
  margin:0 !important;
  box-sizing:border-box !important;
  border-radius:0 0 22px 22px !important;
}

@media(max-width:430px){
  .jc-mobile-app{
    width:100% !important;
    max-width:430px !important;
    min-width:0 !important;
  }

  .jc-dashboard-header{
    width:100% !important;
  }
}
.jc-mobile-app{
  width:430px !important;
  max-width:430px !important;
  min-width:430px !important;
  margin:0 auto !important;
  background:#fff;
  overflow:hidden;
}

.jc-dashboard-header{
  position:relative !important;
  width:100% !important;
  max-width:430px !important;
  margin:0 !important;
  box-sizing:border-box !important;
  border-radius:0 0 22px 22px !important;
}

@media(max-width:430px){
  .jc-mobile-app{
    width:100% !important;
    max-width:430px !important;
    min-width:0 !important;
  }

  .jc-dashboard-header{
    width:100% !important;
  }
}
/* ===== PREMIUM WORKSHOP PHONE ===== */

.jc-mobile-header{
  position:relative !important;
}

.jc-top-phone{
  position:absolute !important;
  top:8px !important;
  right:8px !important;
  z-index:20 !important;

  display:flex !important;
  align-items:center !important;
  gap:4px !important;

  padding:5px 8px !important;
  border-radius:12px !important;

  background:linear-gradient(135deg,#ff7200,#ff9d22) !important;
  color:#fff !important;
  text-decoration:none !important;

  font-size:11px !important;
  font-weight:1000 !important;
  letter-spacing:.3px !important;

  box-shadow:0 4px 12px rgba(0,0,0,.18) !important;

  animation:jcPhonePulse 1.3s infinite !important;
}

.jc-phone-dot{
  font-size:8px !important;
  animation:jcPhoneDot 1s infinite !important;
}

@keyframes jcPhonePulse{
  0%,100%{
    opacity:1;
    transform:scale(1);
  }
  50%{
    opacity:.55;
    transform:scale(1.035);
  }
}

@keyframes jcPhoneDot{
  0%,100%{
    opacity:1;
  }
  50%{
    opacity:.25;
  }
}

/* Keep existing dashboard strictly inside phone width */
.jc-mobile-app{
  width:430px !important;
  max-width:430px !important;
  min-width:0 !important;
  margin:0 auto !important;
  overflow:hidden !important;
}

@media(max-width:430px){
  .jc-mobile-app{
    width:100% !important;
    max-width:430px !important;
  }
}
/* ===== CENTER WORKSHOP NUMBER ===== */

.jc-top-phone{
  position:absolute !important;

  top:73px !important;
  left:50% !important;
  right:auto !important;

  transform:translateX(-50%) !important;

  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  padding:5px 14px !important;
  border-radius:20px !important;

  background:linear-gradient(135deg,#ff7200,#ff9d22) !important;
  color:#fff !important;

  font-size:12px !important;
  font-weight:1000 !important;
  letter-spacing:.5px !important;

  white-space:nowrap !important;

  box-shadow:0 4px 12px rgba(0,0,0,.18) !important;

  animation:jcPhonePulse 1.3s infinite !important;
}

.jc-phone-dot{
  margin-right:5px !important;
}

/* Give the header enough room for centered phone */
.jc-mobile-header{
  position:relative !important;
  padding-bottom:48px !important;
}

/* Keep navigation below phone */
.jc-mobile-menu{
  position:relative !important;
  z-index:5 !important;
}

@media(max-width:430px){
  .jc-top-phone{
    top:73px !important;
    font-size:11px !important;
  }
}
/* ===== WORKSHOP NUMBER — BESIDE JEET COMPUTERS ===== */

.jc-mobile-header{
  position:relative !important;
}

/* Put phone in the blank area beside the brand */
.jc-top-phone{
  position:absolute !important;

  top:20px !important;
  left:305px !important;
  right:auto !important;

  transform:none !important;

  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  padding:6px 9px !important;
  min-width:115px !important;

  border-radius:18px !important;

  background:linear-gradient(135deg,#07883c,#16a34a) !important;
  color:#fff !important;

  border:2px solid rgba(255,255,255,.75) !important;

  font-size:10px !important;
  font-weight:1000 !important;
  letter-spacing:.3px !important;

  white-space:nowrap !important;

  box-shadow:0 4px 12px rgba(0,0,0,.20) !important;

  animation:jcGreenPhoneBlink 1.3s infinite !important;
}

.jc-phone-dot{
  margin-right:5px !important;
  font-size:8px !important;
}

@keyframes jcGreenPhoneBlink{
  0%,100%{
    opacity:1;
    box-shadow:0 4px 12px rgba(0,0,0,.20);
  }

  50%{
    opacity:.65;
    box-shadow:0 4px 18px rgba(22,163,74,.55);
  }
}

/* Make sure navigation never gets pushed/covered */
.jc-mobile-menu{
  position:relative !important;
  z-index:10 !important;
}

/* Keep mobile dashboard fixed at 430px */
.jc-mobile-app{
  width:430px !important;
  max-width:430px !important;
  min-width:0 !important;
  margin:0 auto !important;
  overflow:hidden !important;
}

@media(max-width:430px){
  .jc-mobile-app{
    width:100% !important;
  }

  .jc-top-phone{
    left:auto !important;
    right:8px !important;
    top:18px !important;
    min-width:112px !important;
  }
}
/* ===== CLEAN BLINKING PHONE — NO BACKGROUND BOX ===== */

.jc-top-phone{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  padding:5px 4px !important;
  min-width:0 !important;

  color:#07883c !important;
  font-size:12px !important;
  font-weight:1000 !important;
  letter-spacing:.5px !important;

  animation:jcPhoneGlow 1.2s infinite !important;
}

.jc-top-phone:hover{
  background:transparent !important;
}

.jc-phone-dot{
  color:#07883c !important;
  font-size:10px !important;
  margin-right:5px !important;
  animation:jcDotGlow .8s infinite !important;
}

@keyframes jcPhoneGlow{
  0%,100%{
    opacity:1;
    text-shadow:0 0 0 rgba(22,163,74,0);
    transform:scale(1);
  }

  50%{
    opacity:.45;
    text-shadow:
      0 0 6px rgba(22,163,74,.75),
      0 0 12px rgba(22,163,74,.45);
    transform:scale(1.04);
  }
}

@keyframes jcDotGlow{
  0%,100%{
    opacity:1;
    text-shadow:0 0 3px rgba(22,163,74,.8);
  }

  50%{
    opacity:.25;
    text-shadow:0 0 10px rgba(22,163,74,1);
  }
}
/* ===== PHONE NUMBER ONLY — REMOVE EVERYTHING ELSE ===== */

.jc-top-phone{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  padding:0 !important;
  min-width:0 !important;
  width:auto !important;
  height:auto !important;

  color:#07883c !important;
  font-size:12px !important;
  font-weight:1000 !important;
  letter-spacing:.5px !important;

  display:block !important;
  animation:jcNumberBlink 1.2s infinite !important;
}

/* Completely remove the dot */
.jc-phone-dot{
  display:none !important;
  width:0 !important;
  height:0 !important;
  margin:0 !important;
  padding:0 !important;
}

/* No background, no circle, only text */
.jc-top-phone::before,
.jc-top-phone::after{
  display:none !important;
  content:none !important;
}

@keyframes jcNumberBlink{
  0%,100%{
    opacity:1;
    text-shadow:none;
    transform:scale(1);
  }

  50%{
    opacity:.35;
    text-shadow:0 0 8px rgba(22,163,74,.75);
    transform:scale(1.04);
  }
}
/* ===== REMOVE HEADER WHATSAPP BUTTON COMPLETELY ===== */

.jc-mobile-wa{
  display:none !important;
  visibility:hidden !important;
  opacity:0 !important;
  width:0 !important;
  height:0 !important;
  min-width:0 !important;
  min-height:0 !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  box-shadow:none !important;
  background:none !important;
}

.jc-mobile-wa::before,
.jc-mobile-wa::after{
  display:none !important;
  content:none !important;
}

/* Keep ONLY phone number */
.jc-top-phone{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  padding:0 !important;
  margin:0 !important;
  width:auto !important;
  height:auto !important;
  color:#07883c !important;
}
