
:root{
  --shak-kdi-accent:#ff9f43;
  --shak-kdi-accent-2:#e67e22;
  --shak-kdi-dark:#223042;
  --shak-kdi-text:#5c6673;
  --shak-kdi-bg:#ffffff;
  --shak-kdi-soft:#f6f7fb;
  --shak-kdi-soft-2:#fffaf2;
  --shak-kdi-border:rgba(34,48,66,.10);
  --shak-kdi-radius:24px;
  --shak-kdi-shadow:0 18px 45px rgba(16,24,40,.10);
}

#shak-kdi-wrap{
  font-family:'Cairo',sans-serif;
  direction:rtl;
  color:var(--shak-kdi-dark);
}

#shak-kdi-wrap *{box-sizing:border-box;}

.shak-kdi-shell{max-width:1200px;margin:0 auto;padding:0 20px;}
.shak-kdi-section{padding:0 0 70px;}

.shak-kdi-hero{
  padding:70px 0 34px;
  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-kdi-hero-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  align-items:center;
}
.shak-kdi-hero-copy h1{
  margin:14px 0 12px;
  font-size:50px;
  line-height:1.15;
  font-weight:900;
}
.shak-kdi-hero-copy p{
  margin:0 0 18px;
  color:var(--shak-kdi-text);
  font-size:18px;
  max-width:560px;
}
.shak-kdi-tag{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(255,159,67,.12);
  border:1px solid rgba(255,159,67,.20);
  font-size:13px;
  font-weight:800;
}
.shak-kdi-tag.small{margin-bottom:8px;}
.shak-kdi-badges{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.shak-kdi-badges span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--shak-kdi-border);
  font-size:14px;
  font-weight:800;
}
.shak-kdi-hero-media img{
  width:100%;
  display:block;
  border-radius:26px;
  border:1px solid var(--shak-kdi-border);
  box-shadow:var(--shak-kdi-shadow);
}

.shak-kdi-notice{
  margin-top:12px;
  margin-bottom:24px;
  padding:14px 18px;
  border-radius:18px;
  background:var(--shak-kdi-soft-2);
  border:1px solid rgba(255,159,67,.22);
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.shak-kdi-notice strong{font-weight:900;}

.shak-kdi-info-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-bottom:24px;
}
.shak-kdi-info-card,
.shak-kdi-form-card,
.shak-kdi-result-card,
.shak-kdi-faq-card{
  background:#fff;
  border:1px solid var(--shak-kdi-border);
  border-radius:24px;
  box-shadow:0 10px 25px rgba(16,24,40,.05);
}
.shak-kdi-info-card{
  padding:22px;
}
.shak-kdi-info-card h3,
.shak-kdi-result-card h3,
.shak-kdi-faq-card h3{
  margin:0 0 10px;
  font-size:28px;
  font-weight:900;
}
.shak-kdi-info-card ul{
  margin:0;
  padding-right:18px;
  color:var(--shak-kdi-text);
}
.shak-kdi-info-card li{margin-bottom:8px;}

.shak-kdi-form-card{
  padding:28px;
  background:linear-gradient(180deg,#fff,#fffaf3);
}
.shak-kdi-form-card h2{
  margin:0 0 8px;
  font-size:38px;
  font-weight:900;
}
.shak-kdi-form-card > p{
  margin:0 0 18px;
  color:var(--shak-kdi-text);
}
.shak-kdi-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.shak-kdi-field{
  margin-bottom:16px;
}
.shak-kdi-field label{
  display:block;
  margin-bottom:8px;
  font-weight:800;
}
.shak-kdi-field input,
.shak-kdi-field textarea{
  width:100%;
  border:1px solid var(--shak-kdi-border);
  background:#fff;
  border-radius:16px;
  padding:14px 16px;
  font-size:16px;
  color:var(--shak-kdi-dark);
  outline:none;
}
.shak-kdi-field input:focus,
.shak-kdi-field textarea:focus{
  border-color:rgba(255,159,67,.55);
  box-shadow:0 0 0 4px rgba(255,159,67,.10);
}
.shak-kdi-counter{
  margin-top:8px;
  color:var(--shak-kdi-text);
  font-size:14px;
  text-align:left;
}
.shak-kdi-hp{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;}
.shak-kdi-actions{display:flex;justify-content:center;align-items:center;margin-top:6px;}
.shak-kdi-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:14px 26px;
  min-width:230px;
  border:none;
  border-radius:999px;
  background:var(--shak-kdi-accent);
  color:#fff;
  font-size:18px;
  font-weight:900;
  cursor:pointer;
  transition:.25s ease;
}
.shak-kdi-btn:hover{transform:translateY(-2px);filter:brightness(.98);}
.shak-kdi-btn:disabled{opacity:.7;cursor:wait;}

