
/* NEXT WEBSITE PHASE 2 - CLIENT JOURNEY */
.jp-page-hero{
  padding:58px 70px;
  background:linear-gradient(135deg,#06142f,#111b57,#ec1b73);
  color:white;
  text-align:center;
}
.jp-page-hero h1{font-size:46px;margin:0 0 10px}
.jp-page-hero p{max-width:850px;margin:0 auto;color:#e9f3ff;font-weight:750;line-height:1.5}
.jp-section{padding:50px 70px;background:#f7fbff}
.jp-section.white{background:#fff}
.jp-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1380px;margin:0 auto}
.jp-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:1500px;margin:0 auto}
.jp-card{
  background:white;border:1px solid #e5ebf3;border-radius:22px;padding:24px;
  box-shadow:0 12px 30px rgba(6,20,47,.08);
}
.jp-card h3{margin:0 0 10px;color:#06142f;font-size:24px}
.jp-card p{color:#526071;font-weight:750;line-height:1.5}
.jp-card a,.jp-card button,.jp-main-btn{
  display:inline-block;background:linear-gradient(90deg,#ff6a00,#ec1b73);
  color:#fff;text-decoration:none;border:0;border-radius:13px;padding:12px 16px;
  font-weight:950;cursor:pointer;margin-top:8px;
}
.jp-card .blue{background:#00adcd}.jp-card .navy{background:#06142f}
.jp-track-box{
  max-width:900px;margin:0 auto;background:white;border:1px solid #e5ebf3;border-radius:24px;
  padding:28px;box-shadow:0 15px 36px rgba(6,20,47,.10);
}
.jp-field label{display:block;font-weight:950;color:#06142f;margin-bottom:7px}
.jp-field input,.jp-field select,.jp-field textarea{
  width:100%;border:1px solid #dfe6ef;border-radius:13px;padding:13px;font-family:Arial;font-weight:800;
}
.jp-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.jp-field.full{grid-column:1/-1}
.jp-status-steps{display:grid;grid-template-columns:repeat(6,1fr);gap:9px;margin:22px 0}
.jp-step{background:#edf2f7;border-radius:13px;padding:11px;text-align:center;font-weight:950;color:#526071}
.jp-step.done{background:#eafff3;color:#067638}
.jp-result{display:none;margin-top:20px}
.jp-special{
  position:relative;overflow:hidden;background:#fff;border:1px solid #e5ebf3;border-radius:22px;
  box-shadow:0 12px 30px rgba(6,20,47,.08);
}
.jp-special img{width:100%;height:220px;object-fit:cover;display:block}
.jp-special-body{padding:20px}
.jp-special-tag{position:absolute;top:14px;right:14px;background:#ec1b73;color:white;border-radius:999px;padding:8px 12px;font-weight:950}
.jp-testimonial{
  background:#fff;border:1px solid #e5ebf3;border-radius:22px;padding:24px;box-shadow:0 12px 30px rgba(6,20,47,.08)
}
.jp-stars{color:#ffb000;letter-spacing:3px;font-size:22px;margin-bottom:10px}
.jp-testimonial p{font-weight:750;color:#344052;line-height:1.55}
.jp-dashboard-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:1500px;margin:0 auto}
.jp-dashboard-link{background:white;border:1px solid #e5ebf3;border-radius:20px;padding:24px;text-decoration:none;color:#06142f;font-weight:950;box-shadow:0 12px 30px rgba(6,20,47,.08)}
.jp-dashboard-link span{display:block;font-size:34px;margin-bottom:10px}
@media(max-width:1100px){.jp-grid-4,.jp-dashboard-grid{grid-template-columns:repeat(2,1fr)}.jp-grid-3{grid-template-columns:1fr}}
@media(max-width:760px){.jp-section,.jp-page-hero{padding:34px 18px}.jp-grid-4,.jp-dashboard-grid,.jp-form-grid,.jp-status-steps{grid-template-columns:1fr}.jp-page-hero h1{font-size:34px}}


/* NEXT WEBSITE PHASE 3 - LEAD CAPTURE */
.jp-lead-popup{
  position:fixed;
  inset:0;
  background:rgba(6,20,47,.62);
  z-index:1000000;
  display:none;
  align-items:center;
  justify-content:center;
  padding:20px;
}
.jp-lead-modal{
  width:min(760px,96%);
  background:white;
  border-radius:26px;
  overflow:hidden;
  box-shadow:0 30px 80px rgba(0,0,0,.35);
  display:grid;
  grid-template-columns:.9fr 1.1fr;
}
.jp-lead-modal-visual{
  background:linear-gradient(135deg,#06142f,#ec1b73);
  color:white;
  padding:32px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.jp-lead-modal-visual h2{
  margin:0 0 12px;
  font-size:34px;
  line-height:1.08;
}
.jp-lead-modal-visual p{
  color:#e9f3ff;
  font-weight:750;
  line-height:1.5;
}
.jp-lead-modal-form{
  padding:28px;
  position:relative;
}
.jp-lead-close{
  position:absolute;
  right:16px;
  top:14px;
  border:0;
  background:#f4f7fb;
  color:#06142f;
  width:36px;
  height:36px;
  border-radius:50%;
  font-weight:950;
  cursor:pointer;
}
.jp-lead-modal-form h3{
  margin:0 0 12px;
  color:#06142f;
}
.jp-lead-modal-form input,
.jp-lead-modal-form select,
.jp-lead-modal-form textarea{
  width:100%;
  border:1px solid #dfe6ef;
  border-radius:13px;
  padding:12px;
  margin:7px 0;
  font-family:Arial,Helvetica,sans-serif;
  font-weight:800;
}
.jp-lead-modal-form textarea{min-height:84px}
.jp-lead-modal-form button[type=submit]{
  width:100%;
  border:0;
  border-radius:13px;
  background:linear-gradient(90deg,#ff6a00,#ec1b73);
  color:white;
  padding:13px;
  font-weight:950;
  cursor:pointer;
  margin-top:7px;
}
.jp-lead-success{
  display:none;
  margin-top:10px;
  background:#eafff3;
  border:1px solid #a8edc2;
  color:#06642f;
  border-radius:12px;
  padding:11px;
  font-weight:900;
}
.jp-lead-capture-section{
  padding:54px 70px;
  background:
    radial-gradient(circle at 0% 0%,rgba(255,106,0,.12),transparent 30%),
    radial-gradient(circle at 100% 0%,rgba(236,27,115,.14),transparent 30%),
    #fff;
}
.jp-lead-capture-inner{
  max-width:1480px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:18px;
}
.jp-lead-box{
  background:white;
  border:1px solid #e5ebf3;
  border-radius:24px;
  padding:26px;
  box-shadow:0 14px 34px rgba(6,20,47,.09);
}
.jp-lead-box h3{
  margin:0 0 10px;
  color:#06142f;
  font-size:24px;
}
.jp-lead-box p{
  color:#526071;
  line-height:1.5;
  font-weight:750;
}
.jp-lead-box a,
.jp-lead-box button{
  display:inline-block;
  background:#06142f;
  color:white;
  text-decoration:none;
  border:0;
  border-radius:13px;
  padding:12px 15px;
  font-weight:950;
  cursor:pointer;
}
.jp-lead-box:nth-child(2) a,.jp-lead-box:nth-child(2) button{background:#ff6a00}
.jp-lead-box:nth-child(3) a,.jp-lead-box:nth-child(3) button{background:#ec1b73}
.jp-newsletter{
  padding:42px 70px;
  background:#06142f;
  color:white;
  text-align:center;
}
.jp-newsletter h2{
  margin:0 0 10px;
  font-size:34px;
}
.jp-newsletter p{
  color:#e9f3ff;
  font-weight:750;
}
.jp-newsletter-form{
  display:flex;
  gap:10px;
  max-width:720px;
  margin:20px auto 0;
}
.jp-newsletter-form input{
  flex:1;
  border:0;
  border-radius:13px;
  padding:14px;
  font-weight:850;
}
.jp-newsletter-form button{
  border:0;
  border-radius:13px;
  background:#ff6a00;
  color:white;
  padding:14px 18px;
  font-weight:950;
  cursor:pointer;
}
@media(max-width:1000px){
  .jp-lead-modal{grid-template-columns:1fr}
  .jp-lead-capture-inner{grid-template-columns:1fr}
}
@media(max-width:700px){
  .jp-lead-capture-section,.jp-newsletter{padding:34px 18px}
  .jp-newsletter-form{flex-direction:column}
}


/* NEXT WEBSITE PHASE 4 - SERVICE LANDING & ENQUIRIES */
.jp-landing-hero{
  min-height:520px;
  padding:70px;
  color:white;
  background:linear-gradient(135deg,rgba(6,20,47,.94),rgba(236,27,115,.72)), var(--landing-img);
  background-size:cover;
  background-position:center;
  display:flex;
  align-items:center;
}
.jp-landing-copy{
  max-width:780px;
}
.jp-landing-copy h1{
  font-size:58px;
  line-height:1.05;
  margin:0 0 16px;
}
.jp-landing-copy p{
  font-size:19px;
  color:#e9f3ff;
  line-height:1.5;
  font-weight:750;
}
.jp-landing-buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.jp-landing-buttons a{
  background:#ff6a00;
  color:white;
  text-decoration:none;
  border-radius:14px;
  padding:14px 18px;
  font-weight:950;
}
.jp-landing-buttons a:nth-child(2){background:#00adcd}
.jp-service-block{
  padding:54px 70px;
  background:#f7fbff;
}
.jp-service-block.white{background:white}
.jp-service-grid{
  max-width:1480px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  align-items:start;
}
.jp-service-card{
  background:#fff;
  border:1px solid #e5ebf3;
  border-radius:24px;
  padding:26px;
  box-shadow:0 14px 34px rgba(6,20,47,.09);
}
.jp-service-card h2,.jp-service-card h3{
  margin:0 0 12px;
  color:#06142f;
}
.jp-service-card p,.jp-service-card li{
  color:#526071;
  font-weight:750;
  line-height:1.55;
}
.jp-enquiry-form{
  background:#06142f;
  color:white;
  border-radius:24px;
  padding:28px;
  box-shadow:0 14px 34px rgba(6,20,47,.16);
}
.jp-enquiry-form h2{margin:0 0 12px;color:white}
.jp-enquiry-form input,.jp-enquiry-form select,.jp-enquiry-form textarea{
  width:100%;
  border:0;
  border-radius:13px;
  padding:13px;
  margin:7px 0;
  font-family:Arial;
  font-weight:800;
}
.jp-enquiry-form textarea{min-height:110px}
.jp-enquiry-form button{
  width:100%;
  border:0;
  border-radius:13px;
  background:linear-gradient(90deg,#ff6a00,#ec1b73);
  color:white;
  padding:14px;
  font-weight:950;
  cursor:pointer;
  margin-top:8px;
}
.jp-form-success{
  display:none;
  background:#eafff3;
  color:#06642f;
  border-radius:13px;
  padding:12px;
  font-weight:900;
  margin-top:10px;
}
.jp-process{
  max-width:1480px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.jp-process-step{
  background:white;
  border:1px solid #e5ebf3;
  border-radius:20px;
  padding:22px;
  box-shadow:0 12px 30px rgba(6,20,47,.07);
}
.jp-process-step span{
  display:flex;
  width:46px;height:46px;
  border-radius:50%;
  background:linear-gradient(90deg,#ff6a00,#ec1b73);
  color:white;
  align-items:center;
  justify-content:center;
  font-weight:950;
  margin-bottom:12px;
}
.jp-mini-products{
  max-width:1480px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.jp-mini-product{
  background:white;
  border:1px solid #e5ebf3;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(6,20,47,.07);
  text-decoration:none;
  color:#06142f;
}
.jp-mini-product img{
  width:100%;
  height:180px;
  object-fit:cover;
  display:block;
}
.jp-mini-product b{
  display:block;
  padding:15px;
}
@media(max-width:1000px){
  .jp-service-grid,.jp-process,.jp-mini-products{grid-template-columns:1fr 1fr}
  .jp-landing-copy h1{font-size:42px}
}
@media(max-width:680px){
  .jp-landing-hero,.jp-service-block{padding:34px 18px}
  .jp-service-grid,.jp-process,.jp-mini-products{grid-template-columns:1fr}
}


/* NEXT WEBSITE PHASE 5 - ONLINE ORDERING */
.jp-order-hero{
  padding:60px 70px;
  background:linear-gradient(135deg,#06142f,#111b57,#ec1b73);
  color:#fff;
  text-align:center;
}
.jp-order-hero h1{font-size:46px;margin:0 0 10px}
.jp-order-hero p{color:#e9f3ff;font-weight:750;max-width:900px;margin:0 auto;line-height:1.5}
.jp-order-section{padding:50px 70px;background:#f7fbff}
.jp-order-section.white{background:#fff}
.jp-order-wrap{
  max-width:1280px;
  margin:0 auto;
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:24px;
  align-items:start;
}
.jp-order-info{
  background:#06142f;
  color:#fff;
  border-radius:24px;
  padding:28px;
  box-shadow:0 16px 38px rgba(6,20,47,.15);
}
.jp-order-info h2{margin:0 0 12px;font-size:30px}
.jp-order-info p{color:#e9f3ff;font-weight:750;line-height:1.5}
.jp-order-info .mini{
  background:rgba(255,255,255,.1);
  padding:13px;
  border-radius:14px;
  margin:10px 0;
  font-weight:900;
}
.jp-order-form{
  background:#fff;
  border:1px solid #e5ebf3;
  border-radius:24px;
  padding:28px;
  box-shadow:0 16px 38px rgba(6,20,47,.10);
}
.jp-order-form h2{margin:0 0 14px;color:#06142f}
.jp-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.jp-order-field.full{grid-column:1/-1}
.jp-order-field label{display:block;font-weight:950;color:#06142f;margin-bottom:7px}
.jp-order-field input,.jp-order-field select,.jp-order-field textarea{
  width:100%;
  border:1px solid #dfe6ef;
  border-radius:13px;
  padding:13px;
  font-family:Arial,Helvetica,sans-serif;
  font-weight:800;
}
.jp-order-field textarea{min-height:115px}
.jp-order-submit{
  background:linear-gradient(90deg,#ff6a00,#ec1b73);
  color:white;
  border:0;
  border-radius:14px;
  padding:14px 20px;
  font-weight:950;
  cursor:pointer;
  margin-top:16px;
}
.jp-order-success{
  display:none;
  margin-top:14px;
  background:#eafff3;
  color:#06642f;
  border:1px solid #a8edc2;
  border-radius:14px;
  padding:14px;
  font-weight:900;
}
.jp-quick-order-grid{
  max-width:1500px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.jp-quick-order-card{
  background:#fff;
  border:1px solid #e5ebf3;
  border-radius:22px;
  padding:24px;
  box-shadow:0 12px 30px rgba(6,20,47,.08);
  text-decoration:none;
  color:#06142f;
}
.jp-quick-order-card span{display:block;font-size:34px;margin-bottom:10px}
.jp-quick-order-card b{display:block;font-size:20px;margin-bottom:8px}
.jp-quick-order-card small{color:#526071;font-weight:750;line-height:1.4}
.jp-confirm-card{
  max-width:900px;
  margin:0 auto;
  background:#fff;
  border:1px solid #e5ebf3;
  border-radius:24px;
  padding:30px;
  box-shadow:0 16px 38px rgba(6,20,47,.10);
  text-align:center;
}
.jp-confirm-card h2{font-size:36px;color:#06142f;margin:0 0 10px}
.jp-confirm-ref{font-size:30px;color:#ff6a00;font-weight:950;margin:16px 0}
.jp-confirm-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:22px}
.jp-confirm-actions a{
  background:#06142f;
  color:white;
  text-decoration:none;
  border-radius:14px;
  padding:13px 17px;
  font-weight:950;
}
.jp-confirm-actions a:nth-child(2){background:#ff6a00}
.jp-confirm-actions a:nth-child(3){background:#25d366}
@media(max-width:1000px){
  .jp-order-wrap{grid-template-columns:1fr}
  .jp-quick-order-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:680px){
  .jp-order-hero,.jp-order-section{padding:34px 18px}
  .jp-form-grid,.jp-quick-order-grid{grid-template-columns:1fr}
}


/* NEXT WEBSITE PHASE 6 - CLIENT SELF SERVICE */
.jp-client-hero{padding:58px 70px;background:linear-gradient(135deg,#06142f,#10245a,#ec1b73);color:#fff;text-align:center}
.jp-client-hero h1{font-size:46px;margin:0 0 10px}.jp-client-hero p{color:#e9f3ff;font-weight:750;max-width:900px;margin:0 auto;line-height:1.5}
.jp-client-section{padding:50px 70px;background:#f7fbff}.jp-client-section.white{background:#fff}
.jp-client-card{max-width:1100px;margin:0 auto;background:#fff;border:1px solid #e5ebf3;border-radius:24px;padding:28px;box-shadow:0 16px 38px rgba(6,20,47,.10)}
.jp-client-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.jp-client-field.full{grid-column:1/-1}
.jp-client-field label{display:block;font-weight:950;color:#06142f;margin-bottom:7px}
.jp-client-field input,.jp-client-field select,.jp-client-field textarea{width:100%;border:1px solid #dfe6ef;border-radius:13px;padding:13px;font-family:Arial,Helvetica,sans-serif;font-weight:800}
.jp-client-field textarea{min-height:115px}.jp-client-submit{border:0;background:linear-gradient(90deg,#ff6a00,#ec1b73);color:#fff;border-radius:14px;padding:14px 20px;font-weight:950;cursor:pointer;margin-top:16px}
.jp-client-success{display:none;margin-top:14px;background:#eafff3;color:#06642f;border:1px solid #a8edc2;border-radius:14px;padding:14px;font-weight:900}
.jp-client-links{max-width:1450px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.jp-client-link{background:#fff;border:1px solid #e5ebf3;border-radius:22px;padding:24px;text-decoration:none;color:#06142f;box-shadow:0 12px 30px rgba(6,20,47,.08);font-weight:950}
.jp-client-link span{display:block;font-size:34px;margin-bottom:10px}.jp-client-link small{display:block;color:#526071;font-weight:750;line-height:1.45;margin-top:8px}
.jp-approval-preview{background:#f7fbff;border:1px dashed #b8c4d6;border-radius:18px;padding:22px;margin:18px 0;text-align:center}
.jp-approval-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.jp-approval-actions button{border:0;border-radius:14px;color:white;padding:13px 18px;font-weight:950;cursor:pointer}
.jp-approval-actions button:nth-child(1){background:#067638}.jp-approval-actions button:nth-child(2){background:#ec1b73}.jp-approval-actions button:nth-child(3){background:#06142f}
@media(max-width:900px){.jp-client-links{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){.jp-client-hero,.jp-client-section{padding:34px 18px}.jp-client-grid,.jp-client-links{grid-template-columns:1fr}}


/* PHASE 11 - SPEED OPTIMIZED */
img{max-width:100%;height:auto}
img[loading="lazy"]{content-visibility:auto}
.shop-card,.kids-photo-tile,.jp-special,.jp-mini-product,.selection-card{background:#f1f5f9}
.jp-performance-note{background:#eafff3;border:1px solid #a8edc2;color:#06642f;border-radius:16px;padding:16px;font-weight:900}


/* PHASE 12 - MOBILE APP / PWA EXPERIENCE */
:root{
  --jp-mobile-navy:#06142f;
  --jp-mobile-orange:#ff6a00;
  --jp-mobile-pink:#ec1b73;
}
.jp-mobile-toggle{
  display:none;
  position:fixed;
  top:14px;
  right:14px;
  z-index:1000002;
  border:0;
  border-radius:14px;
  padding:12px 14px;
  background:linear-gradient(90deg,var(--jp-mobile-orange),var(--jp-mobile-pink));
  color:white;
  font-weight:950;
  box-shadow:0 12px 30px rgba(0,0,0,.22);
}
.jp-mobile-panel{
  display:none;
  position:fixed;
  inset:0 0 0 auto;
  width:min(360px,88vw);
  background:#06142f;
  color:#fff;
  z-index:1000001;
  padding:24px;
  overflow:auto;
  box-shadow:-20px 0 50px rgba(0,0,0,.35);
}
.jp-mobile-panel.open{display:block}
.jp-mobile-panel img{
  max-width:190px!important;
  max-height:90px!important;
  object-fit:contain!important;
  display:block!important;
  margin:0 auto 18px!important;
}
.jp-mobile-panel a{
  display:block;
  color:#fff;
  text-decoration:none;
  background:rgba(255,255,255,.09);
  border-radius:14px;
  padding:14px;
  margin:8px 0;
  font-weight:900;
}
.jp-mobile-panel a:hover{
  background:linear-gradient(90deg,var(--jp-mobile-orange),var(--jp-mobile-pink));
}
.jp-mobile-close{
  width:100%;
  border:0;
  border-radius:14px;
  background:#ffffff18;
  color:#fff;
  padding:12px;
  font-weight:950;
  margin-bottom:12px;
}
.jp-install-banner{
  position:fixed;
  left:16px;
  right:16px;
  bottom:16px;
  z-index:1000003;
  background:#06142f;
  color:#fff;
  border-radius:20px;
  padding:16px;
  box-shadow:0 16px 45px rgba(0,0,0,.28);
  display:none;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.jp-install-banner b{display:block}
.jp-install-banner small{color:#e9f3ff;font-weight:750}
.jp-install-banner button{
  border:0;
  border-radius:13px;
  padding:11px 14px;
  font-weight:950;
  color:#fff;
  background:linear-gradient(90deg,var(--jp-mobile-orange),var(--jp-mobile-pink));
}
.jp-install-banner button.jp-dismiss{
  background:#ffffff1f;
}
.jp-app-shortcuts{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  max-width:1400px;
  margin:0 auto;
}
.jp-app-shortcut{
  background:#fff;
  border:1px solid #e5ebf3;
  border-radius:20px;
  padding:20px;
  text-decoration:none;
  color:#06142f;
  font-weight:950;
  box-shadow:0 10px 26px rgba(6,20,47,.08);
}
.jp-app-shortcut span{
  display:block;
  font-size:32px;
  margin-bottom:9px;
}
.jp-app-section{
  padding:45px 70px;
  background:#f7fbff;
}
@media(max-width:850px){
  .jp-mobile-toggle{display:block}
  .header .nav,
  header .nav,
  .topbar{
    display:none!important;
  }
  body{
    padding-top:0!important;
  }
  .jp-app-shortcuts{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:520px){
  .jp-app-shortcuts{
    grid-template-columns:1fr;
  }
  .jp-app-section{
    padding:34px 18px;
  }
  .jp-install-banner{
    flex-direction:column;
    align-items:stretch;
  }
}
