#shak-pbct-wrap{
  --shak-pbct-accent:#ff9f43;
  --shak-pbct-accent-2:#e67e22;
  --shak-pbct-dark:#223042;
  --shak-pbct-text:#5c6673;
  --shak-pbct-bg:#ffffff;
  --shak-pbct-soft:#f6f7fb;
  --shak-pbct-soft-2:#fffaf2;
  --shak-pbct-border:rgba(34,48,66,.10);
  --shak-pbct-shadow:0 18px 45px rgba(16,24,40,.10);
  font-family:'Cairo',sans-serif;
  direction:rtl;
  color:var(--shak-pbct-dark);
  background:#fff;
  line-height:1.8;
}
#shak-pbct-wrap *{box-sizing:border-box;font-family:'Cairo',sans-serif;}
#shak-pbct-wrap .shak-pbct-container{max-width:1200px;margin:0 auto;padding:0 20px;}
#shak-pbct-wrap .shak-pbct-section{padding:56px 0;}
#shak-pbct-wrap .shak-pbct-section-tight{padding-top:20px;}
#shak-pbct-wrap .shak-pbct-hero{
  padding:70px 0 40px;
  background:radial-gradient(1200px 450px at 80% 10%, rgba(255,159,67,.10), transparent 60%),radial-gradient(900px 350px at 20% 0%, rgba(34,48,66,.06), transparent 60%),#fff;
}
#shak-pbct-wrap .shak-pbct-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center;}
#shak-pbct-wrap .shak-pbct-pill{display:inline-flex;padding:8px 14px;border-radius:999px;background:rgba(255,159,67,.10);border:1px solid rgba(255,159,67,.20);font-weight:800;font-size:14px;}
#shak-pbct-wrap .shak-pbct-pill.small{margin-bottom:10px;}
#shak-pbct-wrap h1{font-size:48px;line-height:1.15;margin:14px 0 14px;font-weight:900;color:var(--shak-pbct-dark);}
#shak-pbct-wrap .shak-pbct-hero-copy p{font-size:18px;color:var(--shak-pbct-text);margin:0 0 18px;max-width:580px;}
#shak-pbct-wrap .shak-pbct-badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px;}
#shak-pbct-wrap .shak-pbct-badge{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:999px;background:#fff;border:1px solid var(--shak-pbct-border);font-weight:800;font-size:14px;}
#shak-pbct-wrap .shak-pbct-hero-btn{display:inline-flex;margin-top:18px;padding:13px 24px;border-radius:999px;background:var(--shak-pbct-accent);color:#fff;text-decoration:none;font-weight:800;transition:.2s ease;}
#shak-pbct-wrap .shak-pbct-hero-btn:hover{transform:translateY(-2px);filter:brightness(.98);color:#fff;}
#shak-pbct-wrap .shak-pbct-hero-media img{width:100%;display:block;border-radius:28px;border:1px solid var(--shak-pbct-border);box-shadow:var(--shak-pbct-shadow);}
#shak-pbct-wrap .shak-pbct-safe-box{display:flex;gap:12px;align-items:flex-start;padding:18px 20px;border-radius:18px;background:#fffaf2;border:1px solid rgba(255,159,67,.20);color:var(--shak-pbct-dark);}
#shak-pbct-wrap .shak-pbct-safe-box strong{white-space:nowrap;}
#shak-pbct-wrap .shak-pbct-summary-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px;}
#shak-pbct-wrap .shak-pbct-card{background:#fff;border:1px solid var(--shak-pbct-border);border-radius:24px;box-shadow:0 10px 24px rgba(16,24,40,.05);padding:22px;}
#shak-pbct-wrap .shak-pbct-card.stat{display:flex;align-items:center;gap:14px;padding:18px;}
#shak-pbct-wrap .shak-pbct-card.stat .icon{width:56px;height:56px;border-radius:18px;display:flex;align-items:center;justify-content:center;font-size:28px;background:rgba(255,159,67,.12);border:1px solid rgba(255,159,67,.20);}
#shak-pbct-wrap .shak-pbct-card.stat h3{margin:0 0 4px;font-size:16px;font-weight:900;}
#shak-pbct-wrap .shak-pbct-card.stat p{margin:0;color:var(--shak-pbct-accent-2);font-weight:900;font-size:18px;}
#shak-pbct-wrap .shak-pbct-grid-top{display:grid;grid-template-columns:1fr 1fr;gap:22px;}
#shak-pbct-wrap .shak-pbct-card.soft{background:var(--shak-pbct-soft);}
#shak-pbct-wrap .shak-pbct-card-head h2{margin:0 0 6px;font-size:28px;font-weight:900;}
#shak-pbct-wrap .shak-pbct-card-head.center{text-align:center;margin-bottom:18px;}
#shak-pbct-wrap .shak-pbct-card-head p{margin:0 0 18px;color:var(--shak-pbct-text);font-size:15.5px;}
#shak-pbct-wrap .shak-pbct-card ul{margin:0;padding-right:18px;color:var(--shak-pbct-text);display:grid;gap:10px;}
#shak-pbct-wrap .shak-pbct-fields{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;}
#shak-pbct-wrap .shak-pbct-field{display:flex;flex-direction:column;gap:8px;margin-bottom:14px;}
#shak-pbct-wrap .shak-pbct-field label{font-weight:800;color:var(--shak-pbct-dark);font-size:15px;}
#shak-pbct-wrap input,#shak-pbct-wrap select,#shak-pbct-wrap textarea{
  width:100%;border:1px solid var(--shak-pbct-border);background:#fff;border-radius:16px;padding:14px 14px;font-size:15px;color:var(--shak-pbct-dark);outline:none;transition:.2s ease;
}
#shak-pbct-wrap select{height:54px;padding-top:0;padding-bottom:0;}
#shak-pbct-wrap input:focus,#shak-pbct-wrap select:focus,#shak-pbct-wrap textarea:focus{border-color:rgba(255,159,67,.45);box-shadow:0 0 0 4px rgba(255,159,67,.10);}
#shak-pbct-wrap .shak-pbct-hp{position:absolute !important;left:-9999px !important;opacity:0 !important;pointer-events:none !important;}
#shak-pbct-wrap .shak-pbct-yesno-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:6px;}
#shak-pbct-wrap .shak-pbct-yesno-card{border:1px solid rgba(255,159,67,.20);background:var(--shak-pbct-soft-2);border-radius:22px;padding:18px;}
#shak-pbct-wrap .shak-pbct-question-text{font-weight:900;line-height:1.8;margin-bottom:14px;font-size:16px;}
#shak-pbct-wrap .shak-pbct-yesno-options{display:flex;gap:12px;flex-wrap:wrap;}
#shak-pbct-wrap .shak-pbct-yesno-options label{display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:#fff;border:1px solid var(--shak-pbct-border);cursor:pointer;font-weight:800;}
#shak-pbct-wrap .shak-pbct-yesno-options input{accent-color:var(--shak-pbct-accent);width:auto;padding:0;}
#shak-pbct-wrap .shak-pbct-submit-wrap{text-align:center;margin-top:26px;}
#shak-pbct-wrap .shak-pbct-submit-btn{min-width:220px;height:56px;border:none;border-radius:999px;background:var(--shak-pbct-accent);color:#fff;font-size:18px;font-weight:900;cursor:pointer;transition:.2s ease;box-shadow:0 14px 30px rgba(255,159,67,.25);}
#shak-pbct-wrap .shak-pbct-submit-btn:hover{transform:translateY(-2px);filter:brightness(.98);}
#shak-pbct-wrap .shak-pbct-submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none;}
#shak-pbct-wrap .shak-pbct-result{margin-top:24px;}
#shak-pbct-wrap .shak-pbct-result-card{background:#fff;border:1px solid var(--shak-pbct-border);border-radius:24px;box-shadow:0 10px 24px rgba(16,24,40,.05);padding:22px;}
#shak-pbct-wrap .shak-pbct-result-card.low{border-color:rgba(34,197,94,.20);}
#shak-pbct-wrap .shak-pbct-result-card.medium{border-color:rgba(245,158,11,.24);}
#shak-pbct-wrap .shak-pbct-result-card.high{border-color:rgba(239,68,68,.24);}
#shak-pbct-wrap .shak-pbct-result-top{text-align:center;margin-bottom:20px;}
#shak-pbct-wrap .shak-pbct-result-badge{display:inline-flex;padding:8px 14px;border-radius:999px;background:rgba(255,159,67,.12);font-weight:800;}
#shak-pbct-wrap .shak-pbct-result-top h3{margin:14px 0 10px;font-size:32px;font-weight:900;line-height:1.4;}
#shak-pbct-wrap .shak-pbct-result-top p{margin:0 auto;max-width:840px;color:var(--shak-pbct-text);font-size:17px;}
#shak-pbct-wrap .shak-pbct-summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:18px;}
#shak-pbct-wrap .shak-pbct-mini-box{background:var(--shak-pbct-soft-2);border:1px solid rgba(255,159,67,.16);padding:16px;border-radius:18px;text-align:center;}
#shak-pbct-wrap .shak-pbct-mini-box strong{display:block;margin-bottom:8px;font-size:15px;}
#shak-pbct-wrap .shak-pbct-mini-box span{font-weight:900;font-size:16px;}
#shak-pbct-wrap .shak-pbct-columns{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;}
#shak-pbct-wrap .shak-pbct-column-card{background:#fff;border:1px solid var(--shak-pbct-border);border-radius:20px;padding:20px;}
#shak-pbct-wrap .shak-pbct-column-card h4{margin:0 0 12px;font-size:22px;font-weight:900;}
#shak-pbct-wrap .shak-pbct-column-card ul{margin:0;padding-right:18px;color:var(--shak-pbct-text);display:grid;gap:10px;}
#shak-pbct-wrap .shak-pbct-options-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:16px;}
#shak-pbct-wrap .shak-pbct-option-card{background:var(--shak-pbct-soft);border:1px solid var(--shak-pbct-border);padding:18px;border-radius:18px;}
#shak-pbct-wrap .shak-pbct-option-card strong{display:block;margin-bottom:8px;font-size:17px;}
#shak-pbct-wrap .shak-pbct-option-card p{margin:0;color:var(--shak-pbct-text);font-size:15px;line-height:1.8;}
#shak-pbct-wrap .shak-pbct-disclaimer-box{background:linear-gradient(135deg,rgba(34,48,66,.04),rgba(255,159,67,.10));border:1px solid var(--shak-pbct-border);padding:18px;border-radius:18px;}
#shak-pbct-wrap .shak-pbct-disclaimer-box strong{display:block;margin-bottom:8px;font-size:16px;}
#shak-pbct-wrap .shak-pbct-disclaimer-box p{margin:0;color:var(--shak-pbct-text);line-height:1.9;}
#shak-pbct-wrap .shak-pbct-section-title{margin:0 0 22px;text-align:center;font-size:34px;font-weight:900;}
#shak-pbct-wrap .shak-pbct-faq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
#shak-pbct-wrap .faq-item h3{margin:0 0 10px;font-size:20px;font-weight:900;}
#shak-pbct-wrap .faq-item p{margin:0;color:var(--shak-pbct-text);font-size:15px;}

