/* panel + stat-row, service-card, action_panel + payment-list,
   faq-accordion, location-block.
   Ported verbatim from css/components.css in the static handoff. */
.jcao-panel { background: var(--surface); border-radius: var(--r-xl); padding: clamp(24px, 2.8vw, 40px); box-shadow: var(--e-2); }
.jcao-panel--tint { background: var(--steel-tint); box-shadow: none; padding: clamp(22px, 2.4vw, 32px); }
.jcao-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 1px; margin-top: 26px; background: var(--rule); border-radius: var(--r-lg); overflow: hidden; }
.jcao-stat { background: #f8fafc; padding: 20px; }
.jcao-stat__fig { display: block; font-family: var(--font-heading); font-weight: 600; font-size: 32px; line-height: 1; color: var(--steel); }
.jcao-stat__label { display: block; font-size: 13.5px; color: var(--ink-5); margin-top: 6px; }

/* service-card */
.jcao-services { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 14px; margin-top: 22px; }
.jcao-servicecard { background: var(--surface); border-radius: 9px; border-top: 3px solid var(--steel); padding: 20px; box-shadow: 0 1px 2px rgba(28,35,51,.05), 0 6px 18px rgba(28,35,51,.06); }
.jcao-servicecard h3 { font-size: 18px; }
.jcao-footnote { font-size: 14px; line-height: 1.65; color: var(--ink-5); margin: 16px 0 0; max-width: 70ch; }
.jcao-footnote--fine { font-size: 13px; font-style: italic; color: var(--ink-6); margin-top: 14px; }

/* action_panel + payment-list */
.jcao-duo { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: clamp(16px, 2vw, 24px); }
.jcao-deflist { margin: 20px 0 0; display: grid; grid-template-columns: auto 1fr; gap: 10px 18px; font-size: 15px; color: #28374f; }
.jcao-deflist dt { font-weight: 600; }
.jcao-deflist dd { margin: 0; }
.jcao-paylist { list-style: none; margin: 18px 0 0; padding: 0; display: flex; flex-direction: column; }
.jcao-paylist li { border-top: 1px solid var(--rule-soft); padding: 14px 0; }
.jcao-paylist li:last-child { border-bottom: 1px solid var(--rule-soft); }
.jcao-paylist__label { display: block; font-family: var(--font-heading); font-weight: 600; font-size: 17px; color: var(--navy); }
.jcao-paylist__body { display: block; font-size: 14.5px; line-height: 1.6; color: var(--ink-4); margin-top: 4px; }

/* faq-accordion */
.jcao-faq { margin-top: 22px; background: var(--surface); border-radius: var(--r-xl); padding: 6px clamp(14px, 1.8vw, 24px); box-shadow: var(--e-2); }
.jcao-faq details { border-bottom: 1px solid var(--rule-soft); }
.jcao-faq details:last-child { border-bottom: 0; }
.jcao-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 60px; padding: 16px 0; font-family: var(--font-heading); font-weight: 600; font-size: 18.5px; color: var(--navy); }
.jcao-faq summary svg { flex: none; color: var(--steel); transition: transform .2s ease; }
.jcao-faq details[open] summary svg { transform: rotate(45deg); }
.jcao-faq p { font-size: 15.5px; line-height: 1.75; color: var(--ink-3); margin: 0 0 18px; max-width: 70ch; }

/* location-block */
.jcao-locations { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: clamp(16px, 2vw, 26px); margin-top: 24px; }
.jcao-location { border-left: 3px solid var(--steel); padding-left: 18px; }
.jcao-location--navy { border-left-color: var(--navy); }
.jcao-location--sand { border-left-color: var(--sand); }
.jcao-location h3 { font-size: 19px; }
.jcao-location address { font-size: 15px; line-height: 1.75; margin-top: 8px; color: var(--ink-4); }
.jcao-location p { margin: 10px 0 0; font-size: 14.5px; line-height: 1.6; color: var(--ink-5); }
