/* ================================================
   SERVICE DETAIL — service-*.html
   ================================================ */

.svc-back { display: inline-flex; align-items: center; gap: 0.5rem; color: var(--sage); font-size: 0.88rem; font-weight: 600; font-family: 'DM Sans', sans-serif; text-decoration: none; margin-bottom: 2.5rem; transition: gap 0.2s; }
.svc-back:hover { gap: 0.75rem; }
.svc-back svg { width: 16px; height: 16px; stroke-width: 2.5; }

.svc-detail-grid { display: grid; grid-template-columns: 1fr 300px; gap: 4rem; align-items: start; }
.svc-detail-main h2 { font-size: clamp(1.6rem, 2.5vw, 2rem); margin-bottom: 1rem; color: var(--text-dark); }
.svc-detail-main > p { color: var(--text-mid); font-weight: 300; line-height: 1.85; margin-bottom: 1.25rem; }
.svc-detail-main h3 { font-size: 1.05rem; margin: 2rem 0 1rem; color: var(--text-dark); font-family: 'DM Sans', sans-serif; font-weight: 600; }

.svc-include-list { list-style: none; display: flex; flex-direction: column; gap: 0.65rem; margin-bottom: 2rem; }
.svc-include-list li { display: flex; align-items: flex-start; gap: 0.75rem; font-size: 0.92rem; color: var(--text-dark); font-family: 'DM Sans', sans-serif; line-height: 1.55; }
.svc-include-icon { width: 20px; height: 20px; background: var(--sage-light); border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; margin-top: 1px; }
.svc-include-icon svg { width: 11px; height: 11px; stroke-width: 3; color: var(--sage-dark); }

.svc-info-card { background: white; border-radius: 20px; padding: 1.75rem; box-shadow: 0 8px 40px rgba(123,63,173,0.12); border: 1px solid rgba(123,63,173,0.1); position: sticky; top: 130px; }
.svc-info-card .tag { margin-bottom: 1.25rem; display: inline-block; font-size: 0.75rem; font-weight: 600; padding: 4px 14px; border-radius: 50px; }
.svc-info-row { margin-bottom: 1rem; font-family: 'DM Sans', sans-serif; }
.svc-info-row span { display: block; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.07em; color: var(--text-light); font-weight: 600; margin-bottom: 0.2rem; }
.svc-info-row strong { font-size: 0.88rem; color: var(--text-dark); font-weight: 500; }
.svc-info-divider { border: none; border-top: 1px solid rgba(123,63,173,0.1); margin: 1.25rem 0; }
.svc-info-card .btn-primary { display: block; text-align: center; margin-bottom: 0.75rem; }
.svc-info-card .btn-secondary { display: block; text-align: center; }

.svc-who-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.25rem; margin-top: 2rem; }
.svc-who-card { background: white; border-radius: 16px; padding: 1.5rem; border: 1px solid rgba(123,63,173,0.1); }
.svc-who-icon { width: 44px; height: 44px; background: var(--sage-light); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--sage-dark); margin-bottom: 1rem; }
.svc-who-icon svg { width: 20px; height: 20px; stroke-width: 1.75; }
.svc-who-card h4 { font-size: 0.95rem; margin-bottom: 0.4rem; color: var(--text-dark); font-family: 'DM Sans', sans-serif; font-weight: 600; }
.svc-who-card p { font-size: 0.85rem; color: var(--text-mid); font-weight: 300; line-height: 1.7; margin: 0; }

.svc-note { background: var(--sage-light); border-radius: 12px; padding: 1rem 1.25rem; font-size: 0.88rem; color: var(--sage-dark); font-family: 'DM Sans', sans-serif; line-height: 1.7; margin-top: 1.5rem; }

@media (max-width: 960px) { .svc-detail-grid { grid-template-columns: 1fr; gap: 2.5rem; } .svc-info-card { position: static; } }
@media (max-width: 600px) { .svc-who-grid { grid-template-columns: 1fr; } }

/* ================================================
   CREATIVE SIDEBAR
   ================================================ */
.svc-sidebar { border-radius: 20px; overflow: hidden; box-shadow: 0 8px 40px rgba(123,63,173,0.14); border: 1px solid rgba(123,63,173,0.1); position: sticky; top: 130px; }
.svc-sidebar-header { background: linear-gradient(135deg, var(--sage-dark) 0%, var(--sage) 100%); padding: 1.75rem; color: white; text-align: center; }
.svc-sidebar-header svg { width: 38px; height: 38px; stroke-width: 1.5; margin-bottom: 0.875rem; opacity: 0.95; display: block; margin-left: auto; margin-right: auto; }
.svc-sidebar-header h4 { font-size: 1.05rem; color: white; margin-bottom: 0.4rem; font-family: 'Lora', serif; line-height: 1.3; }
.svc-sidebar-header p { font-size: 0.82rem; color: rgba(255,255,255,0.75); line-height: 1.65; margin: 0; font-weight: 300; }
.svc-sidebar-body { background: white; padding: 1.5rem; }
.svc-sidebar-body-label { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.09em; color: var(--text-light); font-family: 'DM Sans', sans-serif; margin-bottom: 0.875rem; display: block; }
.svc-sidebar-footer { background: white; padding: 0 1.5rem 1.5rem; display: flex; flex-direction: column; gap: 0.65rem; }
.svc-sidebar-footer .btn-primary,
.svc-sidebar-footer .btn-secondary { display: block; text-align: center; padding: 12px 20px; font-size: 0.88rem; }

