/* ============================================================
   SERVICE PAGE STYLES — add to your theme as service-style.css
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }

/* ---- HERO ---- */
.nc-hero {
  background: linear-gradient(135deg, #dce9f7 0%, #e8f0fd 50%, #edf3f7 100%);
  padding: 60px 24px 70px;
}
.nc-hero-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 48px; align-items: center;
}
.nc-hero-left { display: flex; flex-direction: column; gap: 20px; }
.nc-hero-title { font-size: clamp(30px, 4vw, 48px); font-weight: 800; color: #0f172a; line-height: 1.15; letter-spacing: -0.5px; margin: 0; }
.nc-hero-desc { font-size: 17px; line-height: 1.65; color: #4b5563; margin: 0; max-width: 400px; }
.nc-hero-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 4px; }
.nc-btn-primary { display: inline-flex; align-items: center; padding: 13px 24px; background: #E8312A; color: #fff; font-size: 15px; font-weight: 700; border-radius: 6px; text-decoration: none; font-family: 'DM Sans', sans-serif; transition: background 0.2s ease, transform 0.2s ease; }
.nc-btn-primary:hover { background: #c9271f; transform: translateY(-1px); }
.nc-btn-outline { display: inline-flex; align-items: center; gap: 7px; padding: 13px 22px; color: #1A6FB4; font-size: 15px; font-weight: 600; border-radius: 6px; border: 1.5px solid #1A6FB4; text-decoration: none; background: transparent; transition: background 0.2s ease, color 0.2s ease; }
.nc-btn-outline:hover { background: #1A6FB4; color: #fff; }
.nc-hero-right { display: flex; justify-content: flex-end; }
.nc-hero-img-wrap { width: 100%; max-width: 420px; border-radius: 16px; overflow: hidden; box-shadow: 0 16px 48px rgba(0,0,0,0.10); }
.nc-hero-img { width: 100%; height: 300px; object-fit: cover; display: block; }

/* ---- WHO IS THIS FOR ---- */
.nc-who { padding: 72px 24px 80px; background: #ffffff; }
.nc-who-inner { max-width: 900px; margin: 0 auto; }
.nc-who-title { font-size: 34px; font-weight: 800; color: #0f172a; text-align: center; margin: 0 0 48px; letter-spacing: -0.3px; }
.nc-who-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 48px; }
.nc-who-item { display: flex; align-items: flex-start; gap: 12px; }
.nc-check { width: 28px; height: 28px; border-radius: 50%; border: 2px solid #1A6FB4; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.nc-who-item p { font-size: 15.5px; line-height: 1.65; color: #374151; margin: 0; }

/* ---- WHAT WE DO ---- */
.wd-section { padding: 72px 24px 60px; background: linear-gradient(135deg, #dce9f7 0%, #e8f0fd 50%, #edf3f7 100%); }
.wd-inner { max-width: 720px; margin: 0 auto; }
.wd-title { font-size: 34px; font-weight: 800; color: #0f172a; text-align: center; margin: 0 0 36px; letter-spacing: -0.3px; }
.wd-card { background: #ffffff; border: 1px solid #c8dff5; border-radius: 12px; padding: 32px 36px; }
.wd-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }
.wd-list li { font-size: 15.5px; line-height: 1.6; color: #374151; padding-left: 20px; position: relative; }
.wd-list li::before { content: "●"; position: absolute; left: 0; color: #1A6FB4; font-size: 8px; top: 6px; }

/* ---- HOW CAREPORT IS DIFFERENT ---- */
.hd-section { padding: 72px 24px 80px; background: #ffffff; }
.hd-inner { max-width: 860px; margin: 0 auto; }
.hd-title { font-size: 34px; font-weight: 800; color: #0f172a; text-align: center; margin: 0 0 40px; letter-spacing: -0.3px; }
.hd-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.hd-card { border: 1px solid #e2e8f0; border-radius: 10px; padding: 32px 20px 28px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 20px; transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease; }
.hd-card:hover { box-shadow: 0 6px 24px rgba(232,49,42,0.12); transform: translateY(-3px); border-color: #f5a8a5; }
.hd-icon { width: 52px; height: 52px; background: #E8312A; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hd-card p { font-size: 15px; line-height: 1.6; color: #374151; margin: 0; font-weight: 500; }

/* ---- TRANSPARENT PRICING ---- */
.tp-section { padding: 72px 24px 80px; background: linear-gradient(135deg, #dce9f7 0%, #e8f0fd 50%, #edf3f7 100%); }
.tp-inner { max-width: 600px; margin: 0 auto; text-align: center; }
.tp-title { font-size: 34px; font-weight: 800; color: #0f172a; margin: 0 0 32px; letter-spacing: -0.3px; }
.tp-card { background: #ffffff; border: 1px solid #c8dff5; border-radius: 12px; padding: 36px 40px; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.tp-price { font-size: 20px; font-weight: 700; color: #1A6FB4; margin: 0; line-height: 1.4; }
.tp-desc { font-size: 15.5px; color: #64748b; margin: 0; line-height: 1.6; }
.tp-btn { display: inline-flex; align-items: center; padding: 13px 30px; background: #E8312A; color: #ffffff; font-size: 15px; font-weight: 700; border-radius: 6px; text-decoration: none; margin-top: 8px; transition: background 0.2s ease, transform 0.2s ease; }
.tp-btn:hover { background: #c9271f; transform: translateY(-1px); }

/* ---- FAQ ---- */
.faq-section { padding: 72px 24px 80px; background: #ffffff; }
.faq-inner { max-width: 700px; margin: 0 auto; }
.faq-title { font-size: 34px; font-weight: 800; color: #0f172a; text-align: center; margin: 0 0 40px; letter-spacing: -0.3px; }
.faq-list { display: flex; flex-direction: column; border-top: 1px solid #e2e8f0; }
.faq-item { border-bottom: 1px solid #e2e8f0; }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 4px; background: none; border: none; cursor: pointer; font-family: 'DM Sans', sans-serif; font-size: 15.5px; font-weight: 500; color: #1e293b; text-align: left; transition: color 0.2s ease; }
.faq-question:hover { color: #1A6FB4; }
.faq-icon { flex-shrink: 0; color: #94a3b8; transition: transform 0.3s ease, color 0.2s ease; }
.faq-question[aria-expanded="true"] .faq-icon { transform: rotate(180deg); color: #1A6FB4; }
.faq-answer { overflow: hidden; max-height: 0; transition: max-height 0.35s ease, padding 0.35s ease; }
.faq-answer.open { max-height: 300px; padding-bottom: 18px; }
.faq-answer p { font-size: 15px; line-height: 1.75; color: #64748b; margin: 0; padding: 0 4px; }

/* ---- SERVICE AREAS ---- */
.sa2-section { padding: 60px 24px 70px; background: #ffffff; }
.sa2-inner { max-width: 720px; margin: 0 auto; }
.sa2-card { border: 1px solid #e2e8f0; border-radius: 12px; padding: 32px 36px; display: flex; flex-direction: column; gap: 16px; }
.sa2-card-title { font-size: 18px; font-weight: 700; color: #0f172a; margin: 0; display: flex; align-items: center; gap: 8px; line-height: 1.3; }
.sa2-text { font-size: 15px; line-height: 1.8; color: #4b5563; margin: 0; }
.sa2-text strong { color: #0f172a; font-weight: 600; }

/* ---- READY TO GET STARTED ---- */
.rgs-section { padding: 64px 24px 72px; background: linear-gradient(135deg, #1A6FB4 0%, #1A4FA0 100%); text-align: center; }
.rgs-inner { max-width: 600px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.rgs-title { font-size: 34px; font-weight: 800; color: #ffffff; margin: 0; letter-spacing: -0.3px; line-height: 1.2; }
.rgs-desc { font-size: 16px; color: rgba(255,255,255,0.88); margin: 0; line-height: 1.65; max-width: 400px; }
.rgs-btns { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; justify-content: center; margin-top: 10px; }
.rgs-btn-call { display: inline-flex; align-items: center; gap: 8px; padding: 13px 24px; background: rgba(255,255,255,0.15); color: #ffffff; font-size: 15px; font-weight: 600; border-radius: 8px; border: 1.5px solid rgba(255,255,255,0.5); text-decoration: none; transition: background 0.22s ease, transform 0.22s ease; }
.rgs-btn-call:hover { background: rgba(255,255,255,0.25); transform: translateY(-2px); }
.rgs-btn-whatsapp { display: inline-flex; align-items: center; gap: 8px; padding: 13px 24px; background: #25D366; color: #ffffff; font-size: 15px; font-weight: 600; border-radius: 8px; text-decoration: none; transition: background 0.22s ease, transform 0.22s ease; }
.rgs-btn-whatsapp:hover { background: #1fba58; transform: translateY(-2px); }

/* ---- RESPONSIVE ---- */
@media (max-width: 768px) {
  .nc-hero-inner { grid-template-columns: 1fr; gap: 32px; }
  .nc-hero-right { justify-content: center; }
  .nc-hero-img-wrap { max-width: 100%; }
  .nc-who-grid { grid-template-columns: 1fr; gap: 16px; }
  .hd-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .wd-card { padding: 24px 22px; }
}
@media (max-width: 560px) {
  .nc-hero { padding: 40px 20px 50px; }
  .nc-who, .wd-section, .hd-section, .tp-section, .faq-section, .sa2-section, .rgs-section { padding: 52px 20px 60px; }
  .nc-hero-btns { flex-direction: column; }
  .nc-btn-primary, .nc-btn-outline { justify-content: center; }
  .nc-hero-title { font-size: 28px; }
  .nc-who-title, .wd-title, .hd-title, .tp-title, .faq-title, .rgs-title { font-size: 26px; }
  .hd-grid { grid-template-columns: 1fr; }
  .tp-card { padding: 28px 22px; }
  .tp-price { font-size: 17px; }
  .sa2-card { padding: 24px 20px; }
  .rgs-btns { flex-direction: column; width: 100%; }
  .rgs-btn-call, .rgs-btn-whatsapp { justify-content: center; width: 100%; }
}