:root{--background:#ffffff;--foreground:#1e1e1e;--secondary-bg:#f9f8f5;--border:#ebebeb;--border-light:rgba(0,0,0,0.06);--text-muted:rgba(30,30,30,0.74);--text-faint:rgba(30,30,30,0.64);--gum-yellow:#F2CE3A;--gum-teal:#2BB596;--gum-blue:#8BA1D3;--gum-pink:#E787A0;--accent:var(--gum-yellow);--accent-fg:var(--foreground);--font-body:'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;--font-display:'Outfit', system-ui, -apple-system, sans-serif;--radius:0.75rem;--radius-xl:1rem;--radius-2xl:1.25rem;--radius-full:9999px;--container:1400px;--px:1.25rem;--px-md:2rem}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);color:var(--foreground);background:var(--background);line-height:1.6;font-size:1rem}::selection{background-color:rgb(242 206 58 / .3);color:var(--foreground)}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:700;letter-spacing:-.02em;line-height:1.1}h1{font-size:clamp(3rem, 7vw, 7rem);letter-spacing:-.03em;line-height:1.02}h2{font-size:clamp(1.875rem, 5vw, 3.75rem);letter-spacing:-.02em;line-height:1.08}h3{font-size:clamp(1.5rem, 3vw, 1.875rem)}h4{font-size:clamp(1.25rem, 2.5vw, 1.5rem)}p{line-height:1.7}.text-muted{color:var(--text-muted)}.text-faint{color:var(--text-faint)}.text-white{color:#fff}.text-center{text-align:center}.text-xl{font-size:1.25rem;line-height:1.6}.text-lg{font-size:1.125rem;line-height:1.6}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.uppercase{text-transform:uppercase}.tracking-widest{letter-spacing:.1em}.container{width:100%;max-width:var(--container);margin-left:auto;margin-right:auto;padding-left:var(--px);padding-right:var(--px)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-12{gap:3rem}.grid{display:grid}.grid-1{grid-template-columns:1fr}.w-full{width:100%}.mx-auto{margin-left:auto;margin-right:auto}.shrink-0{flex-shrink:0}.btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-body);font-weight:600;border-radius:var(--radius-full);border:none;cursor:pointer;transition:all 0.3s ease;text-decoration:none;line-height:1;gap:.5rem}.btn-primary{background:var(--gum-yellow);color:var(--foreground);height:3.5rem;padding:0 2.5rem;font-size:1.125rem;font-weight:700;box-shadow:0 4px 14px rgb(242 206 58 / .25)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgb(242 206 58 / .35);filter:brightness(.97)}.btn-secondary{background:#fff0;color:var(--foreground);height:3rem;padding:0 2rem;font-size:1rem;border:2px solid var(--border)}.btn-secondary:hover{border-color:var(--gum-teal);background:rgb(43 181 150 / .05)}.btn-outline-light{background:#fff0;color:#fff;height:3.5rem;padding:0 2rem;font-size:1rem;border:2px solid rgb(255 255 255 / .2)}.btn-outline-light:hover{border-color:var(--gum-teal);background:rgb(43 181 150 / .1);transform:translateY(-2px)}.btn-sm{height:2.75rem;padding:0 1.5rem;font-size:.875rem}.btn-full{width:100%}.btn svg,.btn .arrow{width:1.25rem;height:1.25rem;transition:transform 0.2s}.btn:hover svg,.btn:hover .arrow{transform:translateX(4px)}.arrow::after{content:'\2192'}.card{background:var(--background);border-radius:var(--radius-2xl);padding:2.5rem;border:1px solid var(--border-light);transition:all 0.3s ease}.card:hover{box-shadow:0 20px 60px rgb(0 0 0 / .06)}.card--teal:hover{border-color:rgb(43 181 150 / .5)}.card--blue:hover{border-color:rgb(139 161 211 / .5)}.card--pink:hover{border-color:rgb(231 135 160 / .5)}.card--yellow:hover{border-color:rgb(242 206 58 / .5)}.card-secondary{background:var(--secondary-bg)}.icon-box{width:3.5rem;height:3.5rem;border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:center;margin-bottom:2rem;font-size:1.5rem}.icon-box--teal{background:rgb(43 181 150 / .1);color:var(--gum-teal)}.icon-box--blue{background:rgb(139 161 211 / .1);color:var(--gum-blue)}.icon-box--pink{background:rgb(231 135 160 / .1);color:var(--gum-pink)}.icon-box--yellow{background:rgb(242 206 58 / .1);color:var(--gum-yellow)}.dot{width:6px;height:6px;border-radius:50%;flex-shrink:0;margin-top:.5rem}.dot--teal{background:var(--gum-teal)}.dot--blue{background:var(--gum-blue)}.dot--pink{background:var(--gum-pink)}.dot--yellow{background:var(--gum-yellow)}.num-badge{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:50%;font-size:.875rem;font-weight:700;color:#fff;flex-shrink:0}.num-badge--teal{background:var(--gum-teal)}.num-badge--blue{background:var(--gum-blue)}.num-badge--pink{background:var(--gum-pink)}.num-badge--yellow{background:var(--gum-yellow)}.navbar{position:sticky;top:0;z-index:100;background:rgb(255 255 255 / .95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-light);transition:box-shadow 0.3s}.navbar--scrolled{box-shadow:0 2px 20px rgb(0 0 0 / .06)}.navbar__inner{display:flex;align-items:center;justify-content:space-between;height:4.5rem}.navbar__logo img{height:32px;width:auto}.navbar__links{display:none;align-items:center;gap:2rem}.nav-link{position:relative;font-size:.9375rem;font-weight:500;color:var(--text-muted);transition:color 0.2s;padding:.25rem 0}.nav-link::after{content:'';position:absolute;left:0;bottom:-2px;width:0;height:2px;background:var(--gum-yellow);transition:width 0.3s ease}.nav-link:hover,.nav-link--active{color:var(--foreground)}.nav-link:hover::after,.nav-link--active::after{width:100%}.navbar__cta{display:none}.navbar__hamburger{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:none;background:none;cursor:pointer;color:var(--foreground)}.navbar__hamburger svg{width:1.5rem;height:1.5rem}.mobile-menu{display:none;position:fixed;top:4.5rem;left:0;right:0;bottom:0;background:var(--background);z-index:99;padding:2rem var(--px);flex-direction:column;gap:0;opacity:0;transform:translateY(-10px);transition:opacity 0.3s ease,transform 0.3s ease;overflow-y:auto}.mobile-menu--open{display:flex;opacity:1;transform:translateY(0)}.mobile-menu a{display:block;padding:1rem 0;font-size:1.25rem;font-weight:500;border-bottom:1px solid var(--border-light);color:var(--foreground)}.mobile-menu a:last-child{border-bottom:none}.mobile-menu .btn-primary{margin-top:1.5rem;width:100%}.footer{background:var(--foreground);color:rgb(255 255 255 / .8);border-top:3px solid var(--gum-teal)}.footer__inner{padding-top:4rem;padding-bottom:2rem}.footer__grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:3rem}.footer__heading{font-family:var(--font-display);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:rgb(255 255 255 / .72);margin-bottom:1.25rem}.footer__link{display:block;padding:.35rem 0;font-size:.9375rem;color:rgb(255 255 255 / .86);transition:color 0.2s}.footer__link:hover{color:var(--gum-yellow)}.footer__logo img{height:24px;width:auto;opacity:.8;margin-bottom:1rem}.footer__tagline{font-size:.875rem;color:rgb(255 255 255 / .78);max-width:20rem;line-height:1.6}.footer__bottom{display:flex;flex-direction:column;gap:1rem;padding-top:2rem;border-top:1px solid rgb(255 255 255 / .08);font-size:.8125rem;color:rgb(255 255 255 / .72)}.footer__legal-links{display:flex;flex-wrap:wrap;gap:1.5rem}.footer__legal-links a{color:rgb(255 255 255 / .78);transition:color 0.2s}.footer__legal-links a:hover{color:#fff}.footer__social a{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:50%;border:1px solid rgb(255 255 255 / .15);color:rgb(255 255 255 / .6);transition:all 0.2s}.footer__social a:hover{border-color:var(--gum-yellow);color:var(--gum-yellow)}.section{padding:6rem 0}.section--lg{padding:8rem 0}.section--bg-secondary{background:var(--secondary-bg)}.section--bg-dark{background:var(--foreground);color:#fff}.section--bg-dark h2,.section--bg-dark h3{color:#fff}.section--border-top{border-top:1px solid var(--border-light)}.hero{padding-top:8rem;padding-bottom:10rem;text-align:center}.hero__title{max-width:62rem;margin:0 auto}.hero__sub{font-size:1.25rem;color:var(--text-muted);max-width:40rem;margin:2.5rem auto 0;font-weight:500}.hero__cta{margin-top:3rem;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.hero--left{text-align:left;padding-bottom:5rem}.hero--left .hero__sub{margin-left:0;margin-right:0}.ticker{padding:1.25rem 0;background:var(--gum-teal);overflow:hidden;white-space:nowrap}.ticker__track{display:flex;width:max-content;animation:marquee 60s linear infinite}.ticker__item{display:flex;align-items:center;font-family:var(--font-display);font-weight:700;font-size:1.25rem;color:#fff;padding:0 1.5rem}.ticker__sep{opacity:.4;padding:0 1.5rem}.services-grid{display:grid;grid-template-columns:1fr;gap:2rem}.service-card__list{margin-bottom:2rem}.service-card__list li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;color:var(--text-muted)}.service-card__meta{padding-top:1.5rem;border-top:1px solid var(--border-light)}.service-card__meta-label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-faint);margin-bottom:.25rem}.cta-section{padding:6rem 0;background:var(--secondary-bg);text-align:center}.cta-section p{font-size:1.25rem;color:var(--text-muted);max-width:48rem;margin:0 auto 2.5rem}.cta-dark{padding:8rem 0;background:var(--foreground);color:#fff;text-align:center}.cta-dark h2{color:#fff}.cta-dark p{font-size:1.25rem;color:rgb(255 255 255 / .6);max-width:40rem;margin:1rem auto 2.5rem}.cta-dark .btn-group{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.audit-grid{display:grid;grid-template-columns:1fr;gap:3rem}.audit-sidebar{position:relative}.audit-pricing{padding:1.5rem;background:rgb(43 181 150 / .1);border:1px solid rgb(43 181 150 / .2);border-radius:var(--radius-2xl);margin-bottom:2rem}.audit-pricing .flex{margin-bottom:1.5rem}.included-item{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;border-radius:var(--radius-xl);background:var(--background);border:1px solid var(--border-light);transition:border-color 0.2s;margin-bottom:1rem}.included-item:hover{border-color:rgb(43 181 150 / .5)}.included-item svg,.included-item .check-icon{color:var(--gum-teal);flex-shrink:0;margin-top:2px}.who-box{padding:2rem;background:var(--foreground);color:#fff;border-radius:var(--radius-2xl)}.who-box h3{color:#fff;margin-bottom:.75rem}.who-box p{color:rgb(255 255 255 / .7)}.sprints-grid{display:grid;grid-template-columns:1fr;gap:2rem}.sprint-card{display:flex;flex-direction:column;height:100%}.sprint-card__header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.sprint-card__bestfor{padding:1rem;border-radius:var(--radius-xl);margin-bottom:2rem}.sprint-card__bestfor--teal{background:rgb(43 181 150 / .05);border:1px solid rgb(43 181 150 / .1)}.sprint-card__bestfor--blue{background:rgb(139 161 211 / .05);border:1px solid rgb(139 161 211 / .1)}.sprint-card__bestfor--pink{background:rgb(231 135 160 / .05);border:1px solid rgb(231 135 160 / .1)}.sprint-card__bestfor--yellow{background:rgb(242 206 58 / .05);border:1px solid rgb(242 206 58 / .1)}.sprint-card__bestfor strong{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-faint);margin-bottom:.5rem}.sprint-card__bestfor p{font-size:.875rem;color:var(--text-muted)}.sprint-card__footer{margin-top:auto;padding-top:1.5rem;border-top:1px solid var(--border-light);display:flex;justify-content:flex-end}.sprint-card__link{display:inline-flex;align-items:center;font-weight:500;gap:.5rem;transition:color 0.2s}.sprint-card__link:hover{color:var(--gum-teal)}.sprint-card__link .arrow{transition:transform 0.2s}.sprint-card__link:hover .arrow{transform:translateX(4px)}.retainer{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}.retainer__list li{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem;color:rgb(255 255 255 / .8)}.retainer__list .check-icon{color:var(--gum-teal);flex-shrink:0;margin-top:2px}.retainer__card{background:var(--background);color:var(--foreground);padding:2rem;border-radius:var(--radius-2xl);box-shadow:0 25px 60px rgb(0 0 0 / .3)}.retainer__card h3{font-size:1.5rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border-light);color:var(--foreground)}.products-grid{display:grid;grid-template-columns:1fr;gap:2rem}.product-card{display:flex;flex-direction:column;height:100%}.product-card .icon-box{width:3rem;height:3rem;font-size:1.25rem}.product-card__price{font-size:1.5rem;font-weight:700;font-family:var(--font-display);margin-bottom:.75rem}.product-card__footer{margin-top:auto;padding-top:1.5rem;border-top:1px solid var(--border-light)}.posts-grid{display:grid;grid-template-columns:1fr;gap:2rem}.post-card{background:var(--background);border-radius:var(--radius-2xl);overflow:hidden;border:1px solid var(--border-light);transition:all 0.3s;display:flex;flex-direction:column}.post-card:hover{box-shadow:0 20px 60px rgb(0 0 0 / .06);transform:translateY(-4px)}.post-card__image{width:100%;height:12rem;background:var(--secondary-bg);overflow:hidden}.post-card__image img{width:100%;height:100%;object-fit:cover}.post-card__image--placeholder{background:linear-gradient(135deg,var(--gum-teal),var(--gum-blue));display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:2rem;color:rgb(255 255 255 / .3);font-weight:800}.post-card__body{padding:1.5rem;display:flex;flex-direction:column;flex:1}.post-card__meta{font-size:.8125rem;color:var(--text-faint);margin-bottom:.75rem;display:flex;gap:1rem}.post-card__title{font-size:1.25rem;font-weight:700;font-family:var(--font-display);margin-bottom:.75rem;line-height:1.3}.post-card__title a{transition:color 0.2s}.post-card__title a:hover{color:var(--gum-teal)}.post-card__excerpt{color:var(--text-muted);font-size:.9375rem;line-height:1.6;flex:1}.post-card__read-more{display:inline-flex;align-items:center;gap:.375rem;margin-top:1rem;font-weight:600;font-size:.875rem;color:var(--gum-teal);transition:gap 0.2s}.post-card__read-more:hover{gap:.625rem}.post-article{max-width:48rem;margin:0 auto;padding:4rem 0 6rem}.post-article h2{font-size:clamp(1.5rem, 3vw, 2rem);margin:2.5rem 0 1rem}.post-article h3{font-size:clamp(1.25rem, 2.5vw, 1.5rem);margin:2rem 0 .75rem}.post-article p{margin-bottom:1.25rem;color:var(--text-muted)}.post-article ul,.post-article ol{margin:1rem 0 1.5rem 1.5rem;color:var(--text-muted)}.post-article ul{list-style:disc}.post-article ol{list-style:decimal}.post-article li{margin-bottom:.5rem}.post-article strong{color:var(--foreground)}.post-article code{background:var(--secondary-bg);padding:.15em .4em;border-radius:4px;font-size:.9em}.post-article blockquote{border-left:3px solid var(--gum-yellow);padding:1rem 1.5rem;margin:1.5rem 0;background:var(--secondary-bg);border-radius:0 var(--radius) var(--radius) 0}.post-article a{color:var(--gum-teal);text-decoration:underline;text-underline-offset:2px}.post-article a:hover{color:var(--foreground)}.post-cta{background:var(--secondary-bg);padding:2rem;border-radius:var(--radius-2xl);margin-top:3rem;border-left:4px solid var(--gum-yellow)}.post-cta p{color:var(--text-muted);margin-bottom:1rem}.post-nav{display:flex;justify-content:space-between;padding:2rem 0;border-top:1px solid var(--border-light);margin-top:3rem;gap:2rem}.post-nav a{font-weight:500;color:var(--text-muted);transition:color 0.2s}.post-nav a:hover{color:var(--gum-teal)}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:3rem}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;padding:0 .75rem;border-radius:var(--radius-full);border:1px solid var(--border);font-weight:500;font-size:.875rem;transition:all 0.2s}.pagination a:hover{border-color:var(--gum-yellow);background:rgb(242 206 58 / .1)}.pagination .current{background:var(--gum-yellow);border-color:var(--gum-yellow);color:var(--foreground)}.page-content{max-width:48rem;margin:0 auto;padding:4rem 0 6rem}.page-content h2{font-size:clamp(1.5rem, 3vw, 2rem);margin:2.5rem 0 1rem}.page-content h3{font-size:clamp(1.25rem, 2.5vw, 1.5rem);margin:2rem 0 .75rem}.page-content p{margin-bottom:1.25rem;color:var(--text-muted);line-height:1.8}.page-content ul{list-style:disc;margin:1rem 0 1.5rem 1.5rem;color:var(--text-muted)}.page-content li{margin-bottom:.5rem}.contact-form-placeholder{background:var(--secondary-bg);padding:3rem;border-radius:var(--radius-2xl);text-align:center}.page-404{display:flex;align-items:center;justify-content:center;min-height:70vh;text-align:center;padding:4rem var(--px)}.page-404__big{font-size:clamp(8rem, 20vw, 16rem);font-family:var(--font-display);font-weight:800;color:var(--secondary-bg);line-height:1;margin-bottom:-1rem}@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}@keyframes fadeInUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.animate-on-scroll{opacity:0;transform:translateY(24px);transition:opacity 0.6s ease,transform 0.6s ease}.animate-on-scroll.is-visible{opacity:1;transform:translateY(0)}.stagger-item{opacity:0;transform:translateY(20px);transition:opacity 0.5s ease,transform 0.5s ease}.stagger-item.is-visible{opacity:1;transform:translateY(0)}.hero-animate{animation:fadeInUp 0.8s ease-out both}.hero-animate--delay-1{animation-delay:0.2s}.hero-animate--delay-2{animation-delay:0.4s}@media (min-width:640px){.products-grid{grid-template-columns:repeat(2,1fr)}.posts-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){:root{--px:2rem}.section{padding:8rem 0}.section--lg{padding:10rem 0}.hero{padding-top:10rem;padding-bottom:12rem}.hero__sub{font-size:1.5rem}.services-grid{grid-template-columns:repeat(2,1fr)}.sprints-grid{grid-template-columns:repeat(2,1fr)}.service-card--retainer{grid-column:1 / -1;max-width:36rem;margin:0 auto}.audit-grid{grid-template-columns:1fr 2fr;gap:4rem}.retainer{grid-template-columns:7fr 5fr}.footer__grid{grid-template-columns:1fr 1fr 1.5fr;gap:4rem}.footer__bottom{flex-direction:row;justify-content:space-between;align-items:center}}@media (min-width:1024px){.navbar__links{display:flex}.navbar__cta{display:flex}.navbar__hamburger{display:none}.products-grid{grid-template-columns:repeat(3,1fr)}.posts-grid{grid-template-columns:repeat(3,1fr)}.audit-sidebar{position:sticky;top:7rem}}.admin-bar .navbar{top:32px}@media (max-width:782px){.admin-bar .navbar{top:46px}}.alignwide{max-width:64rem;margin-left:auto;margin-right:auto}.alignfull{width:100vw;margin-left:calc(-50vw + 50%)}.aligncenter{text-align:center}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:var(--background);clip:auto!important;clip-path:none;color:var(--foreground);display:block;font-size:1rem;height:auto;left:5px;padding:15px 23px;top:5px;width:auto; z-index:100000}#retainer{scroll-margin-top:120px}.about .hero.hero--left{padding-bottom:2.5rem!important}.about .section{padding-top:1.5rem!important}.about .about-content-tight{max-width:48rem;margin-left:0!important;margin-right:auto!important;text-align:left!important;padding:0 0 3rem!important}.about .about-content-tight p{text-align:left!important}.page-conversion-sprint .page-content,.page-tracking-sprint .page-content,.page-marketplace-sprint .page-content,.page-operation-sprint .page-content,.page-operations-sprint .page-content,.page-conversion-sprint .wpforms-container,.page-tracking-sprint .wpforms-container,.page-marketplace-sprint .wpforms-container,.page-operation-sprint .wpforms-container,.page-operations-sprint .wpforms-container{text-align:left!important;margin-left:0!important;margin-right:auto!important}@media (max-width:767px){.hero{padding-top:6.5rem}.mobile-menu a.btn,.mobile-menu a.btn-primary{display:inline-flex;align-items:center;justify-content:center;width:100%;height:3.5rem;padding:0 1.25rem;margin-top:1.5rem;border-bottom:none;font-size:1.125rem;line-height:1;text-align:center}.service-card--retainer .btn,.retainer__card .btn{width:100%;max-width:320px;margin:0 auto;display:inline-flex;align-items:center;justify-content:center;height:3.25rem!important;padding:0 1rem!important;font-size:1rem!important;line-height:1;text-align:center;white-space:nowrap}.animate-on-scroll,.stagger-item{opacity:1;transform:none}}.text-muted{color:var(--foreground)!important}