/* TIMELINE (Daily Life) */
.svc-timeline { display: flex; flex-direction: column; gap: 0; }
.svc-timeline-item { display: flex; gap: 0.75rem; align-items: flex-start; padding-bottom: 1.1rem; position: relative; }
.svc-timeline-item:not(:last-child)::before { content: ''; position: absolute; left: 15px; top: 32px; bottom: 0; width: 2px; background: var(--sage-light); }
.svc-timeline-dot { width: 32px; height: 32px; background: var(--sage-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--sage-dark); }
.svc-timeline-dot svg { width: 14px; height: 14px; stroke-width: 2.25; }
.svc-timeline-content { padding-top: 5px; }
.svc-timeline-time { font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--sage); font-family: 'DM Sans', sans-serif; }
.svc-timeline-task { font-size: 0.84rem; color: var(--text-dark); font-family: 'DM Sans', sans-serif; font-weight: 500; line-height: 1.4; }

/* ACTIVITY PILLS (Community) */
.svc-pill-grid { display: flex; flex-wrap: wrap; gap: 0.45rem; }
.svc-pill { display: inline-flex; align-items: center; gap: 0.3rem; background: var(--sage-light); color: var(--sage-dark); font-size: 0.78rem; font-weight: 600; padding: 5px 11px; border-radius: 50px; font-family: 'DM Sans', sans-serif; }
.svc-pill svg { width: 11px; height: 11px; stroke-width: 2.5; }

/* PROPERTY STATS (Accommodation) */
.svc-vacancy-badge { display: inline-flex; align-items: center; gap: 0.45rem; background: #dcfce7; color: #15803d; font-size: 0.78rem; font-weight: 700; padding: 6px 14px; border-radius: 50px; font-family: 'DM Sans', sans-serif; margin-bottom: 1.1rem; }
.svc-vacancy-badge svg { width: 13px; height: 13px; stroke-width: 2.5; }
.svc-prop-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem; }
.svc-prop-stat { background: var(--warm-cream); border-radius: 12px; padding: 0.875rem 0.75rem; text-align: center; border: 1px solid rgba(123,63,173,0.07); }
.svc-prop-stat svg { width: 18px; height: 18px; color: var(--sage); stroke-width: 1.75; display: block; margin: 0 auto 0.35rem; }
.svc-prop-stat strong { display: block; font-size: 0.9rem; color: var(--text-dark); font-family: 'DM Sans', sans-serif; font-weight: 700; }
.svc-prop-stat span { font-size: 0.7rem; color: var(--text-light); font-family: 'DM Sans', sans-serif; font-weight: 400; }

/* PROCESS STEPS (Support Coordination) */
.svc-steps { display: flex; flex-direction: column; gap: 0.8rem; }
.svc-step { display: flex; gap: 0.75rem; align-items: flex-start; }
.svc-step-num { width: 26px; height: 26px; background: var(--sage); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.75rem; font-weight: 700; font-family: 'DM Sans', sans-serif; flex-shrink: 0; margin-top: 3px; }
.svc-step-text strong { display: block; font-size: 0.86rem; color: var(--text-dark); font-family: 'DM Sans', sans-serif; font-weight: 600; line-height: 1.35; }
.svc-step-text span { font-size: 0.79rem; color: var(--text-mid); font-weight: 300; line-height: 1.5; }

/* DESTINATIONS (Transport) */
.svc-destinations { display: flex; flex-direction: column; gap: 0.65rem; }
.svc-destination { display: flex; align-items: center; gap: 0.65rem; font-size: 0.84rem; color: var(--text-dark); font-family: 'DM Sans', sans-serif; font-weight: 500; }
.svc-destination svg { width: 16px; height: 16px; color: var(--sage); stroke-width: 2; flex-shrink: 0; }

/* PACKAGE LEVELS (Home Care) */
.svc-levels { display: flex; flex-direction: column; gap: 0.5rem; }
.svc-level { display: flex; align-items: center; gap: 0.75rem; padding: 0.65rem 0.875rem; border-radius: 11px; background: var(--warm-cream); border: 1px solid rgba(123,63,173,0.06); }
.svc-level-badge { width: 34px; height: 34px; border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: 0.7rem; font-weight: 700; font-family: 'DM Sans', sans-serif; flex-shrink: 0; }
.svc-level:nth-child(1) .svc-level-badge { background: #e0f2fe; color: #0369a1; }
.svc-level:nth-child(2) .svc-level-badge { background: #dcfce7; color: #15803d; }
.svc-level:nth-child(3) .svc-level-badge { background: #fef9c3; color: #854d0e; }
.svc-level:nth-child(4) .svc-level-badge { background: var(--sage-light); color: var(--sage-dark); }
.svc-level-info strong { display: block; font-size: 0.83rem; color: var(--text-dark); font-family: 'DM Sans', sans-serif; font-weight: 600; line-height: 1.25; }
.svc-level-info span { font-size: 0.75rem; color: var(--text-mid); font-weight: 300; }

@media (max-width: 960px) { .svc-sidebar { position: static; } }
