*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--green:#9eb224;--green-hover:#84991d;--green-bright:#93ab00;--olive-dark:#3f4a2b;--charcoal:#333;--text-body:#5c5b5b;--text-light:#ffffffc7;--text-muted:#7a7a7a;--bg-white:#fff;--bg-cream:#faf6e8;--border:#e8e2cf;--font:"Montserrat Variable", "Montserrat", system-ui, -apple-system, sans-serif;--max-w:1200px;--max-w-prose:740px;--radius:10px;--radius-lg:16px;--shadow:0 4px 20px #33333314;--shadow-lg:0 8px 40px #33333324}html{scroll-behavior:smooth;font-size:16px;overflow-x:clip}body{font-family:var(--font);color:var(--text-body);background:var(--bg-white);line-height:1.7;overflow-x:clip}a{color:var(--green-hover);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{color:var(--charcoal);letter-spacing:-.02em;font-weight:700;line-height:1.2}h1{font-size:clamp(2rem,4.5vw,3.2rem)}h2{font-size:clamp(1.5rem,3vw,2.2rem)}h3{font-size:clamp(1.1rem,2vw,1.4rem)}.h1-section-size{font-size:clamp(1.5rem,3vw,2.2rem)}.form-subtitle{color:var(--text-muted);margin-top:-.5rem;font-size:1.1rem}p{margin-bottom:1rem}ul,ol{margin-bottom:1rem;padding-left:1.5rem}li{margin-bottom:.3rem}.container{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}.prose{max-width:var(--max-w-prose)}.section{padding:5rem 1.5rem}.breadcrumbs{background:var(--bg-cream);border-bottom:1px solid var(--border);padding:.75rem 1.5rem}.breadcrumbs ol{max-width:var(--max-w);margin:0;flex-wrap:wrap;align-items:center;margin-inline:auto;padding:0;font-size:.82rem;list-style:none;display:flex}.breadcrumbs li{align-items:center;gap:.5rem;margin-bottom:0;display:flex}.breadcrumbs a{color:var(--text-muted)}.breadcrumbs a:hover{color:var(--green-hover)}.breadcrumbs span[aria-current]{color:var(--charcoal);font-weight:600}.breadcrumbs-sep{color:#33333340}.section-label{letter-spacing:.1em;text-transform:uppercase;color:var(--green-hover);white-space:nowrap;flex-wrap:nowrap;align-items:center;gap:.5rem;font-size:.875rem;font-weight:700;display:flex}.label-icon{flex-shrink:0;width:auto;height:20px;display:inline!important}.bg-dark{background:var(--olive-dark)}.bg-cream{background:var(--bg-cream)}.bg-white{background:var(--bg-white)}.bg-alt{background:var(--bg-cream)}.bg-dark h1,.bg-dark h2,.bg-dark h3{color:#fff}.bg-dark p,.bg-dark li{color:var(--text-light)}.bg-dark .section-label{color:var(--green-bright)!important}.btn{font-family:var(--font);letter-spacing:.01em;cursor:pointer;white-space:nowrap;border-radius:8px;padding:.8rem 2rem;font-size:.95rem;font-weight:700;transition:all .18s;display:inline-block}.btn-primary{background:var(--green);color:#fff;border:2px solid var(--green)}.btn-primary:hover{background:var(--green-hover);border-color:var(--green-hover);color:#fff;text-decoration:none}.btn-outline-white{color:#fff;background:0 0;border:2px solid #ffffff80}.btn-outline-white:hover{color:#fff;background:#ffffff1f;border-color:#fff;text-decoration:none}.btn-outline-dark{color:var(--charcoal);border:2px solid var(--charcoal);background:0 0}.btn-outline-dark:hover{background:var(--charcoal);color:#fff;text-decoration:none}.site-header{background:var(--bg-white);z-index:100;border-bottom:1px solid var(--border);position:sticky;top:0}.site-header .inner{max-width:var(--max-w);justify-content:space-between;align-items:center;height:76px;margin:0 auto;padding:0 1.5rem;display:flex}.site-header .logo{align-items:center;display:flex}.site-header nav{align-items:center;gap:1.5rem;display:flex}.site-header nav a{color:var(--charcoal);letter-spacing:.01em;font-size:.9rem;font-weight:600;transition:color .15s}.site-header nav a:hover{color:var(--green-hover);text-decoration:none}.site-header nav .nav-cta{background:var(--green);border-radius:8px;padding:.6rem 1.4rem;color:#fff!important}.site-header nav .nav-cta:hover{background:var(--green-hover)}.site-header nav .nav-login{border:2px solid var(--green);border-radius:8px;padding:calc(.6rem - 2px) calc(1.4rem - 2px);color:var(--green-hover)!important}.site-header nav .nav-login:hover{background:var(--green);color:#fff!important}.nav-toggle{cursor:pointer;color:var(--charcoal);background:0 0;border:none;padding:.25rem;font-size:1.5rem;display:none}@media (width<=1100px){.nav-toggle{display:block}.site-header nav{background:var(--bg-white);border-top:1px solid var(--border);border-bottom:1px solid var(--border);flex-direction:column;align-items:stretch;gap:.25rem;padding:1rem 1.5rem 1.5rem;display:none;position:absolute;top:76px;left:0;right:0}.site-header nav.open{display:flex}.site-header nav>a{width:100%;padding:.6rem 0;display:block}.site-header nav .nav-cta,.site-header nav .nav-login{text-align:center;margin-top:.25rem}}.has-dropdown{position:relative}.dropdown{border:1px solid var(--border);border-radius:0 0 var(--radius) var(--radius);box-shadow:var(--shadow-lg);z-index:200;background:#fff;flex-direction:column;min-width:220px;padding:.5rem 0;display:none;position:absolute;top:100%;left:0}.has-dropdown:hover .dropdown,.has-dropdown:focus-within .dropdown{display:flex}.dropdown a{padding:.5rem 1.25rem;font-size:.85rem;font-weight:600;color:var(--charcoal)!important}.dropdown a:hover{background:var(--bg-cream);text-decoration:none;color:var(--green-hover)!important}.dropdown-toggle{color:var(--charcoal);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:.5rem .75rem;font-size:1rem;line-height:1;display:none}@media (width<=1100px){.has-dropdown{flex-wrap:wrap;justify-content:space-between;align-items:center;display:flex}.has-dropdown>a{flex:auto;width:auto}.dropdown-toggle{display:block}.dropdown{box-shadow:none;background:0 0;border:none;width:100%;padding-left:1rem;display:none;position:static}.has-dropdown.open-dropdown .dropdown{display:flex}.dropdown a{color:var(--charcoal)!important}}.site-footer{background:var(--olive-dark);color:#ffffffa6;padding:4rem 1.5rem 2rem}.site-footer .footer-grid{max-width:var(--max-w);grid-template-columns:2fr 1fr 1fr;gap:3rem;margin:0 auto;display:grid}.site-footer .footer-heading{color:#fff;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-size:.8rem}.site-footer a{color:#ffffffa6;margin-bottom:.5rem;font-size:.9rem;transition:color .15s;display:block}.site-footer a:hover{color:#fff;text-decoration:none}.site-footer .footer-bottom{max-width:var(--max-w);color:#fff9;border-top:1px solid #ffffff26;justify-content:space-between;margin:2.5rem auto 0;padding-top:1.5rem;font-size:.82rem;display:flex}@media (width<=900px){.site-footer .footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (width<=540px){.site-footer .footer-grid{grid-template-columns:1fr}.site-footer .footer-bottom{flex-direction:column;gap:.5rem}}.page-hero{background:linear-gradient(180deg, var(--bg-cream) 0%, var(--bg-white) 100%);color:var(--charcoal);padding-top:8rem;padding-bottom:5rem;padding-right:1.5rem;padding-left:max(1.5rem, calc((100% - var(--max-w)) / 2 + 1.5rem));text-align:left;flex-direction:column;justify-content:center;align-items:flex-start;min-height:420px;display:flex}.page-hero h1{color:var(--charcoal);max-width:700px;margin-bottom:1rem}.page-hero p{color:var(--text-body);max-width:600px;margin:0;font-size:1.1rem}.page-hero .section-label{color:var(--green-hover)}.page-hero>.container{max-width:none;margin:0;padding:0}.photo-hero{min-height:560px;padding-top:8rem;padding-bottom:4rem;padding-right:1.5rem;padding-left:max(1.5rem, calc((100% - var(--max-w)) / 2 + 1.5rem));align-items:center;display:flex;position:relative;overflow:hidden}.photo-hero-bg{z-index:0;position:absolute;inset:0}.photo-hero-bg img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.photo-hero-scrim{z-index:1;background:linear-gradient(90deg,#252c1ae6 0%,#252c1ab8 32%,#252c1a1f 60%,#252c1a00 78%);position:absolute;inset:0}.photo-hero>.container{z-index:2;max-width:none;margin:0;padding:0;position:relative}.photo-hero h1{color:#fff;max-width:640px;margin-bottom:1rem}.photo-hero p{color:#ffffffdb;max-width:540px;margin:0;font-size:1.1rem}.photo-hero .section-label{color:var(--green-bright)}@media (width<=700px){.photo-hero{min-height:480px;padding:6.5rem 1.25rem 3rem}.photo-hero-scrim{background:linear-gradient(#252c1a9e 0% 55%,#252c1ae6 100%)}.photo-hero h1,.photo-hero p{max-width:100%}.photo-hero .section-label{white-space:normal;align-items:flex-start}.photo-hero .section-label .label-dot{margin-top:.45em}.hero-bg-home img{object-position:58% center}.hero-bg-bps img{object-position:60% center}.hero-bg-ai-voice-agents img{object-position:62% center}.hero-bg-pricing img{object-position:55% center}.hero-bg-contact-us img{object-position:65% center}.hero-bg-business-texting img{object-position:68% center}.hero-bg-call-management img,.hero-bg-contact-center img{object-position:55% center}.hero-bg-comparisons img{object-position:45% center}.hero-bg-how-it-works img{object-position:50% center}}.service-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:2rem;transition:transform .2s,box-shadow .2s}.service-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.service-card h3{margin:.9rem 0 .5rem;font-size:1rem}.service-card p{color:var(--text-muted);margin:0;font-size:.88rem;line-height:1.6}.service-card .service-tag{background:var(--green);color:#fff;text-transform:uppercase;letter-spacing:.08em;border-radius:20px;margin-bottom:1rem;padding:.28rem .75rem;font-size:.72rem;font-weight:800;display:inline-block}.testimonial-card{background:var(--bg-white);border-radius:var(--radius-lg);box-shadow:var(--shadow);border-left:4px solid var(--green);padding:2rem}.testimonial-card blockquote{color:var(--text-body);font-style:italic;line-height:1.7}.testimonial-card cite{color:var(--charcoal);margin-top:1.25rem;font-size:.9rem;font-style:normal;font-weight:700;display:block}.testimonial-card cite span{color:var(--text-muted);font-size:.82rem;font-weight:400;display:block}.checklist{flex-direction:column;gap:.75rem;padding:0;list-style:none;display:flex}.checklist li{align-items:flex-start;gap:.75rem;display:flex}.checklist li:before{content:"✓";color:var(--green-hover);flex-shrink:0;margin-top:.1rem;font-size:1rem;font-weight:800}.checklist-positive li:before{content:"✓";color:var(--green-hover)}.checklist-negative li:before{content:"✗";color:#b33a3a}.bg-dark .checklist-positive li,.dark-card .checklist-positive li{color:#ffffffeb}.bg-dark .checklist-positive li:before,.dark-card .checklist-positive li:before{color:var(--green-bright)}.step-list{counter-reset:step;flex-direction:column;gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.step-list li{counter-increment:step;padding-left:3rem;position:relative}.step-list li:before{content:counter(step);background:var(--green);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.9rem;font-weight:700;display:flex;position:absolute;top:-.1rem;left:0}.step-title{color:var(--charcoal);margin-bottom:.35rem;font-size:1rem;display:block}.step-desc{color:var(--text-body);margin:0;font-size:.92rem;line-height:1.6}.situation-list{flex-direction:column;gap:.85rem;padding:0;list-style:none;display:flex}.situation-list li{color:var(--charcoal);padding-left:1.75rem;font-size:1.05rem;font-weight:600;position:relative}.situation-list li:before{content:"?";background:var(--green);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.75rem;font-weight:800;display:flex;position:absolute;top:0;left:0}.feature-card{background:var(--bg-cream);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem}.feature-card h3{margin:.9rem 0 .5rem;font-size:1rem}.feature-card p{color:var(--text-muted);margin:0;font-size:.88rem;line-height:1.6}.dark-card{border-radius:var(--radius-lg);background:#ffffff0f;border:1px solid #ffffff26;padding:1.75rem}.dark-card h3{color:#fff}.dark-card p{color:#fffc;margin:0;font-size:.9rem;line-height:1.6}.two-col{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}@media (width<=820px){.two-col{grid-template-columns:1fr;gap:2.5rem}}.handle-photos{padding-bottom:2.5rem;position:relative}.handle-photo-main{border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-lg);display:block}.handle-photo-small{border-radius:var(--radius-lg);width:50%;box-shadow:var(--shadow-lg);position:absolute;bottom:-1.75rem;right:-1.5rem}.handle-photos .handle-photo-small[data-animate],.handle-photos .handle-photo-small[data-animate].animated{transform:translateY(25%) translateX(var(--parallax-x,0px));transition:opacity .65s}@media (width<=900px){.handle-photos{margin-bottom:1.5rem;padding-bottom:2.25rem}.handle-photo-small{width:38%;bottom:-1.25rem;right:0}.handle-photos .handle-photo-small[data-animate],.handle-photos .handle-photo-small[data-animate].animated{transform:none!important}}.goodfit-photos{padding-bottom:7rem;position:relative}.goodfit-photo-main{border-radius:var(--radius-lg);width:92%;box-shadow:var(--shadow-lg);display:block}.goodfit-photo-small{border-radius:var(--radius-lg);width:46%;height:auto;box-shadow:var(--shadow-lg);position:absolute}.goodfit-photo-small-left{top:66%;left:4%}.goodfit-photo-small-right{top:56%;right:0}.goodfit-photos .goodfit-photo-small[data-animate],.goodfit-photos .goodfit-photo-small[data-animate].animated{transform:translateX(var(--parallax-x,0px))}@media (width<=900px){.goodfit-photos{padding-bottom:0;position:static}.goodfit-photo-main{width:100%;margin-bottom:1rem}.goodfit-photo-small{width:48%;position:static;transform:none!important}.goodfit-photo-small-left{margin-right:4%;display:inline-block}.goodfit-photo-small-right{display:inline-block}}@media (width<=640px){.section{padding:3.5rem 1.25rem}.page-hero{min-height:320px;padding:6rem 1.25rem 3rem}}[data-animate]{opacity:0;transition:opacity .65s,transform .65s}[data-animate=fade-up]{transform:translateY(36px)}[data-animate=fade-left]{transform:translate(-40px)}[data-animate=fade-right]{transform:translate(40px)}[data-animate].animated{opacity:1;transform:none}.stagger-1{transition-delay:80ms!important}.stagger-2{transition-delay:.16s!important}.stagger-3{transition-delay:.24s!important}.stagger-4{transition-delay:.32s!important}.stagger-5{transition-delay:.4s!important}.stagger-6{transition-delay:.48s!important}.stagger-7{transition-delay:.56s!important}.stagger-8{transition-delay:.64s!important}.stagger-9{transition-delay:.72s!important}.stagger-10{transition-delay:.8s!important}@media (prefers-reduced-motion:reduce){[data-animate]{opacity:1!important;transition:none!important;transform:none!important}}.faq-list{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-cream);overflow:hidden}.faq-item{border-bottom:1px solid var(--border)}.faq-item:last-child{border-bottom:none}.faq-q{text-align:left;width:100%;font-family:var(--font);color:var(--charcoal);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.5rem;font-size:.93rem;font-weight:600;transition:background .15s,color .15s;display:flex}.faq-q:hover{background:#9eb2241a}.faq-icon{color:var(--green-hover);flex-shrink:0;font-size:1.3rem;line-height:1;transition:transform .25s}.faq-a{color:var(--text-body);padding:0 1.5rem 1.25rem;font-size:.92rem;line-height:1.7;display:none}.faq-item.open .faq-a{display:block}.faq-item.open .faq-q{background:var(--green);color:#fff}.faq-item.open .faq-icon{color:#fff}.pull-quote{color:var(--charcoal);font-size:1.1rem;font-style:italic;line-height:1.7}.pull-quote-cite-stacked{text-align:center;flex-direction:column;align-items:center;gap:.5rem;margin-top:1.25rem;font-style:normal;display:flex}.pull-quote-cite-stacked img{object-fit:cover;border-radius:50%;width:88px;height:88px}.pull-quote-cite-stacked strong{color:var(--charcoal);font-size:.95rem;display:block}.pull-quote-cite-stacked span{color:var(--text-muted);font-size:.82rem;font-weight:400;display:block}@font-face{font-family:Montserrat Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/montserrat-cyrillic-ext-wght-normal.CO5hGrJv.woff2)format("woff2-variations");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Montserrat Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/montserrat-cyrillic-wght-normal.EAA9jha_.woff2)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Montserrat Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/montserrat-vietnamese-wght-normal.k7S-YeeD.woff2)format("woff2-variations");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Montserrat Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/montserrat-latin-ext-wght-normal.BsZE-iaG.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Montserrat Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/montserrat-latin-wght-normal.l_AIctKy.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
