/* AppsTechy Case Study v1.0.5 */

/* ── BASE ── */
.cs-wrap { font-family: 'Plus Jakarta Sans', sans-serif; color: #1e293b; overflow-x: hidden; }
.cs-wrap * { box-sizing: border-box; }
.cs-wrap p { font-size: 16px; color: #67768e; line-height: 1.8; margin-bottom: 14px; }
.cs-wrap ul li { font-size: 15px; color: #67768e; line-height: 1.7; margin-bottom: 10px; }
.cs-wrap ul li strong { color: #1e293b; }
.cs-wrap a { text-decoration: none !important; }
.cs-divider { border: none; border-top: 1px solid #eef0f5; margin: 0; }

/* ── HERO — white background ── */
.cs-hero {
  background: #fff;
  color: #1e293b;
  padding: 90px 30px 70px;
  text-align: center;
  margin-left: -9999px;
  margin-right: -9999px;
  padding-left: 9999px;
  padding-right: 9999px;
  clip-path: inset(0);
  border-bottom: 1px solid #eef0f5;
}
.cs-product-logo { display: block; margin: 0 auto 22px; }
.cs-product-logo img { height: 44px; width: auto; margin: 0 auto; display: block; }
.cs-tag { display: inline-block; background: rgba(193,15,255,0.08); color: #c10fff; font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; padding: 5px 18px; border-radius: 9999px; border: 1px solid rgba(193,15,255,0.2); margin-bottom: 18px; }
.cs-hero-desc { font-size: 17px !important; color: #67768e !important; max-width: 640px !important; margin: 0 auto 44px !important; line-height: 1.75 !important; }
.cs-meta-bar { display: flex; flex-wrap: wrap; justify-content: center; gap: 28px; padding-top: 28px; border-top: 1px solid #eef0f5; max-width: 900px; margin: 0 auto; }
.cs-meta-item span { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 2px; color: #67768e; margin-bottom: 4px; }
.cs-meta-item strong { font-size: 13px; font-weight: 600; color: #1e293b; }

/* ── STATS ── */
.cs-stats-row { display: flex; flex-wrap: wrap; background: #fff; border-radius: 12px; box-shadow: 0 4px 28px rgba(6,0,151,0.10); overflow: hidden; margin: 48px 0 0; }
.cs-stat { flex: 1; min-width: 130px; padding: 28px 14px; text-align: center; border-right: 1px solid #f0f0f8; }
.cs-stat:last-child { border-right: none; }
.cs-stat-label { font-size: 12px; color: #67768e; line-height: 1.4; margin-top: 6px; }

/* ── SECTIONS ── */
.cs-section { max-width: 1100px; margin: 0 auto; padding: 64px 30px; }
.cs-two-col { display: flex; flex-wrap: wrap; gap: 44px; align-items: flex-start; }
.cs-col { flex: 1; min-width: 270px; }
.cs-bg-light { background: #f9f6fe; }
.cs-bg-alt { background: #F2F5F7; }

/* ── OVERVIEW BOX ── */
.cs-overview-box { background: #f9f6fe; border-radius: 12px; padding: 24px; border: 1px solid #ede9fb; }
.cs-box-title { font-size: 12px !important; font-weight: 700 !important; color: #060097 !important; margin: 0 0 14px !important; text-transform: uppercase !important; letter-spacing: 1.5px !important; }
.cs-check-list { list-style: none; padding: 0; margin: 0; }
.cs-check-list li { padding: 8px 0; border-bottom: 1px solid #e8e4f8; font-size: 14px; color: #1e293b; display: flex; align-items: center; gap: 10px; margin: 0; line-height: 1.4; }
.cs-check-list li:last-child { border-bottom: none; }
.cs-check-list li::before { content: ''; width: 17px; height: 17px; min-width: 17px; background: #060097; border-radius: 50%; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='white' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; background-size: 10px; }

/* ── CHALLENGE BOX ── */
.cs-challenge-box { background: #fff; border-radius: 12px; padding: 24px; border-left: 4px solid #c10fff; }
.cs-pill-list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.cs-pill-list li { background: #f9f6fe; border: 1.5px solid #ede9fb; border-radius: 9999px; padding: 6px 14px; font-size: 13px; font-weight: 600; color: #060097; margin: 0; }

/* ── PROCESS ── */
.cs-process { display: flex; flex-wrap: wrap; gap: 0; margin-top: 34px; }
.cs-process-step { flex: 1; min-width: 160px; padding: 18px 14px; text-align: center; position: relative; }
.cs-process-step::after { content: ''; position: absolute; top: 30px; left: 50%; right: -50%; height: 2px; background: #ede9fb; }
.cs-process-step:last-child::after { display: none; }
.cs-step-num { width: 36px; height: 36px; background: #060097; border-radius: 50%; color: #fff; font-weight: 800; font-size: 14px; display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; position: relative; z-index: 1; }

/* ── FEATURE CARDS ── */
.cs-features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 16px; margin-top: 32px; }
.cs-feature-card { background: #fff; border: 1px solid #eef0f5; border-radius: 12px; padding: 22px 18px; transition: box-shadow .2s, border-color .2s; }
.cs-feature-card:hover { box-shadow: 0 6px 22px rgba(6,0,151,0.08); border-color: #c10fff; }
.cs-feature-icon { width: 40px; height: 40px; background: #f9f6fe; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; font-size: 18px; border: 1px solid #ede9fb; }

/* ── SPECIALTIES ── */
.cs-specialty-grid { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.cs-specialty-tag { background: #fff; border: 1.5px solid #eef0f5; border-radius: 9999px; padding: 7px 16px; font-size: 13px; font-weight: 600; color: #1e293b; }

/* ── RESULTS ── */
.cs-results-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin-top: 30px; }
.cs-result-card { background: #fff; border-radius: 12px; padding: 18px 16px; border-top: 3px solid #060097; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
.cs-result-card p { font-size: 13px !important; color: #67768e !important; margin: 0 !important; line-height: 1.5 !important; }

/* ── TESTIMONIALS — full width, navy blue ── */
.cs-testimonials-section { background: #060097; padding: 70px 30px; margin-left: -9999px; margin-right: -9999px; padding-left: 9999px; padding-right: 9999px; clip-path: inset(0); }
.cs-testimonials-inner { max-width: 1100px; margin: 0 auto; }
.cs-testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; }
.cs-testimonial-card { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-radius: 12px; padding: 22px; }
.cs-stars { color: #ffcd57; font-size: 14px; margin-bottom: 10px; letter-spacing: 2px; }
.cs-testimonial-card blockquote { font-size: 14px; color: rgba(255,255,255,0.82); line-height: 1.75; margin: 0 0 14px; font-style: italic; padding: 0; border: none; background: transparent; }
.cs-author-name { font-size: 14px; font-weight: 700; color: #fff; }
.cs-author-role { font-size: 12px; color: rgba(255,255,255,0.5); margin-top: 2px; }

/* ── TECH ── */
.cs-tech-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.cs-tech-badge { background: #fff; border: 1.5px solid #eef0f5; border-radius: 6px; padding: 7px 14px; font-size: 13px; font-weight: 600; color: #1e293b; }

/* ── CTA — full width ── */
.cs-cta-section { background: #1e293b; padding: 70px 30px; text-align: center; margin-left: -9999px; margin-right: -9999px; padding-left: 9999px; padding-right: 9999px; clip-path: inset(0); }
.cs-cta-logo { display: block; margin: 0 auto 22px; }
.cs-cta-logo img { height: 34px; width: auto; margin: 0 auto; display: block; filter: brightness(0) invert(1); opacity: 0.75; }
.cs-cta-desc { font-size: 16px !important; color: rgba(255,255,255,0.65) !important; max-width: 500px !important; margin: 0 auto 32px !important; line-height: 1.7 !important; }
.cs-cta-btns { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }
.cs-btn-primary {
  display: inline-block;
  width: 160px; height: 44px; line-height: 44px;
  color: #fff !important;
  padding: 0 !important;
  font-family: Lato, sans-serif;
  font-size: 14px; font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: linear-gradient(144deg, #0176ab 0%, #575756 100%);
  box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none !important;
  text-align: center;
}
.cs-btn-primary:hover { background: transparent; color: #0176ab !important; }
.cs-btn-primary:before, .cs-btn-primary:after { position: absolute; content: ""; right: 0; bottom: 0; background: #0176ab; box-shadow: -7px -7px 20px 0px rgba(255,255,255,.9), -4px -4px 5px 0px rgba(255,255,255,.9), 7px 7px 20px 0px rgba(0,0,0,.2), 4px 4px 5px 0px rgba(0,0,0,.3); transition: all 0.3s ease; }
.cs-btn-primary:before { height: 0%; width: 2px; }
.cs-btn-primary:after { width: 0%; height: 2px; }
.cs-btn-primary:hover:before { height: 100%; }
.cs-btn-primary:hover:after { width: 100%; }
.cs-btn-secondary {
  display: inline-block;
  width: 160px; height: 44px; line-height: 44px;
  color: #fff !important;
  padding: 0 !important;
  font-family: Lato, sans-serif;
  font-size: 14px; font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: transparent;
  border: 2px solid rgba(255,255,255,0.4);
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none !important;
  text-align: center;
}
.cs-btn-secondary:hover { border-color: #0176ab; color: #0176ab !important; }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .cs-hero { padding: 70px 20px 48px; }
  .cs-meta-bar { gap: 18px; }
  .cs-stats-row { flex-direction: column; }
  .cs-stat { border-right: none; border-bottom: 1px solid #f0f0f8; }
  .cs-section { padding: 44px 18px; }
  .cs-process-step::after { display: none; }
}
