/** Shopify CDN: Minification failed

Line 16:15 Unexpected "'.ncp-how-note'"

**/
.ncp-how {
  font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: oklch(.295 .046 251);
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  background: oklch(1 0 0);
  padding: 80px 0;
}
.ncp-how *, .ncp-how *::before, .ncp-how *::after { box-sizing: border-box; }
.ncp-how h1, .ncp-how h2, .ncp-how h3, .ncp-how h4, .ncp-how h5, .ncp-how h6 { font-family: inherit; color: oklch(.295 .046 251); letter-spacing: -0.01em; margin: 0; }
.ncp-how p:not('.ncp-how-note') { margin: 0; }
.ncp-how .ncp-container { max-width: 1200px; margin: 0 auto; padding: 0 32px; }

.ncp-how .ncp-section-title { font-size: 32px; line-height: 1.15; letter-spacing: -0.02em; font-weight: 800; }
@media (min-width: 1024px) { .ncp-how .ncp-section-title { font-size: 40px; } }

.ncp-steps-grid { margin-top: 48px; display: grid; gap: 32px; }
@media (min-width: 768px) { .ncp-steps-grid { grid-template-columns: repeat(3, 1fr); } }
.ncp-step-card { background: oklch(.985 0 0); border: 1px solid oklch(.929 .013 255.508); border-radius: 16px; padding: 32px; }
.ncp-step-number { width: 48px; height: 48px; border-radius: 50%; background: oklch(.45 .155 268); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 700; }
.ncp-step-card h3 { margin-top: 20px; font-size: 20px; font-weight: 600; line-height: 1.3; }
.ncp-step-card p { margin-top: 12px; font-size: 16px; line-height: 1.55; color: rgba(32,61,91,0.85); }
.ncp-how-note { margin-top: 32px; font-size: 14px; font-style: italic; color: rgba(32,61,91,0.75); max-width: 760px; }

.ncp-how .ncp-cta-row { margin-top: 40px; display: flex; flex-wrap: wrap; gap: 12px; }
.ncp-how .ncp-btn-primary { display: inline-flex; align-items: center; justify-content: center; background: oklch(.45 .155 268); color: #ffffff !important; padding: 16px 26px; border-radius: 10px; font-weight: 600; font-size: 16px; letter-spacing: 0.01em; transition: background 0.2s ease; text-decoration: none; }
.ncp-how .ncp-btn-primary:hover { background: #2a4090; color: #ffffff !important; }
.ncp-how .ncp-btn-primary a, .ncp-how .ncp-btn-primary span { color: #ffffff !important; }