.sp-page { font-family: BasisGrotesqueArabicPro, Arial, sans-serif; color: #000; }
.sp-container { max-width: 1280px; margin: 0 auto; padding: 0 60px; box-sizing: border-box; }
@media (max-width: 1023px) { .sp-container { padding: 0 32px; } }
@media (min-width: 1281px) { .sp-container { padding: 0; } }
.sp-hero-img { width: 100%; display: block; object-fit: cover; max-height: 520px; }
.sp-hero-media { padding: 0 16px; max-width: 1280px; margin: 0 auto; box-sizing: border-box; }
@media (min-width: 1281px) { .sp-hero-media { padding: 0; } }
.sp-section { padding: 48px 0; }
.sp-section-tight { padding: 24px 0; }
.sp-eyebrow { font-size: 14px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; color: #484848; margin-bottom: 16px; }
.sp-h1 { font-size: 32px; font-weight: 400; line-height: 130%; margin: 0 0 24px 0; }
.sp-h2 { font-size: 24px; font-weight: 700; margin: 0 0 24px 0; text-align: center; }
.sp-lead { font-size: 20px; line-height: 150%; margin: 0 0 16px 0; }
.sp-p { font-size: 16px; line-height: 160%; margin: 0 0 16px 0; color: #222; }
.sp-p:last-child { margin-bottom: 0; }
.sp-center { text-align: center; }
.sp-img { width: 100%; border-radius: 4px; display: block; margin: 24px 0; }
.sp-row { display: flex; gap: 48px; align-items: center; padding: 32px 0; flex-wrap: wrap; }
.sp-row > .sp-col { flex: 1 1 320px; min-width: 280px; }
.sp-row.reverse { flex-direction: row-reverse; }
.sp-row .sp-img { margin: 0; }
.sp-values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 32px; }
.sp-value-card img { width: 100%; border-radius: 4px; margin-bottom: 16px; }
.sp-value-card h3 { font-size: 18px; font-weight: 700; margin: 0 0 8px 0; }
.sp-value-card p { font-size: 15px; line-height: 150%; color: #222; margin: 0; }
.sp-team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; margin-top: 32px; }
.sp-team-card { display: flex; gap: 20px; align-items: flex-start; }
.sp-team-card img { width: 96px; height: 96px; object-fit: cover; border-radius: 50%; flex-shrink: 0; }
.sp-team-card h3 { font-size: 17px; font-weight: 700; margin: 0 0 4px 0; }
.sp-team-card .sp-role { font-size: 14px; color: #484848; margin: 0 0 8px 0; font-weight: 700; }
.sp-team-card p { font-size: 14px; line-height: 150%; margin: 0; color: #222; }
.sp-divider { border-top: 1px solid #e1e1e1; margin: 0; }
.sp-faq-item { border-bottom: 1px solid #e1e1e1; padding: 24px 0; }
.sp-faq-q { font-size: 16px; font-weight: 600; margin: 0 0 12px 0; }
.sp-faq-a { font-size: 16px; line-height: 160%; color: #222; margin: 0; }
.sp-cta-btn { background-color: transparent; color: #000; font-size: 16px; display: inline-flex; justify-content: center; align-items: center; cursor: pointer; text-align: center; border: 1px solid #000; border-radius: 4px; transition: 0.3s ease-in-out; position: relative; overflow: hidden; z-index: 1; padding: 12px 32px; text-decoration: none; }
.sp-cta-btn::after { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 100%; background-color: rgb(150, 180, 20); transition: 0.3s ease-in-out; transform: translateX(-100%) translateZ(0); z-index: -1; }
.sp-cta-btn:hover { color: #fff; border-color: rgb(150, 180, 20); }
.sp-cta-btn:hover::after { transform: translateX(0) translateZ(0); }
.sp-download-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; margin-top: 32px; }
.sp-download-card { border: 1px solid #e1e1e1; border-radius: 4px; overflow: hidden; display: flex; flex-direction: column; }
.sp-download-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; }
.sp-download-card-body { padding: 24px; display: flex; flex-direction: column; gap: 16px; flex: 1; }
.sp-download-card-title { font-size: 18px; font-weight: 700; margin: 0; }
.sp-download-card-desc { font-size: 14px; color: #484848; margin: 0; flex: 1; }
.sp-hero-overlay-wrap { position: relative; }
.sp-hero-overlay-text { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: #fff; padding: 24px; box-sizing: border-box; background: linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.15) 40%, rgba(0,0,0,0.35) 100%); }
.sp-hero-overlay-text h1 { font-size: 32px; font-weight: 700; margin: 0 0 16px 0; }
.sp-hero-overlay-text p { font-size: 16px; line-height: 150%; margin: 0; max-width: 700px; }
@media (max-width: 640px) { .sp-hero-overlay-text p { font-size: 14px; } }
@media (max-width: 640px) { .sp-download-grid { grid-template-columns: 1fr; } }
@media (max-width: 640px) {
  .sp-values-grid { grid-template-columns: 1fr; }
  .sp-team-grid { grid-template-columns: 1fr; }
  .sp-row { flex-direction: column !important; gap: 16px; }
  .sp-h1 { font-size: 26px; }
}
.sp-download-grid { gap: 20px; }
.sp-download-card { border: none; border-radius: 0; }
.sp-download-card img { border-radius: 8px; margin-bottom: 12px; }
.sp-download-card-body { padding: 0; display: block; text-align: center; }
.sp-download-card-body .sp-cta-btn { margin: 0 auto; }
@media (max-width: 450px) {
  .sp-download-card-title { font-size: 14px; }
  .sp-download-card-body .sp-cta-btn { width: 100%; }
}
.sp-download-card-body .sp-eyebrow { font-size: 20px; font-weight: 300; color: #000; text-transform: none; letter-spacing: normal; margin: 0 0 12px 0; }
.sp-download-card-title { font-size: 16px; font-weight: 400; margin: 0 0 24px 0; }
.sp-download-card-body .sp-cta-btn { background-color: #000; color: #fff; font-size: 12px; padding: 12px 20px; }
