@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;800&family=Open+Sans:wght@400;600&display=swap");*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Open Sans,sans-serif;line-height:1.6;color:#2b2d42;background-color:#f8f9fa}h1,h2,h3,h4,h5,h6{font-family:Montserrat,sans-serif;font-weight:700;margin-bottom:1rem;line-height:1.2}h1{font-size:2.5rem}@media (min-width:768px){h1{font-size:3.5rem}}h2{font-size:2rem;text-align:center;margin-bottom:2rem}h3{font-size:1.5rem}p{margin-bottom:1rem}a{color:#ff6b35;text-decoration:none;transition:color .3s ease}a:hover{color:rgb(255,69.6336633663,2)}img{max-width:100%;height:auto}.container{width:100%;max-width:1140px;margin:0 auto;padding:0 1rem}section{padding:4rem 0}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.header{background-color:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);position:sticky;top:0;z-index:100}.header .container{display:flex;align-items:center;padding:1rem}.header .logo{font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700;color:#ff6b35;margin-right:auto;white-space:nowrap}@media (max-width:768px){.header .logo{font-size:1.2rem}}.header .logo .maple-leaf{color:#d80621;font-size:1.3rem;vertical-align:middle;margin-right:4px;display:inline-block}@media (max-width:768px){.header .logo .maple-leaf{font-size:1.05rem}}.header .main-nav ul{display:flex;list-style:none;align-items:center;padding:0;margin:0}.header .main-nav li{margin-left:1.5rem}.header .main-nav li:first-child{margin-left:0}.header .main-nav a{color:#2b2d42;font-weight:500;text-decoration:none}.header .main-nav a:hover{color:#ff6b35}@media (max-width:768px){.header .main-nav{display:none;position:absolute;top:100%;left:0;right:0;background-color:#fff;box-shadow:0 12px 24px rgba(0,0,0,.12)}.header .main-nav.is-open{display:block}.header .main-nav ul{flex-direction:column;align-items:stretch;padding:.5rem 1.25rem 1rem}.header .main-nav li{margin:0;border-bottom:1px solid rgba(0,0,0,.06)}.header .main-nav li:last-child{border-bottom:none}.header .main-nav a{display:block;padding:.85rem 0}}.header .header-actions{display:flex;align-items:center;gap:.75rem;margin-left:1.5rem}.header .header-actions .nav-cta{background-color:#ff6b35;color:#fff;font-weight:500;text-decoration:none;padding:.5rem 1rem;border-radius:4px;transition:background-color .3s ease}.header .header-actions .nav-cta:hover{background-color:rgb(255,69.6336633663,2);color:#fff}.header .nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:9px;background:none;border:1px solid rgba(0,0,0,.12);border-radius:6px;cursor:pointer}.header .nav-toggle span{display:block;height:2px;background-color:#2b2d42;border-radius:1px;transition:transform .25s ease,opacity .25s ease}.header .nav-toggle.is-open span:first-child{transform:translateY(7px) rotate(45deg)}.header .nav-toggle.is-open span:nth-child(2){opacity:0}.header .nav-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width:768px){.header .nav-toggle{display:flex}}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:4px;font-weight:600;text-align:center;cursor:pointer;transition:all .3s ease}.btn-primary{background-color:#ff6b35;color:#fff}.btn-primary:hover{background-color:rgb(255,69.6336633663,2);color:#fff}.btn-secondary{background-color:transparent;color:#ff6b35;border:2px solid #ff6b35}.btn-secondary:hover{background-color:#ff6b35;color:#fff}.hero{background-color:#faf6f3;padding:6rem 0}@media (max-width:768px){.hero{padding:2rem 0}}.hero .container{display:flex;flex-direction:column}@media (min-width:992px){.hero .container{flex-direction:row;align-items:flex-start}}@media (max-width:768px){.hero .container{display:grid;grid-template-areas:"hero-image" "hero-content" "hero-stats"}.hero .container .hero-content{grid-area:hero-content}.hero .container .hero-content .stats-row{display:none}.hero .container .hero-image{grid-area:hero-image;margin-bottom:2rem}.hero .container .hero-stats{grid-area:hero-stats;display:block}}.hero .hero-stats{display:none}@media (max-width:768px){.hero .hero-stats{display:block!important;width:100%;margin-top:1rem}}.hero .hero-stats .stats-row{display:flex!important;flex-direction:column;align-items:center;gap:1.5rem}.hero .hero-stats .stats-row .stat-card{background-color:#fff;border-radius:6px;border:1px solid #e0e0e0;padding:1.5rem;text-align:center;width:80%;max-width:320px;transition:border-color .2s ease}.hero .hero-stats .stats-row .stat-card:hover{border-color:#ff6b35}.hero .hero-stats .stats-row .stat-card .stat-icon{font-size:2.5rem;margin-bottom:.8rem;display:inline-block}.hero .hero-stats .stats-row .stat-card h3{color:#2b2d42;margin-bottom:.8rem;font-size:1.4rem}.hero .hero-stats .stats-row .stat-card .stat-value{font-size:2.8rem;font-weight:700;color:#ff6b35}.hero .hero-stats .stats-row .stat-card .stat-breakdown{font-size:.9rem;color:#666;margin-top:.5rem;line-height:1.3}.hero .hero-content{margin-bottom:2rem;animation:fadeIn 1s ease-out}@media (min-width:992px){.hero .hero-content{flex:1;margin-bottom:0;margin-right:2rem}}.hero .hero-content h1{color:#2b2d42;margin-bottom:1.5rem}.hero .hero-content p{font-size:1.2rem;margin-bottom:2rem}.hero .hero-content .hero-canadian-badge{font-size:1.1rem;font-weight:700;color:#ff6b35;letter-spacing:.03em;margin-top:-1rem}.hero .hero-content .stats-row{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-bottom:2rem}.hero .hero-content .stats-row .stat-card{background-color:#fff;border-radius:6px;border:1px solid #e0e0e0;padding:1rem;text-align:center;flex:1;min-width:100px;max-width:200px;transition:border-color .2s ease}.hero .hero-content .stats-row .stat-card:hover{border-color:#ff6b35}.hero .hero-content .stats-row .stat-card .stat-icon{font-size:1.6rem;margin-bottom:.4rem;display:inline-block}.hero .hero-content .stats-row .stat-card h3{color:#2b2d42;margin-bottom:.4rem;font-size:.9rem}.hero .hero-content .stats-row .stat-card .stat-value{font-size:1.6rem;font-weight:700;color:#ff6b35}.hero .hero-content .stats-row .stat-card .stat-breakdown{font-size:.75rem;color:#666;margin-top:.3rem;line-height:1.2}@media (min-width:992px){.hero .hero-image{flex:1}}.hero .hero-image .cta-buttons{display:flex;justify-content:center;gap:1rem;margin-top:2rem}@media (max-width:768px){.hero .hero-image .cta-buttons{flex-direction:column;align-items:stretch}.hero .hero-image .cta-buttons .btn{width:100%}}.hero .hero-image .phone-mockup{display:flex;justify-content:center;align-items:center;animation:float 6s ease-in-out infinite}.hero .hero-image .phone-mockup .phone-frame{position:relative;width:280px;height:auto;background-color:#111;border-radius:36px;box-shadow:0 20px 40px rgba(0,0,0,.3);padding:12px;border:1px solid #333}.hero .hero-image .phone-mockup .phone-frame:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:150px;height:24px;background-color:#111;border-bottom-left-radius:16px;border-bottom-right-radius:16px;z-index:2}.hero .hero-image .phone-mockup .phone-frame .phone-screen{width:100%;background-color:#fff;border-radius:24px;overflow:hidden;position:relative;display:flex;flex-direction:column;padding-bottom:22px}.hero .hero-image .phone-mockup .phone-frame .phone-screen:after{content:"";position:absolute;bottom:8px;left:50%;transform:translateX(-50%);width:100px;height:5px;background-color:rgba(0,0,0,.25);border-radius:3px}.hero .hero-image .phone-mockup .phone-frame .phone-screen .phone-statusbar{flex-shrink:0;height:30px;background-color:#111;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 14px;font-size:12px;font-weight:600}.hero .hero-image .phone-mockup .phone-frame .phone-screen .phone-statusbar__right{display:flex;align-items:center;gap:6px}.hero .hero-image .phone-mockup .phone-frame .phone-screen .phone-statusbar__signal{display:flex;align-items:flex-end;gap:2px}.hero .hero-image .phone-mockup .phone-frame .phone-screen .phone-statusbar__signal span{width:3px;background-color:#fff;border-radius:1px}.hero .hero-image .phone-mockup .phone-frame .phone-screen .phone-statusbar__signal span:first-child{height:4px}.hero .hero-image .phone-mockup .phone-frame .phone-screen .phone-statusbar__signal span:nth-child(2){height:6px}.hero .hero-image .phone-mockup .phone-frame .phone-screen .phone-statusbar__signal span:nth-child(3){height:8px}.hero .hero-image .phone-mockup .phone-frame .phone-screen .phone-statusbar__signal span:nth-child(4){height:10px}.hero .hero-image .phone-mockup .phone-frame .phone-screen .phone-statusbar__battery{position:relative;width:22px;height:11px;border:1px solid hsla(0,0%,100%,.8);border-radius:3px}.hero .hero-image .phone-mockup .phone-frame .phone-screen .phone-statusbar__battery:before{content:"";position:absolute;top:1px;bottom:1px;left:1px;width:70%;background-color:#fff;border-radius:1px}.hero .hero-image .phone-mockup .phone-frame .phone-screen .phone-statusbar__battery:after{content:"";position:absolute;top:2px;right:-3px;width:2px;height:5px;background-color:hsla(0,0%,100%,.8);border-radius:0 1px 1px 0}.hero .hero-image .phone-mockup .phone-frame .phone-screen .carousel{width:100%;aspect-ratio:864/1574;position:relative}.hero .hero-image .phone-mockup .phone-frame .phone-screen .carousel .carousel-item{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out}.hero .hero-image .phone-mockup .phone-frame .phone-screen .carousel .carousel-item.active{opacity:1}.hero .hero-image .phone-mockup .phone-frame .phone-screen .carousel .carousel-item img{width:100%;height:100%;object-fit:cover;object-position:bottom}.campaign-tool{background-color:#fff;padding:4rem 0}.campaign-tool h2{text-align:center;margin-bottom:3rem}.campaign-tool .tool-showcase{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:992px){.campaign-tool .tool-showcase{grid-template-columns:repeat(2,1fr)}}.campaign-tool .tool-message{padding:2.5rem;border-radius:6px;background-color:#fff;border:1px solid #e0e0e0;text-align:center;transition:border-color .2s ease}.campaign-tool .tool-message:hover{border-color:#ff6b35}.campaign-tool .tool-message .tool-icon{font-size:3rem;margin-bottom:1rem}.campaign-tool .tool-message h3{color:#2b2d42;font-size:1.6rem;margin-bottom:1rem;font-weight:600}.campaign-tool .tool-message p{color:#5a5a5a;font-size:1.05rem;line-height:1.6;margin-bottom:1.5rem;max-width:600px;margin-left:auto;margin-right:auto}.campaign-tool .tool-message .tool-features{display:inline-block;list-style:none;padding:1.25rem 1.5rem;margin:0;text-align:left;background-color:#fafafa;border-radius:4px;border:1px solid #eee}.campaign-tool .tool-message .tool-features li{margin-bottom:.75rem;color:#2b2d42;font-size:1rem;font-weight:500;padding-left:1.5rem;position:relative}.campaign-tool .tool-message .tool-features li:last-child{margin-bottom:0}.campaign-tool .tool-message .tool-features li:before{content:"✓";position:absolute;left:0;color:#ff6b35;font-weight:700}.features{background-color:#f5f5f5}.features .feature-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.features .feature-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.features .feature-grid{grid-template-columns:repeat(3,1fr)}}.features .feature-item{text-align:center;padding:2rem;border-radius:8px;transition:transform .3s ease,box-shadow .3s ease}.features .feature-item:hover{transform:translateY(-10px);box-shadow:0 10px 30px rgba(0,0,0,.1)}.features .feature-item:hover .feature-icon{transform:scale(1.2)}.features .feature-item .feature-icon{font-size:3rem;margin-bottom:1rem;transition:transform .3s ease}.core-features{background-color:#fff;padding:4rem 0}.core-features .container{max-width:1400px}.core-features .core-features-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width:768px){.core-features .core-features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.core-features .core-features-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1200px){.core-features .core-features-grid{grid-template-columns:repeat(6,1fr)}}.core-features .core-feature-item{background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:1.75rem 1.5rem;text-align:center;transition:border-color .2s ease,background-color .2s ease}.core-features .core-feature-item:hover{border-color:#ff6b35;background-color:#fffbf9}.core-features .core-feature-item:hover .core-feature-icon{transform:scale(1.1)}.core-features .core-feature-item .core-feature-icon{font-size:2.5rem;margin-bottom:.75rem;display:block;transition:transform .2s ease}.core-features .core-feature-item h3{color:#2b2d42;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.core-features .core-feature-item p{color:#5a5a5a;font-size:.88rem;line-height:1.45;margin:0}.integrations-section{background-color:#fff;padding:4rem 0;text-align:center}.integrations-section h2{margin-bottom:2.5rem}.integrations-section .integrations-subhead{font-size:.6em;font-weight:400;font-style:italic;color:#999;vertical-align:middle;margin-left:.4rem}.integrations-section .integrations-intro{max-width:720px;margin:2.5rem auto 0;font-size:1.15rem;line-height:1.6;color:#555}.integrations-section .integrations-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem}.integrations-section .integration-item{display:flex;flex-direction:column;align-items:center;gap:.75rem}.integrations-section .integration-item .integration-logo{width:60px;height:60px;object-fit:contain;filter:grayscale(30%);transition:filter .2s ease}.integrations-section .integration-item .integration-logo:hover{filter:grayscale(0)}.integrations-section .integration-item .integration-logo--wide{width:110px}.integrations-section .integration-item span{font-size:.9rem;color:#555;font-weight:500}.pricing-section{background-color:#f5f5f5;padding:5rem 0;text-align:center}.pricing-section h2{margin-bottom:1.5rem}.pricing-section .pricing-intro{max-width:720px;margin:0 auto 1.25rem;font-size:1.15rem;line-height:1.6}.pricing-section .pricing-intro a{color:#ff6b35;font-weight:600}.pricing-section .pricing-rates{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;max-width:900px;margin:3rem auto 0}@media (max-width:768px){.pricing-section .pricing-rates{grid-template-columns:repeat(2,1fr)}}@media (max-width:420px){.pricing-section .pricing-rates{grid-template-columns:1fr}}.pricing-section .rate-card{background-color:#fff;border:1px solid #e4e4e4;border-radius:12px;padding:1.75rem 1rem;text-align:center;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.pricing-section .rate-card:hover{transform:translateY(-4px);border-color:rgba(255,107,53,.4);box-shadow:0 10px 24px rgba(0,0,0,.08)}.pricing-section .rate-card__label{margin:0 0 .75rem;font-size:1rem;font-weight:600;color:#555;text-transform:uppercase;letter-spacing:.04em}.pricing-section .rate-card__price{margin:0;font-size:2.25rem;font-weight:700;line-height:1.1;color:#ff6b35}.pricing-section .rate-card__currency{font-size:1.25rem;font-weight:600;vertical-align:super;margin-right:.1em}.pricing-section .rate-card__unit{margin:.5rem 0 0;font-size:.95rem;color:#777}.pricing-section .pricing-cta{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:center;gap:1rem;margin-bottom:1.5rem}.pricing-section .pricing-cta .btn{display:inline-flex;align-items:center}@media (max-width:768px){.pricing-section .pricing-cta{flex-direction:column;align-items:stretch}.pricing-section .pricing-cta .btn,.pricing-section .pricing-cta .copy-email{width:100%;justify-content:center}}.pricing-section .pricing-note{max-width:720px;margin:0 auto;font-size:1rem;color:#555;font-style:italic}.pricing-section .copy-email{position:relative;display:inline-flex;align-items:center;gap:.5rem;margin:0;padding:.55rem .9rem;font-size:1rem;font-family:inherit;color:#ff6b35;background-color:rgba(255,107,53,.06);border:1px solid rgba(255,107,53,.2);border-radius:8px;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,transform .1s ease}.pricing-section .copy-email:hover{background-color:rgba(255,107,53,.12);border-color:rgba(255,107,53,.4)}.pricing-section .copy-email:active{transform:scale(.97)}.pricing-section .copy-email:focus-visible{outline:2px solid #ff6b35;outline-offset:2px}.pricing-section .copy-email__text{font-weight:600;letter-spacing:.01em}.pricing-section .copy-email__icon{flex-shrink:0;transition:opacity .15s ease,transform .15s ease}.pricing-section .copy-email__icon--check{position:absolute;right:.9rem;opacity:0;transform:scale(.6);color:#16a34a}.pricing-section .copy-email__tooltip{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translateX(-50%) translateY(4px);padding:.25rem .6rem;font-size:.8rem;font-weight:600;white-space:nowrap;color:#fff;background-color:#16a34a;border-radius:6px;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease}.pricing-section .copy-email__tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border:5px solid transparent;border-top-color:#16a34a}.pricing-section .copy-email.is-copied{border-color:rgba(22,163,74,.5);background-color:rgba(22,163,74,.08);color:#16a34a}.pricing-section .copy-email.is-copied .copy-email__icon--copy{opacity:0;transform:scale(.6)}.pricing-section .copy-email.is-copied .copy-email__icon--check{opacity:1;transform:scale(1)}.pricing-section .copy-email.is-copied .copy-email__tooltip{opacity:1;transform:translateX(-50%) translateY(0)}.canada-focus{background-color:#f5f5f5;padding:6rem 0}.canada-focus .cities-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;max-width:1600px;margin:3rem auto;padding:0 1rem;justify-content:center}@media (max-width:768px){.canada-focus .cities-grid{padding:0;gap:1.5rem}}@media (min-width:768px){.canada-focus .cities-grid{grid-template-columns:repeat(2,minmax(auto,420px))}}@media (min-width:1300px){.canada-focus .cities-grid{grid-template-columns:repeat(3,minmax(auto,420px))}}.canada-focus .city-card{background-color:#fff;border-radius:12px;padding:2.5rem 3rem;box-shadow:0 10px 30px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease;text-align:center}@media (max-width:768px){.canada-focus .city-card{padding:1.5rem 1rem;min-width:auto}}@media (min-width:768px){.canada-focus .city-card{min-width:380px}}.canada-focus .city-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.12)}.canada-focus .city-card .city-icon{font-size:3.5rem;margin-bottom:1rem}.canada-focus .city-card h3{color:#ff6b35;margin-bottom:1rem;font-size:1.5rem}.canada-focus .city-card p{margin-bottom:1.5rem;font-size:1.05rem}.canada-focus .city-card .city-features-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:1.5rem;text-align:left;justify-content:center}.canada-focus .city-card .city-features{list-style:none;margin:0;padding:0}.canada-focus .city-card .city-features li{margin-bottom:.5rem;color:#2b2d42;font-size:1.05rem}.canada-focus .city-card .more-available{margin-top:1rem;font-style:italic;color:#ff6b35;font-size:.95rem}.canada-focus .canada-cta{text-align:center;margin-top:3rem}.canada-focus .canada-cta p{margin-bottom:1rem;font-size:1.1rem}.alberta-focus{background:linear-gradient(135deg,#f8f9fa,#fff);padding:6rem 0}.alberta-focus .cities-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin:3rem 0}@media (min-width:768px){.alberta-focus .cities-grid{grid-template-columns:repeat(2,1fr)}}.alberta-focus .city-card{background-color:#fff;border-radius:12px;padding:2rem;box-shadow:0 10px 30px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease;text-align:center}.alberta-focus .city-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.12)}.alberta-focus .city-card .city-icon{font-size:3.5rem;margin-bottom:1rem}.alberta-focus .city-card h3{color:#ff6b35;margin-bottom:1rem}.alberta-focus .city-card p{margin-bottom:1.5rem}.alberta-focus .city-card .features-columns{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin:1.5rem 0;text-align:left}.alberta-focus .city-card .city-features{list-style:none;margin:0;padding:0}.alberta-focus .city-card .city-features li{margin-bottom:.5rem;color:#2b2d42}.alberta-focus .city-card .city-features li:first-child{font-weight:600;margin-bottom:1rem}.alberta-focus .alberta-cta{text-align:center;margin-top:3rem}.alberta-focus .alberta-cta p{margin-bottom:1rem;font-size:1.1rem}.testimonials{background-color:#fff;position:relative}.testimonials:before{content:"";position:absolute;top:0;left:0;right:0;height:200px;background-color:#f8f9fa;z-index:0}.testimonials .container{position:relative;z-index:1}.testimonials .testimonial-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.testimonials .testimonial-grid{grid-template-columns:repeat(2,1fr)}}.testimonials .testimonial-card{background-color:#fff;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.08);padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.testimonials .testimonial-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.12)}.testimonials .testimonial-card .testimonial-content{margin-bottom:1.5rem;position:relative}.testimonials .testimonial-card .testimonial-content:before{content:'"';font-family:Georgia,serif;font-size:5rem;color:rgba(255,107,53,.1);position:absolute;top:-2rem;left:-1rem;line-height:1}.testimonials .testimonial-card .testimonial-content p{font-style:italic;color:#2b2d42;line-height:1.6;position:relative;z-index:1}.testimonials .testimonial-card .testimonial-author{display:flex;flex-direction:column}.testimonials .testimonial-card .testimonial-author .author-name{font-weight:700;color:#2b2d42}.testimonials .testimonial-card .testimonial-author .author-title{font-size:.9rem;color:rgb(104.8348623853,109.3853211009,157.1651376147)}.footer{background-color:#2b2d42;color:#fff;padding:4rem 0 2rem}.footer a{color:#f7c59f}.footer a:hover{color:#ff6b35}.footer .footer-content{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}@media (min-width:768px){.footer .footer-content{grid-template-columns:repeat(4,1fr)}}.footer .footer-logo{font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700;color:#fff}.footer .footer-links ul{list-style:none}.footer .footer-links li{margin-bottom:.5rem}.footer .footer-social h4{margin-bottom:1rem;color:#fff}.footer .footer-social a{display:block;font-size:1.1rem;padding:.5rem 0;transition:all .3s ease}.footer .footer-social a:hover{transform:translateX(5px)}.footer .footer-social a:not(:last-child){margin-bottom:.5rem}.footer .footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1)}.canadian-text{position:relative}.canadian-text .maple-leaf-ca{font-size:.9em;color:#d80621;position:relative;top:-.05em}.stats-section{background-color:#f8f9fa;padding:4rem 0}.stats-section h2{text-align:center;margin-bottom:3rem;color:#2b2d42}.stats-section .stats-row{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}@media (max-width:768px){.stats-section .stats-row{flex-direction:column;align-items:center}}.stats-section .stat-card{background-color:#fff;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.08);padding:2rem;text-align:center;flex:1;min-width:220px;max-width:300px;transition:transform .3s ease,box-shadow .3s ease}.stats-section .stat-card:hover{transform:translateY(-10px);box-shadow:0 15px 35px rgba(0,0,0,.12)}.stats-section .stat-card .stat-icon{font-size:2.5rem;margin-bottom:1rem;display:inline-block}.stats-section .stat-card h3{color:#2b2d42;margin-bottom:1rem;font-size:1.4rem}.stats-section .stat-card .stat-value{font-size:2.5rem;font-weight:700;color:#ff6b35}.legal-content{background-color:#fff;padding:4rem 0;min-height:80vh}.legal-content .container{max-width:900px}.legal-content h1{color:#ff6b35;margin-bottom:1rem;font-size:2.5rem;text-align:center}@media (max-width:768px){.legal-content h1{font-size:2rem}}.legal-content .last-updated{text-align:center;color:rgb(104.8348623853,109.3853211009,157.1651376147);font-size:.95rem;margin-bottom:3rem;font-style:italic}.legal-content .legal-section{margin-bottom:3rem}.legal-content .legal-section h2{color:#2b2d42;margin-bottom:1rem;margin-top:2rem;font-size:1.8rem;padding-bottom:.5rem;border-bottom:2px solid #f7c59f}@media (max-width:768px){.legal-content .legal-section h2{font-size:1.5rem}}.legal-content .legal-section h3{color:#ff6b35;margin-bottom:.75rem;margin-top:1.5rem;font-size:1.3rem}@media (max-width:768px){.legal-content .legal-section h3{font-size:1.2rem}}.legal-content .legal-section p{color:#2b2d42;line-height:1.8;margin-bottom:1rem}.legal-content .legal-section ul{list-style:disc;margin-left:2rem;margin-bottom:1rem}.legal-content .legal-section ul li{color:#2b2d42;line-height:1.8;margin-bottom:.5rem}.legal-content .legal-section a{color:#ff6b35;text-decoration:underline}.legal-content .legal-section a:hover{color:rgb(255,69.6336633663,2)}.legal-content .header .logo a{color:#ff6b35;text-decoration:none}.legal-content .header .logo a:hover{color:rgb(255,69.6336633663,2)}.help-content .breadcrumb{font-size:.9rem;color:rgb(104.8348623853,109.3853211009,157.1651376147);margin-bottom:1.5rem}.help-content .breadcrumb a{color:#ff6b35;text-decoration:none}.help-content .breadcrumb a:hover{text-decoration:underline}.help-content .breadcrumb span[aria-hidden]{margin:0 .4rem;color:rgb(151.1559633028,154.3027522936,187.3440366972)}.help-content h1{text-align:left}.help-content .last-updated{text-align:left;margin-bottom:2.5rem}.help-content .help-steps{list-style:decimal;margin-left:2rem;margin-bottom:1rem}.help-content .help-steps li{color:#2b2d42;line-height:1.8;margin-bottom:.65rem;padding-left:.25rem}.help-content .help-steps a{color:#ff6b35}.help-content .help-note{background:rgb(251.7076923077,231.1307692308,215.4923076923);border-left:4px solid #ff6b35;border-radius:6px;padding:1.1rem 1.35rem;margin:1.5rem 0}.help-content .help-note strong{color:#2b2d42}.help-content .help-note p:last-child,.help-content .help-note ul:last-child{margin-bottom:0}.help-content .help-note ul{list-style:disc;margin:.5rem 0 0 1.5rem}.help-content .help-note ul li{line-height:1.7;margin-bottom:.35rem}.help-content .help-note a{color:#ff6b35}.help-hub{margin-bottom:3rem}.help-hub__category{color:#2b2d42;font-size:1.5rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #f7c59f}.help-hub__list{list-style:none;margin:0;padding:0}.help-hub__list li{margin-bottom:1rem}.help-hub__list a{display:block;padding:1.1rem 1.35rem;border:1px solid rgb(248.9615384615,211.2211538462,182.5384615385);border-radius:8px;text-decoration:none;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.help-hub__list a:hover{border-color:#ff6b35;box-shadow:0 4px 14px rgba(43,45,66,.08);transform:translateY(-1px)}.help-hub__title{display:block;color:#ff6b35;font-family:Montserrat,sans-serif;font-weight:700;font-size:1.15rem;margin-bottom:.25rem}.help-hub__desc{display:block;color:rgb(73.1788990826,76.5825688073,112.3211009174);line-height:1.6;font-size:.98rem}.help-cta{margin-top:3rem;padding-top:2rem;border-top:1px solid rgb(248.9615384615,211.2211538462,182.5384615385)}.help-cta h2{color:#2b2d42;font-size:1.5rem;margin-bottom:.75rem}.help-cta p{color:#2b2d42;line-height:1.8;margin-bottom:.5rem}.help-cta a:not(.btn){color:#ff6b35}.help-cta .pricing-cta{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin:1.5rem 0}@media (max-width:768px){.help-cta .pricing-cta{flex-direction:column;align-items:stretch}}.hero-badge-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:-1rem;margin-bottom:1.5rem;flex-wrap:wrap}.hero-badge-row .hero-canadian-badge{margin:0!important}.hero-pulse__toggle{position:relative;display:inline-flex;align-items:center;padding:4px;border-radius:999px;background:rgba(43,45,66,.06);border:1px solid rgba(43,45,66,.08)}@media (max-width:768px){.hero-pulse__toggle{margin-left:auto}}.hero-pulse__indicator{position:absolute;top:4px;left:0;height:calc(100% - 8px);width:0;background:#2b2d42;border-radius:999px;transition:transform .4s cubic-bezier(.65,0,.05,1),width .4s cubic-bezier(.65,0,.05,1);z-index:0}.hero-pulse__btn{position:relative;z-index:1;padding:.4rem .85rem;border:0;background:transparent;cursor:pointer;font-family:Montserrat,sans-serif;font-weight:700;font-size:.78rem;letter-spacing:.04em;color:rgb(73.1788990826,76.5825688073,112.3211009174);border-radius:999px;transition:color .3s ease}.hero-pulse__btn.is-active{color:#fff}.hero-pulse__btn:hover:not(.is-active){color:#2b2d42}.hero-pulse__btn:focus-visible{outline:2px solid #ff6b35;outline-offset:2px}.hero-pulse{margin:0 0 2rem}.hero-pulse .hero-pulse__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem}@media (max-width:576px){.hero-pulse .hero-pulse__grid{grid-template-columns:repeat(2,1fr)}}.hero-pulse .hero-pulse__stat[data-stat=active_campaigns]{grid-column:1/-1;justify-self:center;width:calc(66.667% - .2rem);display:flex;align-items:baseline;justify-content:center;gap:.5rem;grid-template-columns:none;grid-template-areas:none}.hero-pulse .hero-pulse__stat[data-stat=active_campaigns] .hero-pulse__label{font-weight:800;font-size:.95rem;letter-spacing:.02em;color:#2b2d42;text-transform:none}@media (max-width:576px){.hero-pulse .hero-pulse__stat[data-stat=active_campaigns]{width:auto;justify-self:stretch}}.hero-pulse .hero-pulse__stat{display:grid;grid-template-columns:auto 1fr;grid-template-areas:"value value" "icon  label";align-items:center;column-gap:.5rem;row-gap:.35rem;padding:.85rem .95rem;background:#fff;border:1px solid rgba(43,45,66,.08);border-radius:10px;transition:border-color .25s ease,transform .25s ease}.hero-pulse .hero-pulse__stat:hover{border-color:rgba(255,107,53,.45);transform:translateY(-2px)}.hero-pulse .hero-pulse__stat.is-zero .hero-pulse__value{color:rgb(166.5963302752,169.2752293578,197.4036697248)}.hero-pulse .hero-pulse__value{grid-area:value;font-family:Montserrat,sans-serif;font-weight:800;font-size:1.55rem;line-height:1.05;letter-spacing:-.02em;color:#ff6b35;font-variant-numeric:tabular-nums;transition:color .3s ease;min-width:0}.hero-pulse .hero-pulse__icon{grid-area:icon;align-self:center;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;line-height:1}.hero-pulse .hero-pulse__label{grid-area:label;align-self:center;font-family:Montserrat,sans-serif;font-size:.7rem;font-weight:600;line-height:1;letter-spacing:.04em;color:rgb(83.2385321101,87.1100917431,127.7614678899);min-width:0}.quote-section{background-color:#fff;text-align:center}.quote-section h2{margin-bottom:1rem}.quote-section .quote-intro{max-width:640px;margin:0 auto 2rem;font-size:1.15rem;line-height:1.6;color:#555}.quote-section .quote-form-wrap{overflow:hidden;max-width:704px;margin:0 auto;padding:0 2rem;opacity:0;max-height:0;transition:opacity .4s ease,max-height .5s ease,padding .5s ease}.quote-section .quote-form-wrap.is-open{opacity:1;max-height:1100px;padding:5rem 2rem}.quote-section .quote-form{background-color:#fff;border-radius:12px;padding:2rem;box-shadow:0 10px 30px rgba(0,0,0,.08);text-align:left}@media (max-width:768px){.quote-section .quote-form{padding:1.5rem}}.quote-section .quote-form__row{display:flex;gap:1rem;margin-bottom:1rem}.quote-section .quote-form__row[hidden]{display:none}@media (max-width:768px){.quote-section .quote-form__row{flex-direction:column;gap:1rem}}.quote-section .quote-field{flex:1;display:flex;flex-direction:column;min-width:0}.quote-section .quote-field__label{font-family:Montserrat,sans-serif;font-size:.85rem;font-weight:600;margin-bottom:.4rem;color:#2b2d42}.quote-section .quote-field input,.quote-section .quote-field select{width:100%;padding:.7rem .85rem;border:1px solid #d6d0cb;border-radius:6px;font-family:Open Sans,sans-serif;font-size:1rem;background-color:#fff;transition:border-color .2s ease,box-shadow .2s ease}.quote-section .quote-field input:focus,.quote-section .quote-field select:focus{outline:none;border-color:#ff6b35;box-shadow:0 0 0 3px rgba(255,107,53,.15)}.quote-section .quote-field__checkbox{flex-direction:row;align-items:center;gap:.6rem}.quote-section .quote-field__checkbox input[type=checkbox]{width:auto;flex:none;accent-color:#ff6b35}.quote-section .quote-field__checkbox span{font-family:Open Sans,sans-serif;font-size:.95rem;color:#2b2d42}.quote-section #candidate-name-row{overflow:hidden;max-height:8rem;opacity:1;transition:max-height .3s ease,opacity .25s ease,margin-bottom .3s ease}.quote-section #candidate-name-row.is-collapsed{max-height:0;opacity:0;margin-bottom:0;pointer-events:none}.quote-section .quote-form__submit{width:100%;margin-top:.5rem;border:none;font-size:1rem}.quote-section .quote-form__submit:disabled{opacity:.6;cursor:default}.quote-section .quote-form__hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.quote-section .quote-form__status{margin:.85rem 0 0;font-size:.95rem;min-height:1.2em}.quote-section .quote-form__status.is-error{color:#e84855}.quote-section .quote-form__thanks{text-align:center;padding:1rem 0}.quote-section .quote-form__thanks h3{margin-bottom:.5rem;color:#ff6b35}.compare-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:1.5rem 0}.compare-table{width:100%;min-width:680px;border-collapse:collapse;font-size:.95rem}.compare-table td,.compare-table th{padding:.8rem 1rem;text-align:center;border-bottom:1px solid rgb(248.9615384615,211.2211538462,182.5384615385);line-height:1.45}.compare-table thead th{background:#ff6b35;color:#fff;font-family:Montserrat,sans-serif;font-weight:700;border-bottom:none}.compare-table thead th.is-featured{background:rgb(246.8,65.9762376238,0)}.compare-table tbody th[scope=row]{text-align:left;font-weight:600;color:#2b2d42}.compare-table tbody th.is-featured,.compare-table td.is-featured{background:rgb(251.7076923077,231.1307692308,215.4923076923)}.compare-table .compare-yes{color:#2e7d32;font-weight:700}.compare-table .compare-no{color:#e84855;font-weight:700}.compare-table .compare-note{display:block;font-size:.8rem;color:rgb(87.2623853211,91.3211009174,133.9376146789)}.compare-table caption{caption-side:bottom;text-align:left;font-size:.85rem;font-style:italic;color:rgb(93.2981651376,97.6376146789,143.2018348624);padding-top:.75rem}@media (max-width:768px){.compare-table{font-size:.9rem}.compare-table td,.compare-table th{padding:.6rem .7rem}}
/*# sourceMappingURL=/main.57c1be8c.css.map */