/* Marketing pages under /products and /solutions (templates/site_page.html). */
.site-page { max-width: 1200px; margin: 24px auto 0; padding: 0 24px 64px; color: #1e293b; }
.site-page h1, .site-page h2, .site-page h3 { display: block; font-weight: 600; line-height: 1.15; margin: 0; letter-spacing: normal; }
.site-page .gradient-word { display: inline; }
.site-page p { margin: 0; color: #475569; line-height: 1.6; }

.sp-breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #5b6472; margin-bottom: 28px; }
.sp-breadcrumb a { color: inherit; text-decoration: none; }
.sp-breadcrumb-current { color: #1e293b; font-weight: 500; }

.sp-hero { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 20px; padding: 8px 0 56px; }
.sp-eyebrow { display: inline-flex; align-items: center; gap: 8px; height: 30px; padding: 0 14px; border-radius: 15px; background: rgba(255,255,255,0.8); border: 1px solid #ece9e2; font-size: 13px; font-weight: 600; color: #833AB4; }
.sp-hero h1 { max-width: 980px; font-size: clamp(34px, 4.6vw, 56px); letter-spacing: -0.01em; }
.sp-hero-subtitle { max-width: 820px; font-size: clamp(16px, 1.4vw, 19px); }
.sp-hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 4px; }
.sp-points { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 28px; font-size: 14px; color: #475569; }
.sp-points li { display: inline-flex; align-items: center; gap: 8px; }
.sp-points svg { color: #833AB4; stroke-width: 2.4; }

.sp-btn { display: inline-flex; align-items: center; gap: 8px; min-height: 48px; padding: 0 24px; border-radius: 24px; font-size: 15px; font-weight: 600; text-decoration: none; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.sp-btn:hover { transform: translateY(-1px); }
.sp-btn-primary { background: linear-gradient(45deg, #E1306C 0%, #C13584 25%, #833AB4 50%); color: #fff; box-shadow: 0 2px 8px rgba(225, 48, 108, 0.3); }
.sp-btn-primary:hover { box-shadow: 0 4px 12px rgba(225, 48, 108, 0.4); color: #fff; }
.sp-btn-secondary { background: rgba(255,255,255,0.9); border: 1px solid #ece9e2; color: #1e293b; }
.sp-btn-light { background: #fff; color: #1e293b; flex-shrink: 0; }

.sp-section { padding: 40px 0; }
.sp-section > h2 { font-size: clamp(28px, 3vw, 38px); text-align: center; margin-bottom: 28px; }
.sp-section-intro { max-width: 760px; margin: -12px auto 28px; text-align: center; }

.sp-card { background: rgba(255,255,255,0.85); border: 1px solid #ece9e2; border-radius: 20px; padding: 28px; box-shadow: 0 8px 32px rgba(0,0,0,0.06); display: flex; flex-direction: column; gap: 12px; }
.sp-card h3 { font-size: 20px; }
.sp-card p { font-size: 15px; }
.sp-card-icon { width: 44px; height: 44px; border-radius: 14px; background: #f4effb; display: flex; align-items: center; justify-content: center; color: #833AB4; }
.sp-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }

.sp-steps-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.sp-steps-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.sp-step-number { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, #E1306C 0%, #833AB4 60%, #405DE6 100%); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 700; }

.sp-chat-section { display: grid; grid-template-columns: 1.15fr 1fr; gap: 64px; align-items: center; }
.sp-chat-copy h2 { font-size: clamp(28px, 3vw, 38px); margin-bottom: 16px; }
.sp-chat-copy p { font-size: 17px; }
.sp-phone { width: 320px; max-width: 100%; height: 560px; margin: 0 auto; border-radius: 40px; background: #111318; padding: 12px; box-sizing: border-box; box-shadow: 0 24px 64px rgba(30,41,59,0.22); }
.sp-phone-screen { height: 100%; border-radius: 30px; background: #efe9e1; overflow: hidden; display: flex; flex-direction: column; }
.sp-chat-header { height: 64px; background: #fff; display: flex; align-items: center; gap: 10px; padding: 0 16px; border-bottom: 1px solid #ece9e2; }
.sp-chat-header img { width: 36px; height: 36px; border-radius: 50%; }
.sp-chat-header div { display: flex; flex-direction: column; font-size: 15px; }
.sp-chat-header span { font-size: 12px; color: #5b6472; }
.sp-chat-messages { flex: 1; padding: 14px 12px; display: flex; flex-direction: column; gap: 10px; font-size: 13.5px; line-height: 1.45; direction: ltr; }
.sp-chat-bubble { max-width: 86%; padding: 9px 12px; color: #1e293b; box-shadow: 0 1px 2px rgba(0,0,0,0.06); }
.sp-chat-clara { align-self: flex-start; background: #fff; border-radius: 14px 14px 14px 4px; }
.sp-chat-user { align-self: flex-end; background: #dcf8c6; border-radius: 14px 14px 4px 14px; }
.sp-chat-media { align-self: flex-start; display: inline-flex; align-items: center; gap: 8px; width: 150px; height: 120px; border-radius: 14px; background: #1f1f24; color: #fff; padding: 12px; box-sizing: border-box; font-weight: 600; }
.sp-chat-buttons { display: flex; flex-direction: column; gap: 6px; max-width: 86%; }
.sp-chat-buttons span { display: flex; align-items: center; justify-content: center; height: 36px; border-radius: 10px; border: 1px solid #d9d2c6; background: #fff; color: #075e54; font-weight: 600; }

.sp-band { border-radius: 28px; background: #1e293b; padding: 40px 48px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.sp-band h2 { color: #fff; font-size: clamp(24px, 2.6vw, 32px); margin-bottom: 10px; }
.sp-band p { color: #cbd5e1; font-size: 16px; max-width: 640px; }

.sp-faq { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 32px; }
.sp-faq-item { background: rgba(255,255,255,0.85); border: 1px solid #ece9e2; border-radius: 18px; padding: 0 24px; }
.sp-faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 0; cursor: pointer; list-style: none; font-size: 17px; font-weight: 600; }
.sp-faq-item summary::-webkit-details-marker { display: none; }
.sp-faq-item summary svg { flex-shrink: 0; color: #833AB4; transition: transform 0.2s ease; }
.sp-faq-item[open] summary svg { transform: rotate(180deg); }
.sp-faq-answer { padding: 0 0 20px; color: #475569; font-size: 15px; line-height: 1.55; }
.sp-faq-answer a { color: #833AB4; font-weight: 600; text-decoration: none; }

.sp-cta { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 16px; padding: 56px 0 24px; }
.sp-cta h2 { font-size: clamp(28px, 3.2vw, 40px); margin: 0; }
.sp-cta p { font-size: 18px; }

@media (max-width: 1024px) {
    .sp-cards, .sp-steps-list, .sp-steps-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sp-chat-section { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 640px) {
    .site-page { padding: 0 16px 48px; }
    .sp-cards, .sp-steps-list, .sp-steps-3, .sp-faq { grid-template-columns: 1fr; }
    .sp-card { padding: 20px; }
    .sp-band { flex-direction: column; align-items: flex-start; padding: 28px 24px; }
    .sp-phone { height: 520px; }
    .sp-hero { padding-bottom: 32px; }
    .sp-section { padding: 28px 0; }
}
