Recommend Canada CRTC registration for international carriers

When carrier selects "Yes" to international services on Q6, show a
Canada CRTC recommendation box explaining: direct Canadian DIDs,
lower termination rates vs US gateway routing, CRTC interconnection.
Links to /order/canada-crtc with pricing.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
justin 2026-04-29 09:39:03 -05:00
parent eee3af0919
commit f6809730e5

View file

@ -148,9 +148,24 @@ select:focus,input:focus{outline:none;border-color:#1e3a5f;box-shadow:0 0 0 2px
<p class="q-hint">Calls to/from other countries, international data transit, or serving customers outside the US.</p>
<button type="button" class="q-card" data-intl="yes">Yes — international calling, transit, or foreign customers</button>
<button type="button" class="q-card" data-intl="no">No — domestic US only</button>
<div id="intl-explain" class="info-box hidden">
<strong>International Section 214 Authorization</strong><br>
The FCC requires a separate International Section 214 license to provide telecommunications services between the US and foreign points. This applies to international voice termination, international toll-free, global SIP trunking, and international data transit. Domestic-only carriers do not need this.
<div id="intl-explain" class="hidden">
<div class="info-box">
<strong>International Section 214 Authorization</strong><br>
The FCC requires a separate International Section 214 license to provide telecommunications services between the US and foreign points. This applies to international voice termination, international toll-free, global SIP trunking, and international data transit. Domestic-only carriers do not need this.
</div>
<div style="margin-top:.6rem;padding:.75rem;background:linear-gradient(135deg,#fef2f2,#fff1f2);border:2px solid #fca5a5;border-radius:10px">
<div style="display:flex;align-items:center;gap:.5rem;margin-bottom:.4rem">
<img src="/images/flags/canada.png" alt="Canada" style="width:24px;height:auto;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.15)">
<strong style="font-size:.9rem;color:#991b1b">Expand into Canada?</strong>
</div>
<p style="font-size:.82rem;color:#7f1d1d;margin-bottom:.5rem;line-height:1.5">
If you plan to terminate voice traffic to Canada, sell services to Canadian customers, or operate infrastructure in Canada, you need a <strong>CRTC registration</strong> (Canada's FCC equivalent). Canadian carriers get direct access to Canadian DIDs, local number portability, and CRTC interconnection — often at lower termination rates than routing through a US-based international gateway.
</p>
<p style="font-size:.8rem;color:#9a3412;margin-bottom:.5rem">
Our Canada CRTC package includes BC incorporation, CRTC telecom registration, and a .ca domain — everything you need to operate as a licensed Canadian carrier.
</p>
<a href="/order/canada-crtc" target="_blank" style="display:inline-block;padding:.4rem 1rem;background:#dc2626;color:#fff;font-weight:600;font-size:.82rem;border-radius:6px;text-decoration:none">Learn More — Canada CRTC ($3,899) &rarr;</a>
</div>
</div>
</div>