﻿/* =========================================================
   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;
  }
}