@media (max-width: 992px){
  #shak-pbct-wrap .shak-pbct-hero-grid,
  #shak-pbct-wrap .shak-pbct-grid-top,
  #shak-pbct-wrap .shak-pbct-fields,
  #shak-pbct-wrap .shak-pbct-yesno-grid,
  #shak-pbct-wrap .shak-pbct-summary-grid,
  #shak-pbct-wrap .shak-pbct-columns,
  #shak-pbct-wrap .shak-pbct-options-row,
  #shak-pbct-wrap .shak-pbct-faq-grid{grid-template-columns:1fr;}
  #shak-pbct-wrap .shak-pbct-summary-cards{grid-template-columns:repeat(2,1fr);}
  #shak-pbct-wrap .shak-pbct-hero-copy{text-align:center;}
  #shak-pbct-wrap .shak-pbct-hero-copy p{margin-left:auto;margin-right:auto;}
  #shak-pbct-wrap .shak-pbct-badges{justify-content:center;}
}
@media (max-width: 640px){
  #shak-pbct-wrap h1{font-size:36px;}
  #shak-pbct-wrap .shak-pbct-summary-cards,
  #shak-pbct-wrap .shak-pbct-faq-grid,
  #shak-pbct-wrap .shak-pbct-fields{grid-template-columns:1fr;}
  #shak-pbct-wrap .shak-pbct-section{padding:44px 0;}
  #shak-pbct-wrap .shak-pbct-card,
  #shak-pbct-wrap .shak-pbct-result-card{padding:18px;}
  #shak-pbct-wrap .shak-pbct-yesno-options{flex-direction:column;align-items:stretch;}
  #shak-pbct-wrap .shak-pbct-submit-btn{width:100%;}
}
