
/*************************************************
  SERVICE PAGES – COMMON LAYOUT
  Wrapper: .sas-service-page
  Essay-specific: .sas-essay-page
**************************************************/

.sas-service-page {
    font-size: 14px;
    line-height: 1.7;
    color: #374151;
}

/* Common section card-style */
.sas-service-page .sas-sp-section {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px 22px;
    margin-bottom: 24px;
    box-shadow: 0 10px 25px rgba(15,23,42,0.06);
}

/* Common headings */
.sas-service-page h1,
.sas-service-page h2 {
    color: #111827;
    margin-top: 0;
    margin-bottom: 10px;
}
.sas-service-page h3 {
    font-size: 15px;
    margin-bottom: 6px;
}

/* Shared intro text */
.sas-service-page .sas-sp-intro {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 14px;
}

/* Shared buttons */
.sas-sp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease, box-shadow 0.15s ease;
}
.sas-sp-btn-primary {
    background: #f97316;
    border-color: #f97316;
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(249,115,22,0.35);
}
.sas-sp-btn-primary:hover {
    background: #ea580c;
    border-color: #ea580c;
    transform: translateY(-1px);
}
.sas-sp-btn-ghost {
    background: #ffffff;
    color: #0f172a;
    border-color: #d1d5db;
}
.sas-sp-btn-ghost:hover {
    background: #f3f4f6;
}

/* ============================
   HERO – Essay service example
============================ */
.sas-essay-page .sas-sp-hero {
    background: linear-gradient(135deg,#0f172a,#1f2937);
    color: #e5e7eb;
}
.sas-essay-page .sas-sp-hero-title {
    font-size: 26px;
    color: #f97316;
    margin-bottom: 6px;
}
.sas-essay-page .sas-sp-hero-sub {
    font-size: 14px;
    margin-bottom: 14px;
}
.sas-essay-page .sas-sp-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}
.sas-essay-page .sas-sp-hero-note {
    font-size: 12px;
    color: #d1d5db;
    margin: 0;
}

/* ============================
   SUPPORT SECTION
============================ */
.sas-essay-page .sas-sp-support p {
    margin-bottom: 10px;
}

/* ============================
   OVERWHELM (image + 2 lists)
============================ */
.sas-essay-page .sas-sp-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: flex-start;
}
.sas-essay-page .sas-sp-col {
    flex: 1 1 260px;
}
.sas-essay-page .sas-sp-overwhelm-img img {
    max-width: 100%;
    border-radius: 14px;
    box-shadow: 0 14px 35px rgba(15,23,42,0.14);
    object-fit: cover;
}
.sas-essay-page .sas-sp-overwhelm-content > p {
    font-size: 14px;
    color: #4b5563;
    margin-bottom: 14px;
}
.sas-essay-page .sas-sp-overwhelm-lists {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 18px;
}
.sas-essay-page .sas-sp-overwhelm-lists ul {
    margin: 0;
    padding-left: 18px;
    font-size: 13px;
}

/* ============================
   DIFFERENT – 3 cards
============================ */
.sas-essay-page .sas-sp-different h2 {
    margin-bottom: 14px;
}
.sas-essay-page .sas-sp-card-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 16px;
}
.sas-essay-page .sas-sp-card {
    background: #f9fafb;
    border-radius: 10px;
    padding: 14px 14px 12px;
    border: 1px solid #e5e7eb;
}
.sas-essay-page .sas-sp-card p {
    font-size: 13px;
    margin: 0;
    color: #4b5563;
}

/* ============================
   PROCESS – vertical steps
============================ */
.sas-essay-page .sas-sp-process-list {
    margin-top: 6px;
    border-left: 2px solid #e5e7eb;
    padding-left: 16px;
}
.sas-essay-page .sas-sp-process-item {
    position: relative;
    padding: 10px 0 14px;
}
.sas-essay-page .sas-sp-process-item::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #f97316;
    left: -11px;
    top: 20px;
}
.sas-essay-page .sas-sp-step-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #6b7280;
    margin-bottom: 2px;
}
.sas-essay-page .sas-sp-process-item p {
    font-size: 13px;
    color: #4b5563;
    margin: 0;
}

