/* ═══════════════════════════════════════════════════
   JMK-Web — services.css (page-specific)
   ═══════════════════════════════════════════════════ */

.page-header { background: var(--navy); padding: 10rem 0 5rem; position: relative; overflow: hidden; }
.page-header-grid { position: absolute; inset: 0; opacity: 0.03; background-image: linear-gradient(var(--accent) 1px, transparent 1px), linear-gradient(90deg, var(--accent) 1px, transparent 1px); background-size: 64px 64px; }
.page-header-line { position: absolute; top: 0; left: calc(5% + 100px); width: 1px; height: 100%; background: linear-gradient(to bottom, transparent 0%, rgba(61,133,212,0.25) 40%, transparent 100%); }
.page-header-content { position: relative; z-index: 1; }
.page-header .section-title { color: var(--white); margin-bottom: 1rem; }
.page-header .section-sub { color: #8aa8c4; margin-bottom: 0; }

#services-full { background: var(--navy); padding: 0 0 6rem; position: relative; }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid rgba(61,133,212,0.18); gap: 1px; background: rgba(61,133,212,0.18); }
.service-card { background: var(--navy-mid); padding: 2.8rem 2.4rem; position: relative; overflow: hidden; transition: background 0.25s; }
.service-card:hover { background: #162d50; }
.service-card::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: var(--accent); transition: width 0.3s; }
.service-card:hover::after { width: 100%; }
.s-header { display: flex; align-items: flex-start; gap: 1.2rem; margin-bottom: 1.4rem; }
.s-icon { width: 44px; height: 44px; border-radius: 8px; background: rgba(61,133,212,0.13); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.s-icon svg { width: 20px; height: 20px; stroke: var(--accent-light); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.s-num { font-size: 0.65rem; font-weight: 500; letter-spacing: 0.15em; color: var(--accent); text-transform: uppercase; display: block; margin-bottom: 0.3rem; }
.s-name { font-family: 'Syne', sans-serif; font-size: 1.15rem; font-weight: 700; color: var(--white); }
.s-desc { font-size: 0.88rem; color: #8aa8c4; line-height: 1.75; font-weight: 400; margin-bottom: 1.5rem; }
.s-features { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem 1.5rem; margin-bottom: 1.8rem; }
.s-features li { font-size: 0.82rem; color: #bdd0e2; font-weight: 400; display: flex; align-items: center; gap: 0.5rem; }
.s-features li::before { content: ''; width: 5px; height: 5px; background: var(--accent); border-radius: 50%; flex-shrink: 0; }
.s-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 1.4rem; border-top: 1px solid rgba(61,133,212,0.15); }
.s-price { font-family: 'Syne', sans-serif; font-size: 1.2rem; font-weight: 600; color: var(--accent-light); }
.s-price small { font-family: 'Inter', sans-serif; font-size: 0.73rem; color: #7a96b0; font-weight: 400; }
.s-cta { display: inline-block; padding: 0.55rem 1.3rem; border: 1px solid var(--accent); border-radius: 5px; color: var(--accent-light); font-size: 0.8rem; font-weight: 500; text-decoration: none; transition: all 0.2s; }
.s-cta:hover { background: var(--accent); color: var(--white); }

#inclus { background: var(--off-white); padding: 6rem 0; }
.inclus-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; }
.inclus-card { background: var(--white); border: 1px solid #e2eaf4; border-radius: 8px; padding: 2rem 1.6rem; transition: transform 0.22s; }
.inclus-card:hover { transform: translateY(-3px); }
.inclus-icon { width: 42px; height: 42px; border-radius: 9px; background: rgba(61,133,212,0.08); display: flex; align-items: center; justify-content: center; margin-bottom: 1.2rem; }
.inclus-icon svg { width: 20px; height: 20px; stroke: var(--accent); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.inclus-title { font-family: 'Syne', sans-serif; font-size: 0.95rem; font-weight: 700; color: var(--text); margin-bottom: 0.5rem; }
.inclus-desc { font-size: 0.85rem; color: #3d5a78; line-height: 1.7; font-weight: 400; }

#engagement { background: var(--white); padding: 6rem 0; }
.engagement-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid #e2eaf4; border-radius: 8px; overflow: hidden; }
.engagement-card { padding: 2.2rem; position: relative; }
.engagement-card:nth-child(1) { border-right: 1px solid #e2eaf4; border-bottom: 1px solid #e2eaf4; }
.engagement-card:nth-child(2) { border-bottom: 1px solid #e2eaf4; }
.engagement-card:nth-child(3) { border-right: 1px solid #e2eaf4; }
.e-num { font-family: 'Syne', sans-serif; font-size: 1.6rem; font-weight: 800; color: #d0dde9; margin-bottom: 0.8rem; }
.e-title { font-family: 'Syne', sans-serif; font-size: 1rem; font-weight: 700; color: var(--text); margin-bottom: 0.5rem; }
.e-desc { font-size: 0.88rem; color: #3d5a78; line-height: 1.7; font-weight: 400; }

#cta-banner { background: var(--navy); padding: 5rem 0; position: relative; overflow: hidden; }
.cta-grid-bg { position: absolute; inset: 0; opacity: 0.025; background-image: linear-gradient(var(--accent) 1px, transparent 1px), linear-gradient(90deg, var(--accent) 1px, transparent 1px); background-size: 64px 64px; }
.cta-content { position: relative; z-index: 1; text-align: center; max-width: 600px; margin: 0 auto; }
.cta-content .section-title { color: var(--white); margin-bottom: 1rem; }
.cta-sub { font-size: 0.95rem; font-weight: 400; color: #8aa8c4; line-height: 1.75; margin-bottom: 2.2rem; }
.cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

@media (max-width: 900px) {
  .services-grid { grid-template-columns: 1fr; }
  .s-features { grid-template-columns: 1fr; }
  .engagement-grid { grid-template-columns: 1fr; }
  .engagement-card:nth-child(1), .engagement-card:nth-child(2), .engagement-card:nth-child(3) { border-right: none; border-bottom: 1px solid #e2eaf4; }
  .engagement-card:last-child { border-bottom: none; }
}
