@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&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;justify-content:space-between;align-items:center;padding:1rem}.header .logo{font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700;color:#ff6b35}.header .logo .maple-leaf{color:#d80621;font-size:1.3rem;vertical-align:middle;margin-right:4px;display:inline-block}.header .main-nav ul{display:flex;list-style:none;align-items:center;padding:0;margin:0}@media (max-width:768px){.header .main-nav ul li:not(.login-item){display:none}}@media (min-width:768px){.header .main-nav ul{width:100%}}.header .main-nav li{margin-left:1.5rem}.header .main-nav li:first-child{margin-left:0}.header .main-nav li.social-item{margin-left:1rem}.header .main-nav li.login-item{margin-left:auto;padding-left:1.5rem}.header .main-nav a{color:#2b2d42;font-weight:500;text-decoration:none}.header .main-nav a:hover{color:#ff6b35}.header .main-nav a.nav-social{font-size:1.3rem;padding:.3rem .5rem;border-radius:4px;transition:all .3s ease}.header .main-nav a.nav-social:hover{background-color:rgba(255,107,53,.1);transform:scale(1.1)}.header .main-nav a.nav-cta{background-color:#ff6b35;color:#fff;padding:.5rem 1rem;border-radius:4px;transition:background-color .3s ease}.header .main-nav a.nav-cta:hover{background-color:rgb(255,69.6336633663,2);color:#fff}.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:linear-gradient(135deg,#f7c59f,rgb(255,181.7326732673,155));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:center}}@media (max-width:768px){.hero .container{display:grid;grid-template-areas:"hero-content" "hero-image" "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:hsla(0,0%,100%,.9);border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.08);padding:2rem;text-align:center;width:80%;max-width:320px;transition:transform .3s ease,box-shadow .3s ease}.hero .hero-stats .stats-row .stat-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,.12)}.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 .cta-buttons{display:flex;gap: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:hsla(0,0%,100%,.9);border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.08);padding:1.2rem;text-align:center;flex:1;min-width:100px;max-width:200px;transition:transform .3s ease,box-shadow .3s ease}.hero .hero-content .stats-row .stat-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,.12)}.hero .hero-content .stats-row .stat-card .stat-icon{font-size:1.8rem;margin-bottom:.5rem;display:inline-block}.hero .hero-content .stats-row .stat-card h3{color:#2b2d42;margin-bottom:.5rem;font-size:1rem}.hero .hero-content .stats-row .stat-card .stat-value{font-size:1.8rem;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 .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:560px;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%;height:100%;background-color:#fff;border-radius:24px;overflow:hidden;position:relative}.hero .hero-image .phone-mockup .phone-frame .phone-screen .carousel{width:100%;height:100%;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;padding:4px;border-radius:24px}.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:2rem}@media (min-width:992px){.campaign-tool .tool-showcase{grid-template-columns:repeat(2,1fr)}}.campaign-tool .tool-message{padding:3.5rem;border-radius:12px;background:linear-gradient(135deg,#fff,#f7c59f);text-align:center;transition:transform .3s ease;box-shadow:0 10px 30px rgba(0,0,0,.08)}.campaign-tool .tool-message:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.12)}.campaign-tool .tool-message .tool-icon{font-size:4rem;margin-bottom:1.5rem}.campaign-tool .tool-message h3{color:#2b2d42;font-size:2.2rem;margin-bottom:1.2rem;font-weight:700}.campaign-tool .tool-message p{color:#2b2d42;font-size:1.25rem;line-height:1.6;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.campaign-tool .tool-message .tool-features{display:inline-block;list-style:none;padding:1.5rem 2rem;margin:0;text-align:left;background:hsla(0,0%,100%,.9);border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,.05)}.campaign-tool .tool-message .tool-features li{margin-bottom:1rem;color:#2b2d42;font-size:1.15rem;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}.campaign-tool .tool-message:nth-child(2){background:linear-gradient(135deg,#fff,rgb(255,237.7821782178,231.5))}.features{background-color:#fff}.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:1500px}.core-features .core-features-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@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(5,1fr)}}.core-features .core-feature-item{background:linear-gradient(135deg,#fff,#f7c59f);border-radius:12px;padding:2rem;text-align:center;box-shadow:0 8px 24px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease;min-width:220px}.core-features .core-feature-item:hover{transform:translateY(-8px);box-shadow:0 15px 35px rgba(0,0,0,.12)}.core-features .core-feature-item:hover .core-feature-icon{transform:scale(1.15)}.core-features .core-feature-item .core-feature-icon{font-size:3rem;margin-bottom:1rem;display:block;transition:transform .3s ease}.core-features .core-feature-item h3{color:#ff6b35;margin-bottom:.75rem;font-size:1.3rem}.core-features .core-feature-item p{color:#2b2d42;font-size:.95rem;line-height:1.5;margin:0}.canada-focus{background:linear-gradient(135deg,#f8f9fa,#fff);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)}
/*# sourceMappingURL=/main.a31a6c41.css.map */