.shak-kdi-error{
  margin-top:22px;
  padding:14px 18px;
  border-radius:18px;
  background:#fff1f1;
  border:1px solid rgba(200,30,30,.12);
  color:#a92c2c;
  font-weight:800;
}
.shak-kdi-result{margin-top:22px;}
.shak-kdi-result-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.shak-kdi-result-card{
  padding:24px;
}
.shak-kdi-result-card div{
  color:var(--shak-kdi-text);
  font-size:18px;
  line-height:1.9;
}

.shak-kdi-faq{
  margin-top:30px;
}
.shak-kdi-faq h2{
  text-align:center;
  margin:0 0 18px;
  font-size:40px;
  font-weight:900;
}
.shak-kdi-faq-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.shak-kdi-faq-card{
  padding:22px;
}
.shak-kdi-faq-card p{
  margin:0;
  color:var(--shak-kdi-text);
}

.shak-kdi-loading{
  position:fixed;
  inset:0;
  background:rgba(255,250,240,.95);
  display:none;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  z-index:99999;
  padding:20px;
  text-align:center;
}
.shak-kdi-loading-img{
  width:170px;
  height:170px;
  border-radius:50%;
  object-fit:cover;
  border:8px solid var(--shak-kdi-accent);
  margin-bottom:24px;
  animation:shakKdiFloat 3s ease-in-out infinite;
  box-shadow:0 16px 40px rgba(16,24,40,.12);
}
.shak-kdi-loading-spinner{
  width:60px;
  height:60px;
  border:6px solid #f3f3f3;
  border-top:6px solid var(--shak-kdi-accent);
  border-radius:50%;
  animation:shakKdiSpin 1.4s linear infinite;
  margin-bottom:18px;
}
.shak-kdi-loading-text{
  font-size:22px;
  color:var(--shak-kdi-dark);
  font-weight:900;
}

@keyframes shakKdiSpin{from{transform:rotate(0deg);}to{transform:rotate(360deg);}}
@keyframes shakKdiFloat{0%,100%{transform:translateY(0);}50%{transform:translateY(-10px);}}

@media (max-width:992px){
  .shak-kdi-hero-grid,
  .shak-kdi-info-grid,
  .shak-kdi-result-grid{
    grid-template-columns:1fr;
  }
  .shak-kdi-hero-copy{
    text-align:center;
  }
  .shak-kdi-hero-copy p{
    margin-left:auto;
    margin-right:auto;
  }
  .shak-kdi-badges{
    justify-content:center;
  }
  .shak-kdi-faq-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:640px){
  .shak-kdi-hero{padding:50px 0 24px;}
  .shak-kdi-hero-copy h1{font-size:36px;}
  .shak-kdi-form-card h2{font-size:30px;}
  .shak-kdi-grid{grid-template-columns:1fr;}
  .shak-kdi-info-card h3,
  .shak-kdi-result-card h3,
  .shak-kdi-faq-card h3,
  .shak-kdi-faq h2{
    font-size:28px;
  }
  .shak-kdi-btn{min-width:100%;}
  .shak-kdi-loading-img{width:140px;height:140px;}
  .shak-kdi-loading-text{font-size:18px;}
}