/* ============================
   FAQ – accordion
============================ */
.sas-essay-page .sas-sp-faq-list {
    margin-top: 8px;
}
.sas-essay-page .sas-sp-faq-item {
    border-bottom: 1px solid #e5e7eb;
}
.sas-essay-page .sas-sp-faq-item:last-child {
    border-bottom: none;
}
.sas-essay-page .sas-sp-faq-question {
    width: 100%;
    text-align: left;
    padding: 10px 0;
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sas-essay-page .sas-sp-faq-question::after {
    content: "+";
    font-weight: 700;
    color: #6b7280;
    margin-left: 10px;
}
.sas-essay-page .sas-sp-faq-item.open .sas-sp-faq-question::after {
    content: "–";
}
.sas-essay-page .sas-sp-faq-answer {
    display: none;
    padding: 0 0 10px;
    font-size: 13px;
    color: #4b5563;
}
.sas-essay-page .sas-sp-faq-item.open .sas-sp-faq-answer {
    display: block;
}

/* ============================
   TESTIMONIALS – service page
============================ */
.sas-essay-page .sas-sp-testimonials h2 {
    text-align: left;
    margin-bottom: 12px;
}
.sas-essay-page .sas-sp-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 14px;
}
.sas-essay-page .sas-sp-testimonial {
    background: #f9fafb;
    border-radius: 10px;
    padding: 12px 14px;
    border: 1px solid #e5e7eb;
    font-size: 13px;
}
.sas-essay-page .sas-sp-quote {
    margin: 0 0 6px;
    color: #374151;
}
.sas-essay-page .sas-sp-name {
    margin: 0;
    font-size: 12px;
    color: #0E2A52;
    font-weight: 600;
}

/* ============================
   CTA SECTION
============================ */
.sas-essay-page .sas-sp-cta {
    text-align: center;
}
.sas-essay-page .sas-sp-cta h2 {
    margin-bottom: 6px;
}
.sas-essay-page .sas-sp-cta .sas-sp-intro {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}
.sas-essay-page .sas-sp-cta .sas-sp-btn {
    margin-top: 8px;
}

/* ============================
   RESPONSIVE – services
============================ */
@media (max-width: 960px) {
  .sas-essay-page .sas-sp-card-grid,
  .sas-essay-page .sas-sp-testimonial-grid {
      grid-template-columns: repeat(2,minmax(0,1fr));
  }
}
@media (max-width: 768px) {
  .sas-essay-page .sas-sp-flex {
      flex-direction: column;
  }
  .sas-essay-page .sas-sp-overwhelm-lists {
      grid-template-columns: 1fr;
  }
  .sas-essay-page .sas-sp-card-grid,
  .sas-essay-page .sas-sp-testimonial-grid {
      grid-template-columns: 1fr;
  }
  .sas-essay-page .sas-sp-hero-actions {
      flex-direction: column;
  }
  .sas-essay-page .sas-sp-hero-actions .sas-sp-btn {
      width: 100%;
      justify-content: center;
  }
}


/* WhatsApp Widget – Fixed Floating */
.sas-wa-widget {
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: 320px;
    max-width: 90vw;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 14px 40px rgba(0,0,0,0.25);
    font-family: inherit;
    z-index: 999999;
}

.sas-wa-header {
    background: #128C7E;
    color: #ffffff;
    padding: 10px 12px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.sas-wa-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.sas-wa-button {
    display: block;
    background: #25D366;
    color: #fff;
    text-align: center;
    padding: 12px;
    font-weight: 600;
    text-decoration: none;
}

/* Minimized button */
.sas-wa-toggle {
    position: fixed;
    left: 20px;
    bottom: 20px;
    background: #25D366;
    color: #fff;
    padding: 12px 16px;
    border-radius: 999px;
    border: none;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    display: none; /* JS will control */
    z-index: 999999;
}

/* Mobile responsive */
@media(max-width: 600px) {
  .sas-wa-widget {
      left: 10px;
      right: 10px;
      width: auto;
      bottom: 70px;
  }
  .sas-wa-toggle {
      left: 50%;
      transform: translateX(-50%);
  }
}
