:root{--primary:#39FF12;--headerColor:#1a1a1a;--bodyTextColor:#4e4b66;--bodyTextColorWhite:#fafbfc;--backgroundColor:#001327;--highlightColor:#02ca30;--headingColor:#002a55;--secondaryHover:#ffba43;--topperFontSize:clamp(0.8125rem,1.6vw,1rem);--headerFontSize:clamp(1.9375rem,3.9vw,3.0625rem);--bodyFontSize:1rem;--sectionPadding:clamp(3.75rem,7.82vw,6.25rem) 1rem}*,*:before,*:after{box-sizing:border-box}::-webkit-scrollbar{width:12px}html{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#51677D var(--backgroundColor)}.cs-topper{font-size:var(--topperFontSize);line-height:1.2em;text-transform:uppercase;text-align:inherit;letter-spacing:.1em;font-weight:700;color:var(--primary);margin-bottom:0.25rem;display:block}.cs-title{font-size:var(--headerFontSize);font-weight:900;line-height:1.2em;text-align:inherit;max-width:43.75rem;margin:0 0 1rem 0;color:var(--headerColor);position:relative}.cs-text{font-size:var(--bodyFontSize);line-height:1.5em;text-align:inherit;width:100%;max-width:40.625rem;margin:0;color:var(--bodyTextColor)}.mb-0{margin-bottom:0px}#cs-navigation{display:flex;justify-content:center;width:100%;box-sizing:border-box;padding:0 1rem;background-color:var(--backgroundColor);position:fixed;top:0;z-index:10000}#cs-navigation .cs-container{width:100%;max-width:80rem;margin:7px 0;display:flex;justify-content:space-between;align-items:center}#cs-navigation .cs-logo{width:40%;max-width:9.125rem;height:48px;display:flex;justify-content:center;align-items:center}#cs-navigation .cs-ul{display:flex;list-style-type:none;margin:0;padding:0;align-items:baseline}#cs-navigation .cs-li{position:relative}#cs-navigation .cs-li-link{font-size:0.875rem;text-decoration:none;line-height:1.5em;width:auto;color:var(--bodyTextColorWhite);position:relative;display:inline-block;transition:color 0.3s;padding:1rem}#cs-navigation .cs-li-link:before{content:"";width:0%;height:0.125rem;background:currentColor;opacity:1;position:absolute;display:block;bottom:-0.125rem;left:0;transition:width 0.3s}#cs-navigation .cs-li-link:hover{color:var(--primary)}#cs-navigation .cs-li-link:hover:before{width:100%}#cs-navigation .cs-submenu{display:none;position:absolute;top:100%;left:0;background-color:#002E5D;box-shadow:0 2px 5px rgba(0,0,0,0.1);z-index:1000;padding-left:0}#cs-navigation .cs-submenu li{list-style-type:none}#cs-navigation .cs-submenu a{font-size:0.875rem;text-decoration:none;line-height:1.5em;color:var(--bodyTextColorWhite);position:relative;display:block;transition:color 0.3s;padding:0.5rem 1rem;white-space:nowrap}#cs-navigation .cs-submenu a:before{content:"";width:0%;height:0.125rem;background:currentColor;opacity:1;position:absolute;display:block;bottom:0;left:1rem;transition:width 0.3s}#cs-navigation .cs-submenu a:hover,.cs-active{color:var(--primary) !important}#cs-navigation .cs-submenu a:hover:before{width:calc(100% - 2rem)}.cs-button-solid{display:inline-flex;align-items:center;justify-content:center;text-align:center;font-size:16px;font-weight:400;text-decoration:none;background-color:var(--primary);color:var(--headingColor);padding:0.8rem 1.5rem;border-radius:0.25rem;transition:all 0.3s ease;box-shadow:0 2px 10px rgba(255,107,82,0.2);white-space:nowrap;margin:0 20px}#cs-navigation .cs-button-solid:before{display:none}#cs-navigation .cs-button-solid:hover{background-color:#a4ff92;transition:all 0.3s ease}#cs-navigation .cs-toggle{display:none}@media only screen and (max-width:63.9375rem){#cs-navigation{padding:0 1rem}#cs-navigation .cs-button-solid{display:block;font-size:1rem;font-weight:700;text-decoration:none;padding:0.5rem 1.5rem;margin:0.5rem 1rem;color:var(--backgroundColor);background-color:var(--primary);border-radius:0.25rem;transition:all 0.3s ease}}@media only screen and (max-width:63.9375rem){#cs-navigation .cs-ul-wrapper{display:none;position:absolute;height:100vh;top:100%;left:0;width:100%;background-color:var(--backgroundColor);box-shadow:0 5px 10px rgba(0,0,0,0.1)}#cs-navigation.cs-active .cs-ul-wrapper{display:block}#cs-navigation .cs-ul{flex-direction:column}#cs-navigation .cs-li{width:100%}#cs-navigation .cs-submenu{position:static;box-shadow:none;padding-left:1rem}#cs-navigation .cs-toggle{display:block;width:2.5rem;height:2.5rem;padding:0.5rem;border:none;background:transparent;cursor:pointer}#cs-navigation .cs-bar{display:block;width:100%;height:2px;margin:4px 0;background-color:var(--bodyTextColorWhite);transition:0.4s}#cs-navigation.cs-active .cs-bar:nth-child(1){transform:rotate(-45deg) translate(-6px,5px)}#cs-navigation.cs-active .cs-bar:nth-child(2){opacity:0}#cs-navigation.cs-active .cs-bar:nth-child(3){transform:rotate(45deg) translate(-3px,-3px)}}@media only screen and (min-width:63.9375rem){#cs-navigation .cs-ul{display:flex}#cs-navigation .cs-li:hover .cs-submenu{display:block}}@media only screen and (min-width:0rem){#cs-footer-1292{background-color:var(--backgroundColor);padding:var(--sectionPadding);padding-bottom:1.25rem;box-sizing:border-box;overflow:hidden;position:relative;z-index:10}#cs-footer-1292 .cs-container{width:100%;margin:auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;column-gap:1.5rem;row-gap:2.25rem;max-width:80rem}#cs-footer-1292 .cs-logo-group{width:100%;position:relative}#cs-footer-1292 .cs-logo{width:12.3125rem;height:45px;display:block;margin:0 0 clamp(1.25rem,2vw,1.5rem) 0}#cs-footer-1292 .cs-logo-img{width:100%;height:auto}#cs-footer-1292 .cs-logo-img.dark{display:none}#cs-footer-1292 .cs-category{color:white;font:600 14px Roboto,sans-serif;line-height:21px;margin:0px}#cs-footer-1292 .cs-text{font-size:0.875rem;line-height:1.5em;margin:0 0 clamp(1.25rem,3vw,2.25rem);width:78%;max-width:15rem;color:white}#cs-footer-1292 .cs-link{font-size:0.875rem;line-height:1.5em;text-decoration:underline;margin:0;color:white;display:flex;justify-content:flex-start;align-items:center;gap:0.75rem;transition:color 0.3s}#cs-footer-1292 .cs-link:hover{color:var(--primary)}#cs-footer-1292 .cs-nav{width:45%;max-width:11.25rem;padding:0;margin:0;display:flex;justify-content:center;align-items:flex-start;flex-direction:column;gap:1rem}#cs-footer-1292 .cs-nav-li{list-style:none;display:flex;justify-content:flex-start;align-items:flex-start}#cs-footer-1292 .cs-header{font-size:1rem;line-height:1.2em;font-weight:700;margin-bottom:0.5rem;color:white;position:relative;display:block}#cs-footer-1292 .cs-nav-link{font-size:0.875rem;text-decoration:none;line-height:1.5em;width:auto;color:white;position:relative;display:inline-block;transition:color 0.3s}#cs-footer-1292 .cs-nav-link:before{content:"";width:0%;height:0.125rem;background:currentColor;opacity:1;position:absolute;display:block;bottom:-0.125rem;left:0;transition:width 0.3s}#cs-footer-1292 .cs-nav-link:hover{color:var(--primary)}#cs-footer-1292 .cs-nav-link:hover:before{width:100%}#cs-footer-1292 .cs-bottom{max-width:80rem;margin:auto;padding:32px 0 0 0;box-sizing:border-box;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:row;column-gap:2.25rem;row-gap:0.75rem}#cs-footer-1292 .cs-copyright,#cs-footer-1292 .cs-copyright-link{font-size:0.875rem;line-height:1.5em;color:var(--bodyTextColorWhite)}#cs-footer-1292 .cs-copyright-link-wrapper{display:flex;align-items:center;flex-direction:row;gap:2.25rem}#cs-footer-1292 .cs-copyright{text-align:center;width:100%}#cs-footer-1292 .cs-copyright-link{text-decoration:none;transition:color 0.3s}#cs-footer-1292 .cs-copyright-link:hover{color:var(--secondaryHover)}#cs-footer-1292 .cs-floater{width:31.625rem;height:31.625rem;margin-left:34.375rem;border-radius:50%;border:2px solid var(--primary);opacity:0.1;display:none;position:absolute;left:50%;top:0;z-index:-1}#cs-footer-1292 .cs-floater:before{content:"";width:44.6875rem;height:44.6875rem;border:2px solid var(--primary);border-radius:50%;opacity:0.6;position:absolute;display:block;top:50%;left:50%;transform:translate(-50%,-50%)}#cs-footer-1292 .cs-socials{max-width:80rem;margin:auto;margin-bottom:80px;display:flex;align-items:center;gap:12px}#cs-footer-1292 .cs-floater:after{content:"";width:60.1875rem;height:60.1875rem;border:2px solid var(--primary);border-radius:50%;opacity:0.3;position:absolute;display:block;top:50%;left:50%;transform:translate(-50%,-50%)}}@media only screen and (min-width:414px){#cs-footer-1292 .cs-container{row-gap:0;flex-direction:row;flex-wrap:nowrap;row-gap:2.5rem}#cs-footer-1292 .cs-nav{width:100%}#cs-footer-1292 .cs-bottom{flex-wrap:nowrap;justify-content:flex-start}#cs-footer-1292 .cs-copyright{text-align:left;width:auto;margin-right:auto}#cs-footer-1292 .cs-floater{display:block}}@media only screen and (min-width:1280){#cs-footer-1292 .cs-container{max-width:80rem;flex-wrap:nowrap;justify-content:flex-end;column-gap:clamp(2.5rem,6vw,5.25rem)}#cs-footer-1292 .cs-logo-group{width:30%;max-width:24.1875rem;margin-right:auto}#cs-footer-1292 .cs-text{width:100%}#cs-footer-1292 .cs-graphic{display:block}}:root{--primary:#39FF12;--headerColor:#1a1a1a;--bodyTextColor:#4e4b66;--bodyTextColorWhite:#fafbfc;--backgroundColor:#001327;--highlightColor:#02ca30;--headingColor:#002a55;--secondaryHover:#ffba43;--topperFontSize:clamp(0.8125rem,1.6vw,1rem);--headerFontSize:clamp(1.9375rem,3.9vw,3.0625rem);--bodyFontSize:1rem;--sectionPadding:clamp(3.75rem,7.82vw,6.25rem) 1rem}body{font-family:Arial,sans-serif;background-color:var(--backgroundColor);color:white;margin:0;padding:0}.container{display:flex;justify-content:space-between;flex-wrap:wrap;max-width:1200px;margin:50px auto;padding:0 20px}.box{width:45%;margin-bottom:20px;background-color:#F5F5F5;padding:20px;border-radius:8px}.box h2{font-size:2em;margin:0 0 10px 0;color:#002E5D}.box p{font-size:1.1em;color:#4D5E71}.seo-services{padding:112px 40px;background-color:#FAFAFA}.seo-services h2{font-size:2.5em;font-weight:600;color:var(--headerColor);margin-bottom:80px}.service-content,.service-number{font:400 16px 'Roboto',sans-serif;color:black;margin:0px}.btn-wrapper{display:flex;align-items:center;gap:8px}.service-title{font:700 24px/1.2 'Raleway',sans-serif}.service-container{display:flex;justify-content:space-between;align-items:center}.service-box{width:30%;border-radius:10px;position:relative;background-color:white}.btn-back-text{color:black}.service-front{padding:20px;width:100%;height:100%;transform-style:preserve-3d;backface-visibility:hidden;transition:transform 0.6s;perspective:1000px;transform:rotateY(0);border-radius:10px;display:grid;grid-template-rows:1fr 1fr}.service-back{position:absolute;top:0px;left:0px;padding:20px;width:100%;height:100%;transform-style:preserve-3d;backface-visibility:hidden;transition:transform 0.6s;perspective:1000px;transform:rotateY(180deg);border-radius:10px;box-shadow:0 25px 50px -12px rgba(0,0,0,0.25);display:flex;justify-content:space-between;flex-direction:column;background-color:white}.service-box:hover .service-front{transform:rotateY(-180deg)}.service-box:hover .service-back{transform:rotateY(0)}.service-number{font-size:1.2em;color:var(--highlightColor);margin-bottom:15px;font-weight:700}.service-title{font-size:1.4em;color:#000;font-weight:800}.service-img{width:50%;max-width:185px;margin-left:auto}#seo-audit{background-color:#A4FF92}#core-web-vitals{background-color:#82ABD3}#schema-markup{background-color:#FDE668}.service-link-section{display:flex;align-items:end}.service-link-wrapper{display:flex;font:700 24px/1.2 Raleway,sans-serif;color:black;align-items:center;gap:16px}.seo-case-studies{background-color:var(--headerColor);color:white;padding:2rem}.container{max-width:1200px;margin:0 auto}.filter-buttons{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.filter-buttons button{background-color:rgba(255,255,255,0.1);border:none;color:white;padding:0.5rem 1rem;border-radius:4px;cursor:pointer;transition:background-color 0.3s}.filter-buttons button:hover{background-color:rgba(255,255,255,0.2)}.case-studies-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.case-study-card{position:relative;cursor:pointer}.case-study-card img{width:100%;height:400px;object-fit:cover}.card-content{position:absolute;bottom:0;left:0;right:0;padding:1rem;background:linear-gradient(to top,rgba(0,0,0,0.8),transparent)}.card-content h3{font-size:1.25rem;font-weight:600;margin-bottom:0.5rem}.seo-campaign-process{background-color:#919191;color:white;padding:2rem;font-family:Arial,sans-serif}.container{max-width:1200px;margin:0 auto}.header-section{display:flex;gap:2rem;margin-bottom:3rem}.header-section h1{font-size:69px;font-weight:bold;flex:1}.header-section .description{flex:1;font-size:1.1rem;line-height:1.6}.process-steps{display:flex;flex-direction:column;gap:1rem}.process-step{background-color:#1E1E1E;transition:all 0.3s ease}.process-step h2{font-size:1.5rem;padding:1.5rem;margin:0;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.process-step h2::after{content:'↗';font-size:1.5rem;color:#5CC6D0}.process-step.expanded{background-color:#5CC6D0}.step-content{padding:0 1.5rem 1.5rem;display:none}.process-step.expanded .step-content{display:block}.step-highlight{font-size:1.2rem;font-weight:500;margin-bottom:1rem}.featured-work{background-color:#002F5F;padding:4rem 2rem;position:relative;overflow:hidden;color:white;padding:3rem 2rem;text-align:center}.logo-container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.logo{filter:brightness(0) invert(1);max-width:180px;height:auto;opacity:0.8;transition:opacity 0.3s ease}.logo:hover{opacity:1}.transform-experiences{width:100%;margin:0;color:#0000004D;padding:6rem 2rem;position:relative;overflow:hidden;height:780px}.hero-background-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0;opacity:0.5}.transform-experiences::before{content:"";position:absolute;inset:0;background:#001327;opacity:0;z-index:1}.transform-experiences .content{position:relative;z-index:2}.content{width:100%;height:100%;display:flex;z-index:1;max-width:800px;align-items:center;justify-content:center;flex-direction:column;margin:auto;color:white;text-align:center}.work-with-us{background-color:#001F3F;color:white;padding:4rem 2rem}.container{max-width:1200px;margin:0 auto}.content-wrapper{display:flex;align-items:center;gap:4rem}.graphic{flex:1}.text-content{flex:1}.cta-link{display:flex;align-items:center;gap:8px;overflow:hidden;justify-content:center;color:black;border:none;text-decoration:none;background:transparent;font:400 16px Roboto,sans-serif;transition:background-color 0.3s}.cta-link:hover{text-decoration-line:underline}.testimonial{background:linear-gradient(45deg,#4B0082,#800080);color:white;padding:4rem 2rem}.container{max-width:1200px;margin:0 auto;position:relative}.quote-symbol{font-size:6rem;opacity:0.2;position:absolute;top:-2rem;left:-2rem}.content{position:relative}.author{margin-bottom:2rem}.name{font-size:1.2rem;font-weight:bold;margin-bottom:0.5rem}.title{font-size:1rem;opacity:0.8}.quote-text{font-size:1.1rem;line-height:1.6;max-width:60%}.navigation{margin-top:2rem}.nav-button{background-color:#000;color:white;border:none;width:40px;height:40px;border-radius:50%;margin-right:1rem;cursor:pointer;transition:background-color 0.3s}.soon-come-btn{background-color:#39ff14;border:none;padding:1rem 2rem;color:var(--backgroundColor);font-size:1.2rem;font-weight:bold;cursor:pointer;border-radius:5px;margin-top:2rem}.stats-container{align-self:stretch;background:#dfdfdf;display:flex;flex-direction:column;overflow:hidden;justify-content:center;padding:112px 64px}.stats-wrapper{display:flex;width:100%;align-items:center;gap:80px;justify-content:flex-start;flex-wrap:wrap}.stats-header{align-self:stretch;display:flex;min-width:240px;flex-direction:column;width:400px;margin:auto 0}.header-content{display:flex;width:100%;flex-direction:column}.tagline{color:#000;text-transform:uppercase;letter-spacing:0.32px;font:400 16px Roboto,sans-serif}.title-wrapper{display:flex;width:100%;flex-direction:column}.main-title{color:#002e5d;font:700 46px/55px Raleway,sans-serif;margin:0px}.description{margin-bottom:0px;max-width:800px;color:black;margin-top:24px;font:400 20px/30px Roboto,sans-serif}.case-studies-intro .description{color:white}.cta-wrapper{display:flex;margin-top:32px;align-items:center;gap:24px;color:#000;font:400 16px Roboto,sans-serif}.stats-grid{display:flex;min-width:240px;flex-direction:column;flex:1;margin:auto 0}.stats-row{display:flex;width:100%;align-items:flex-start;gap:32px;justify-content:flex-start;flex-wrap:wrap}.stat-item{border-left:1px solid #878787;display:flex;min-width:240px;flex-direction:column;flex:1;padding:32px}.projects-number{display:flex;align-items:start}.stat-number{margin:0;color:#002e5d;font:700 80px/1.3 Raleway,sans-serif}.plus-sign{font:700 56px/1.3 Raleway,sans-serif;color:#002e5d;vertical-align:super}.stat-content{display:flex;margin-top:48px;width:100%;flex-direction:column;font-family:Roboto,sans-serif;color:#000}.stat-title{font:700 20px/1.4 Roboto,sans-serif;margin:0px}.stat-description{font:400 16px/24px Roboto,sans-serif;margin-top:8px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.logo-carousel{background:var(--backgroundColor);padding:80px 0;overflow:hidden;width:100%}.heading{color:#f5f5f5;font:700 37px/1.2 Raleway,sans-serif;text-align:center;margin:auto;margin-bottom:64px}.carousel-container{width:100%;overflow:hidden;position:relative}.carousel-track{display:flex;width:max-content;animation:scroll 30s linear infinite;will-change:transform}@keyframes scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.logo-slide{flex:0 0 auto;width:400px;margin-right:104px;display:flex;align-items:center;justify-content:center}.logo-image{width:200px;height:76px;object-fit:contain;object-position:center}.carousel-container:hover .carousel-track{animation-play-state:paused}@media (prefers-reduced-motion:reduce){.carousel-track{animation:none}}.seo-campaign-section{align-self:stretch;background:#f8f8f8;display:flex;flex-direction:column;overflow:hidden;padding:112px 64px}.seo-campaign-section svg:hover,.seo-campaign-section img:hover{cursor:pointer;opacity:0.5;transition:all 0.3s ease}.section-heading{color:#1e231e;font:700 46px/1.2 Raleway,sans-serif;width:100%;margin:0px}.process-list{display:flex;margin-top:80px;width:100%;flex-direction:column}.process-item{border-radius:8px;width:100%;display:flex;flex-direction:column}.process-item--active{background-color:rgb(134,225,243);margin-top:16px}.process-item--inactive{background-color:rgb(30,35,30);margin-top:16px}.process-header{display:flex;width:100%;align-items:center;gap:24px;padding:20px 24px}.process-title{flex:1;font:700 24px/1.2 Raleway,sans-serif;margin:auto 0}.process-title--active{color:#1e231e}.process-title--inactive{color:#86e1f3}.toggle-icon{align-self:stretch;display:flex;min-height:32px;align-items:center;width:32px;margin:auto 0;padding:5px 4px;background:transparent;border:none}.toggle-icon>img{aspect-ratio:1.04;object-fit:contain;width:23px;align-self:stretch;margin:auto 0}.process-content{color:#1e231e;padding:0 24px 24px;font:400 16px/24px Roboto,sans-serif;max-height:0;overflow:hidden;transition:max-height 0.2s ease-out}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.consultation-section{align-self:stretch;background:#e6eaef;display:flex;flex-direction:column;overflow:hidden;justify-content:center;padding:112px 64px}.consultation-card{border-radius:32px;background:#002e5d;display:flex;width:100%;overflow:hidden;justify-content:flex-start}.consultation-content-wrapper{display:flex;min-width:240px;flex-direction:column;justify-content:center;margin:auto 0;padding:48px 48px 48px 100px;width:100%}.consultation-text-content{display:flex;width:100%;flex-direction:column;color:#f5f5f5;justify-content:flex-start}.consultation-title{font:700 46px/1.2 Raleway,sans-serif}.consultation-description{margin-top:24px;font:400 20px/30px Roboto,sans-serif}.consultation-cta{align-self:flex-start;display:flex;margin-top:32px;align-items:flex-start;gap:16px;color:var(--headingColor);font:400 16px Roboto,sans-serif}.consultation-button,.cs-button-solid{border-radius:0.25rem;font:400 16px Roboto,sans-serif;border:1px solid #a4ff92;background:var(--primary);padding:12.8px 24px;cursor:pointer;border:none}.consultation-button:hover,.cs-button-solid:hover{background:#a4ff92;transition:all 0.3s ease}.consultation-image-wrapper{width:100%;text-align:end;height:auto}.consultation-image{object-fit:cover;object-position:center;width:100%;height:100%;min-width:240px}.case-studies{align-self:stretch;background:var(--backgroundColor);display:flex;flex-direction:column}.case-studies-container{display:flex;min-height:740px;width:100%;flex-wrap:wrap}.case-studies-intro{min-width:240px;color:#f5f5f5;flex:1;padding:112px 80px 112px 64px}.intro-wrapper{position:sticky;top:70px;display:flex;width:100%;flex-direction:column;justify-content:space-between;flex:1}.intro-content{display:flex;width:100%;flex-direction:column}.section-header{display:flex;width:100%;flex-direction:column}.section-tag{text-transform:uppercase;letter-spacing:0.32px;font:400 16px Roboto,sans-serif}.header-content{display:flex;margin-top:16px;width:100%;flex-direction:column}.main-heading{font:700 46px/1.2 Raleway,sans-serif;margin:0px;color:white}.action-wrapper{display:flex;margin-top:32px;align-items:center;gap:24px;font:400 16px Roboto,sans-serif}.cta-text{margin:auto 0;color:white}.cta-icon{aspect-ratio:1;object-fit:contain;width:24px;margin:auto 0}.case-study-primary{border-bottom:1px solid #000;background:#001933;min-width:240px;flex:1}.study-card{position:sticky;top:70px;display:flex;width:100%;flex-direction:column;padding:40px;background-color:#001933}.study-card-secondary{position:sticky;top:70px;padding:40px;background-color:#002142}.study-image{aspect-ratio:1.38;object-fit:contain;width:100%;border-radius:12px;min-height:464px}.study-content{display:flex;margin-top:32px;width:100%;flex-direction:column;margin-bottom:35.5px}.study-title{color:var(--primary);text-shadow:0px 4px 8px rgba(0,0,0,0.15),0px 1px 3px rgba(0,0,0,0.3);font:700 24px/1.2 Raleway,sans-serif;margin:0px}.study-description{max-width:540px;color:#f5f5f5;margin-top:16px;font:400 16px/24px Roboto,sans-serif}.content-spacer{display:flex;min-width:240px;width:720px;height:740px;flex:1}.metrics-container{border-radius:12px;background-repeat:no-repeat;background-position:center;background-size:cover;display:flex;min-height:464px;width:100%;flex-direction:column;color:var(--primary);justify-content:end;padding:24px}.metrics-wrapper{display:flex;opacity:0;width:100%;flex-direction:column;justify-content:center;transition:0.5s ease-in-out}.metrics-container .metrics-wrapper{opacity:1}.metrics-grid{display:flex;width:100%;align-items:center;gap:36px;justify-content:space-between;flex-direction:row;flex-wrap:wrap}.metric-item{align-self:stretch;display:flex;padding-right:12px;flex-direction:column;justify-content:center;flex:1;max-width:148px;margin:auto 0}.metric-value{text-shadow:0px 4px 8px rgba(0,0,0,0.15),0px 1px 3px rgba(0,0,0,0.3);font:700 30px/1.2 Raleway,sans-serif}.metric-label{text-shadow:0px 4px 8px rgba(0,0,0,0.15),0px 1px 3px rgba(0,0,0,0.3);margin-top:8px;font:400 16px/24px Roboto,sans-serif}.metric-divider{display:block;background:var(--primary);align-self:stretch;width:1px;height:112px;margin:auto 0}.testimonials-section{background-color:var(--headingColor);color:white;padding:112px 64px;width:100%;max-width:100vw;box-sizing:border-box}.testimonials-wrapper{max-width:1440px;margin:0 auto;width:100%}.testimonials-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:80px;width:100%}.testimonial-left,.testimonial-right{max-width:616px;width:100%}.testimonial-left .tagline{color:#A4FF92}.tagline{text-transform:uppercase;letter-spacing:0.32px;font:400 16px/1.5 Roboto,sans-serif;margin:0 0 16px 0}.testimonial-quote{color:var(--soft-white);font:italic 700 37px/1.2 Raleway,-apple-system,Roboto,Helvetica,sans-serif;margin:0 0 32px 0}.navigation-controls{display:flex;gap:16px}.nav-button{width:44px;height:44px;border-radius:50%;background:#B0BECD;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color 0.2s ease}.nav-button:hover,.nav-button:focus{outline:2px solid var(--secondary-blue);opacity:0.8}.nav-button:focus-visible{outline:3px solid var(--neon-green);outline-offset:2px}.nav-icon{width:16px;height:16px;stroke:var(--secondary-blue);stroke-width:2px}.testimonial-description{font:400 20px/1.5 Roboto,sans-serif;color:var(--soft-white);margin:0 0 32px 0}.testimonial-button{background:none;border:none;color:var(--soft-white);font:400 16px/1.5 Roboto,sans-serif;display:flex;align-items:center;gap:8px;cursor:pointer;padding:0px;border-radius:4px;transition:background-color 0.2s ease}.testimonial-button:hover,.testimonial-button:focus{background-color:rgba(255,255,255,0.1)}.testimonial-button:focus-visible{outline:3px solid var(--neon-green);outline-offset:2px}.button-icon{width:24px;height:24px}#hero.hero-core-web-vitals{background-image:url("../assets/images/hero-cwv.9eb810bd7791.png")}#hero.schema-markup{background-image:url("../assets/images/hero-schema.23211bcf7cda.png")}#hero{min-height:500px;background-image:url("../assets/images/hero.f7e9b7004228.png");background-size:cover;background-position:center;color:var(--bodyTextColorWhite);padding:0 64px}#hero>div{display:flex;flex-direction:column;justify-content:center;gap:24px;min-height:500px;max-width:560px}#hero span{color:#39C1C6;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0.32px;text-transform:uppercase}#hero h1{font-family:"Raleway",serif;font-size:56px;font-weight:700}#hero p{font-size:18px;line-height:1.5;margin-bottom:8px}#jump{color:var(--bodyTextColorWhite);font-family:"Raleway",serif;padding:44px 64px;gap:10px;background:#39c1c6;font-size:28px;line-height:1.2;overflow:hidden}#jump::-webkit-scrollbar{width:0px}#jump nav ul{display:flex;justify-content:space-between;gap:10px;list-style:none;overflow:hidden}#jump nav li{font-weight:600;text-wrap:nowrap}#jump nav li a:hover{color:#00214294;transition:color 0.3s ease-in-out}#why>div{padding:112px 64px 64px 64px;display:flex;flex-direction:column;gap:24px;text-align:center;background:#f9fcff}#why h1{color:var(--headingColor);font-family:"Raleway",serif;font-size:56px;font-weight:700;line-height:1.2;max-width:484px;margin:0 auto}#why h4{color:var(--headingColor);font-size:20px;font-weight:500;line-height:1.5}#why article{display:flex;align-items:center;justify-content:space-between;gap:80px;padding:64px;background-color:white}#why>article img{width:100%}#why>article:nth-of-type(2),#why>article:nth-of-type(4){flex-direction:row-reverse}#why>article:nth-of-type(4){background:linear-gradient(180deg,#fff 45.55%,#e6eaef 83.23%)}#why article>div{display:flex;flex-direction:column;gap:16px;max-width:616px}#why article span{color:var(--accent-color);font-size:16px;font-weight:400;line-height:1.5;text-transform:uppercase}#why article h3{color:var(--headingColor);font-family:"Raleway",serif;font-size:48px;font-weight:700;line-height:1.2;margin-bottom:8px}#why article p{color:black;font-size:20px;line-height:1.5}#why p>strong{color:var(--highlightColor)}#services{background:#e6eaef;padding:112px 64px}#services>div:first-child{display:flex;flex-direction:column;gap:24px;text-align:center;max-width:768px;margin:0 auto}#services>div:first-child>h1{color:var(--headingColor);font-family:"Raleway",serif;font-size:56px;font-weight:700;line-height:1.2;max-width:484px;margin:0 auto}#services>div:first-child>h4{font-size:18px;line-height:1.5;font-weight:400;color:#000}#swipe{display:flex;align-items:center;gap:64px;margin-top:80px}#swipe>nav{width:100%;max-width:525px;min-width:300px;border-right:1px solid rgba(0,42,85,0.2)}#swipe>nav>div{margin:0 10px;height:1px;background:rgba(0,42,85,0.2)}#swipe>nav>p{display:flex;width:100%;height:80px;padding:24px 32px;align-items:center;gap:16px;align-self:stretch;color:#4877a8;font-family:"Raleway",serif;font-size:24px;font-weight:500;line-height:140%;opacity:0.8;cursor:pointer;transition:all 0.4s ease;position:relative}#swipe>nav>p::after{content:"";position:absolute;bottom:0;left:5%;width:90%;border-bottom:2px solid rgba(0,42,85,0.2)}#swipe>nav>p:last-child::after,#swipe>nav>p.active::before{display:none}#swipe>nav>p.active,#swipe>nav>p:hover{border-radius:8px;border-left:6px solid var(--highlightColor);background:#f9fcff;color:#0a4282;font-weight:700;opacity:1}#swipe>nav>p.active::after,#swipe>nav>p:hover::after{display:none}.card{display:flex;flex-direction:column;gap:24px;padding:24px;border-radius:16px;background:#f9fcff;max-width:659px}.card>h1{color:var(--highlightColor);font-family:"Raleway",serif;font-size:40px;font-style:normal;font-weight:700;line-height:120%}.card>p{color:#000;font-size:20px;font-weight:400;line-height:150%}.right-arrow{position:absolute;right:-15px;top:12px}#swipeMobile{margin-top:48px}#swipeMobile>nav{width:100%}#swipeMobile>nav>div h1{color:var(--highlightColor);font-family:"Raleway",serif;font-size:30px;font-style:normal;font-weight:700;line-height:120%;margin:20px 0}#swipeMobile>nav>div img{width:52px}#swipeMobile>nav>p{display:flex;align-items:center;gap:16px;padding:24px 32px;color:#4877a8;font-family:"Raleway",serif;font-size:18px;font-weight:500;line-height:140%;cursor:pointer;transition:all 0.4s ease;position:relative;border-bottom:2px solid rgba(0,42,85,0.2)}#swipeMobile>nav>p.active,#swipeMobile>nav>p:hover{background:#f9fcff;border-top-left-radius:8px;border-top-right-radius:8px;color:#0a4282;font-weight:700;opacity:1}#swipeMobile>nav>p:hover{background:#f9fcff;color:#0a4282;font-weight:700}#swipeMobile>nav>.answer{display:none;padding:24px;background:#f9fcff;color:#0a4282;font-size:16px;font-weight:400;line-height:150%;border-bottom-left-radius:8px;border-bottom-right-radius:8px}#swipeMobile>nav>.active{background:#f9fcff}#swipeMobile>nav>.answer p{margin:0}#swipeMobile{display:none}#cta{display:flex;flex-direction:column;gap:16px;padding:26px;align-items:center;justify-content:space-between;background:linear-gradient(0deg,#002142 0%,#002142 100%),url("../assets/images/cta.142ab8617435.png");background-size:cover;background-position:center;background-blend-mode:color,normal;transition:all 0.3s ease}#cta>h1{color:var(--bodyTextColorWhite);font-family:"Raleway",serif;font-size:24px;font-style:normal;font-weight:700;line-height:120%}#cta.fixed{position:fixed;top:54px;left:0;width:100%;z-index:1000;padding:16px}#cta.fixed>h1{font-size:24px}#process{color:var(--bodyTextColorWhite);background-image:url("../assets/images/process.fe385179dabb.png");background-size:cover;background-position:center;padding:112px 20px;text-align:center}#process h1{font-family:"Raleway",serif;font-size:48px;font-weight:700;line-height:120%;margin-bottom:24px}#process h2{font-family:"Raleway",serif;font-size:30px;font-weight:700;line-height:120%}#process>p{font-size:18px;font-weight:400;line-height:150%;max-width:900px;margin:16px auto}.researchM{display:flex;padding:10px;flex-direction:row;gap:20px}.researchM>span{width:100%;display:flex;padding:24px;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch;color:rgba(0,0,0,0.40);font-weight:700;line-height:140%;transition:all 0.3s ease;cursor:pointer;border-radius:4px}.researchM>span:hover{color:rgba(0,0,0,1) !important;transform:scale(1.02)}.slct{color:rgba(0,0,0,1) !important}.researchM>span h3{font-size:32px}.demo-page{background-color:var(--backgroundColor);color:var(--bodyTextColorWhite);min-height:100vh}.demo-page section{max-width:80rem;margin:0 auto;padding:var(--sectionPadding);width:100%}.hero-section{text-align:center;padding:6rem 2rem 0rem;padding-bottom:0 !important}.demo-page section.hero-section{padding-bottom:0 !important}.hero-section>div{max-width:60rem;margin:0 auto}.hero-section span{font:400 16px/1.2 Roboto,sans-serif;color:rgba(255,255,255,0.7);text-transform:uppercase;letter-spacing:2px;display:block;margin-bottom:1rem}.hero-section h1{font:700 56px/1.2 Raleway,sans-serif;margin-bottom:1.5rem;color:var(--bodyTextColorWhite);text-transform:uppercase;letter-spacing:2px}.hero-section p{font:400 20px/30px Roboto,sans-serif;color:var(--bodyTextColorWhite);margin-bottom:0}.demo-card,.demo-page .card{background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.1);border-radius:8px;padding:2rem;margin-bottom:2rem;width:100%;max-width:100%;min-width:100%}.demo-card h2,.demo-page .card h2{font:700 46px/1.2 Raleway,sans-serif;color:var(--bodyTextColorWhite);margin-bottom:1.5rem}.table-wrapper{overflow-x:auto;margin-bottom:1.5rem;-webkit-overflow-scrolling:touch;position:relative}.table-wrapper::after{content:'';position:absolute;top:0;right:0;width:60px;height:100%;background:linear-gradient(to right,transparent,rgba(0,19,39,0.9));pointer-events:none;opacity:0;transition:opacity 0.3s ease;z-index:5}@media (max-width:768px){.table-wrapper::after{opacity:1}.table-wrapper.scrolled::after{opacity:0}.table-wrapper .rules-table{animation:shuffleTable 3s ease-in-out infinite}.table-wrapper.scrolled .rules-table{animation:none}}@keyframes shuffleTable{0%{transform:translateX(0)}7%{transform:translateX(-8px)}14%{transform:translateX(8px)}21%{transform:translateX(-8px)}28%{transform:translateX(8px)}35%{transform:translateX(0)}35.1%,100%{transform:translateX(0)}}.rules-table{width:100%;min-width:800px;border-collapse:collapse;margin-bottom:0}.rules-table th,.rules-table td{padding:12px;text-align:left;border-bottom:1px solid rgba(255,255,255,0.1)}.rules-table th{background:rgba(255,255,255,0.05);font:600 16px/24px Raleway,sans-serif;color:var(--bodyTextColorWhite);border-bottom:2px solid rgba(255,255,255,0.2)}.rules-table input[type="text"]{width:100%;padding:8px;border:1px solid rgba(255,255,255,0.2);border-radius:4px;font:400 14px/20px Roboto,sans-serif;background:rgba(255,255,255,0.05);color:var(--bodyTextColorWhite)}.rules-table input[type="text"]:focus{outline:none;border-color:var(--primary);background:rgba(255,255,255,0.08)}.rules-table input[readonly]{background:rgba(255,255,255,0.02);color:rgba(255,255,255,0.5);cursor:not-allowed}.stat-panel{display:none;background:rgba(74,144,226,0.1);border:1px solid rgba(74,144,226,0.3);border-radius:4px;padding:1.5rem;margin:1.5rem 0}.stat-panel.active{display:block}.stat-panel h3{margin-bottom:1rem;color:var(--primary);font:700 37px/1.2 Raleway,sans-serif}.stat-item{color:var(--bodyTextColorWhite);margin:0.5rem 0;font:400 16px/24px Roboto,sans-serif}.processing-log{display:none;background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.1);border-radius:4px;padding:1.5rem;margin:1.5rem 0;font-family:'Courier New',monospace}.processing-log.active{display:block}.log-item{padding:0.5rem 0;color:rgba(255,255,255,0.6)}.log-item.active{color:#4A90E2;font-weight:600}.log-item.completed{color:#50C878}.content-area{min-height:300px;padding:1.5rem;background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.1);border-radius:4px;line-height:1.8;color:var(--bodyTextColorWhite);font:400 20px/30px Roboto,sans-serif}.content-area a{color:var(--primary);text-decoration:underline}.content-area a[data-href]{cursor:pointer}.content-area a.highlight-new{background:rgba(57,255,18,0.3);padding:2px 4px;border-radius:2px;color:var(--highlightColor)}.content-area a.highlight-old{background:rgba(255,100,100,0.3);padding:2px 4px;border-radius:2px}.cta-section{display:block;text-align:center;margin-top:2rem;padding:2rem;background:transparent;border:none;border-radius:8px}.cta-section.active{display:block}.cta-section h3{font:700 46px/1.2 Raleway,sans-serif;color:var(--bodyTextColorWhite);margin-bottom:1rem}.cta-section p{font:400 20px/30px Roboto,sans-serif;color:rgba(255,255,255,0.8);margin-bottom:1rem}.cta-section a{display:inline-block;margin-top:1rem}.loading-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.5);z-index:1000;justify-content:center;align-items:center}.loading-overlay.active{display:flex}.loading-content{background:white;padding:2rem;border-radius:8px;text-align:center;min-width:300px}.spinner{border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.progress-container{margin-top:1rem;width:100%}.progress-bar{width:100%;height:20px;background:#e0e0e0;border-radius:10px;overflow:hidden;margin-bottom:0.5rem}.progress-fill{height:100%;background:linear-gradient(90deg,#3498db,#2980b9);width:0%;transition:width 0.3s ease;border-radius:10px}.progress-text{font:400 14px/20px Roboto,sans-serif;color:#666;margin-top:0.5rem}.preview-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.5);z-index:1001;overflow-y:auto;padding:20px;justify-content:center;align-items:center}.preview-overlay.active{display:flex}.preview-modal{background:white;border-radius:8px;padding:2rem;max-width:1200px;width:100%;margin:auto;max-height:90vh;overflow-y:auto}.preview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #ddd}.preview-header h2{margin:0;color:#333;font:700 46px/1.2 Raleway,sans-serif}.preview-close{background:#95a5a6;color:white;border:none;padding:0.5rem 1rem;border-radius:4px;cursor:pointer}.preview-close:hover{background:#7f8c8d}.preview-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.stat-card{background:#f8f9fa;padding:1rem;border-radius:4px;text-align:center}.stat-value{font:700 32px/1.2 Raleway,sans-serif;color:#3498db}.stat-label{color:#666;font:400 16px/24px Roboto,sans-serif}.preview-actions{margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid #ddd;display:flex;gap:1rem;justify-content:flex-end}.demo-page section.info-section{max-width:100% !important;width:100% !important;margin:0 !important;padding:1rem 2rem 2rem 2rem;background:#e6eaef;color:#333}.info-section h2{font:700 46px/1.2 Raleway,sans-serif;color:#002e5d;margin-bottom:1.5rem;text-align:center;max-width:80rem;margin-left:auto;margin-right:auto}.info-section p{font:400 20px/30px Roboto,sans-serif;color:#333;margin-bottom:1.5rem;max-width:70rem;margin-left:auto;margin-right:auto}.info-section .divider{text-align:center;font:400 32px/1.2 Raleway,sans-serif;color:rgba(0,46,93,0.3);margin:3rem 0}@media (max-width:1536px){#why>article>img{width:40%}}@media (max-width:1280px){#why article{gap:20px;padding:40px}#why>div{padding:112px 40px 64px 40px}#why article h3{font-size:40px}#why article p{font-size:18px}#swipe{gap:20px}#swipe>nav>p{font-size:18px}.card>h1,#cta>h1{font-size:34px}.card>p{font-size:18px}#process>p{font-size:16px;max-width:730px;transform:none;position:static}#jump{padding:20px 16px}#jump{font-size:22px}}@media (max-width:868px){#hero{padding:0 40px}#hero h1,#why h1,#services>div:first-child>h1{font-size:44px}#hero p,#why h4,#process h2{font-size:18px}#why article{gap:20px;padding:40px}#services{padding:64px 40px}#process h1{font-size:36px}#jump nav ul{margin-top:8px;gap:20px;overflow-x:auto;-webkit-overflow-scrolling:touch}#jump nav ul p,#jump nav ul li{flex-shrink:0;white-space:nowrap}#jump{padding:20px 0 20px 16px}.researchM{display:flex;padding:10px;flex-direction:column;gap:20px}}@media (max-width:695px){#swipeMobile{display:block}#swipe{display:none}#process{padding:64px 20px;text-align:center}}@media (max-width:640px){#why article,#why>article:nth-of-type(2),#why>article:nth-of-type(4){flex-direction:column}#why>article>img{width:100%}#why article{padding:20px}#why article h3,#services>div:first-child>h1{font-size:36px}#why article p,#services>div:first-child>h4{font-size:16px}#cta{flex-direction:column;gap:20px;text-align:center}#hero{background-position:70%}#cta.fixed{padding:16px}}@media (max-width:460px){#hero{padding:0 20px}#why>div{padding:64px 20px 64px 20px}#hero h1,#why h1{font-size:40px}#hero p,#why h4{font-size:16px}#services{padding:48px 20px}#cta{padding:20px}#cta h1{font-size:24px}#cta.fixed{padding:14px}#cta button{width:100%}}@media (prefers-reduced-motion:reduce){.nav-button,.testimonial-button{transition:none}}@media (min-width:1280px){#cs-footer-1292{padding:80px 64px}}@media (max-width:414px){.box{width:100%}}@media (max-width:414px){.service-container{flex-direction:column;align-items:flex-start}.service-box{width:100%;margin-bottom:20px}}@media (max-width:414px){.case-studies-grid{grid-template-columns:1fr}.heading{font-size:2rem}.filter-buttons{flex-direction:column}.filter-buttons button{width:100%}}@media (max-width:414px){.header-section{flex-direction:column}}@media (max-width:414px){.logo-container{flex-direction:column}.logo{max-width:150px}}@media (max-width:414px){h1{font-size:2rem}#cs-navigation h1,.content h1,.stats-container h1,.seo-services h1,.case-studies h1,.testimonials-section h1,.seo-campaign-section h1,.consultation-section h1,.cs-footer-1292 h1{font:600 40px/1.2 Raleway,sans-serif !important}#cs-navigation p,.content p,.stats-container p,.seo-services p,.case-studies p,.testimonials-section p,.seo-campaign-section p,.consultation-section p,.cs-footer-1292 p{font-size:1rem}}@media (max-width:414px){.content-wrapper{flex-direction:column}#cs-navigation p,.content p,.stats-container p,.seo-services p,.case-studies p,.testimonials-section p,.seo-campaign-section p,.consultation-section p,.cs-footer-1292 p{font:400 16px/1.2 Raleway,sans-serif}}@media (max-width:414px){h2,.quote-text{max-width:100%}h2{font-size:2rem}}@media (max-width:1280px){.service-container{flex-wrap:wrap;gap:32px}.service-container>div:nth-child(1),.service-container>div:nth-child(2){width:calc(50% - 16px);}.service-container>div:nth-child(3){width:100%}#cs-footer-1292{padding:80px 40px}.stats-container{padding:112px 40px}.stats-wrapper{flex-direction:column;max-width:100%}.main-title{font-size:40px;line-height:54px}.stat-item{padding:0 20px}.stat-number{font-size:70px}.stat-content{margin-top:40px}}@media (max-width:1280px){.seo-campaign-section{padding:100px 40px}.section-heading{font-size:40px}.process-list{margin-top:40px}.process-header{padding:0 20px}.process-content{padding:0 24px;padding-bottom:24px}}@media (max-width:1280px){.consultation-section{padding:100px 64px}.consultation-card{flex-direction:column;max-width:100%}.consultation-content-wrapper{max-width:100%;padding:108px 48px}.consultation-text-content{max-width:100%}.consultation-title{max-width:100%;font-size:40px}.consultation-description{max-width:100%}.consultation-button{padding:12px 24px}.consultation-image-wrapper{overflow:hidden;position:relative;height:525px}.consultation-image{max-width:100%;position:absolute;object-position:right;top:0px;left:0px}}@media (max-width:1280px){.case-studies-container{flex-direction:column;max-width:100%}.case-studies-intro{max-width:100%;padding:112px 40px}.intro-wrapper,.intro-content,.section-header,.header-content,.main-heading,.description{max-width:100%}.main-heading{font-size:40px}.case-study-primary,.case-study-secondary{max-width:100%;padding:0}.study-card,.study-card-secondary,.study-image,.study-content,.study-title{position:static;max-width:100%}.metrics-container{max-width:100%;padding:100px 20px 0;background-size:cover}.metrics-wrapper,.metrics-grid{max-width:100%}}@media (max-width:1280px){.testimonials-section{padding:112px 40px}.testimonials-content{gap:40px}.testimonial-quote{font-size:30px}.testimonial-description{font-size:18px}.process-title{padding:21.5px 0}}@media (max-width:480px){#seo-audit,#core-web-vitals{width:100%}.service-container>div:nth-child(1),.service-container>div:nth-child(2){width:100%}.testimonials-section{padding:64px 20px}.testimonial-quote{font-size:28px}.testimonial-description{font-size:16px}.study-card,.study-card-secondary,.case-studies-intro,.seo-services,.stats-container,.seo-campaign-section,.consultation-section{padding:64px 20px}.consultation-description{font-size:16px}.consultation-title{font-size:34px}.consultation-content-wrapper{padding:48px 24px}.consultation-image-wrapper{height:240px}.study-image{min-height:auto}.metrics-grid{flex-direction:column}.metric-divider{display:none}#cs-footer-1292{padding:48px 40px}#cs-footer-1292 .cs-nav{width:100%}#cs-footer-1292 .cs-container{margin-bottom:48px}#cs-footer-1292 .cs-socials{margin-bottom:0}.cs-bottom{flex-direction:column-reverse !important;gap:32px !important}.cs-copyright-link-wrapper{flex-direction:column !important}#cs-footer-1292 .cs-copyright-link-wrapper{gap:16px !important}}@media (max-width:1280px){.hero-section{padding:4rem 2rem 3rem}.hero-section h1{font-size:2.5rem}.hero-section p{font-size:1.3rem}.card{padding:1.75rem}.card h2{font-size:2.2rem}}@media (max-width:868px){.hero-section{padding:3rem 1.5rem 2rem}.hero-section h1{font-size:2.2rem}.hero-section p{font-size:1.2rem}.card{padding:1.5rem}.card h2{font-size:2rem}.rules-table{min-width:700px}}@media (max-width:768px){section{padding:2rem 1rem}.hero-section{padding:3rem 1rem 2rem}.hero-section h1{font-size:2rem}.hero-section p{font-size:1.1rem}.card{padding:1.5rem}.card h2{font-size:1.8rem}.rules-table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;min-width:600px}.stat-panel{padding:1.25rem}.stat-panel h3{font-size:1.5rem}.stat-item{font-size:1rem}.processing-log{padding:1.25rem}.content-area{padding:1.25rem;font-size:1rem}.cta-section{padding:1.5rem}.cta-section h3{font-size:1.6rem}.cta-section p{font-size:1.1rem}}@media (max-width:640px){.hero-section h1{font-size:1.75rem}.hero-section p{font-size:1rem}.card h2{font-size:1.6rem}.rules-table{min-width:500px}.rules-table th,.rules-table td{padding:10px 8px;font-size:0.9rem}.rules-table input[type="text"]{padding:6px;font-size:0.85rem}.stat-panel h3{font-size:1.3rem}.cta-section h3{font-size:1.4rem}}@media (max-width:480px){.hero-section{padding:2rem 1rem 1.5rem}.hero-section h1{font-size:1.5rem;margin-bottom:1rem}.hero-section p{font-size:0.95rem;margin-bottom:1.5rem}.card{padding:1.25rem;margin-bottom:1.5rem}.card h2{font-size:1.4rem;margin-bottom:1rem}.rules-table{min-width:450px}.rules-table th,.rules-table td{padding:8px 6px;font-size:0.85rem}.rules-table input[type="text"]{padding:5px;font-size:0.8rem}.stat-panel{padding:1rem;margin:1rem 0}.stat-panel h3{font-size:1.2rem}.stat-item{font-size:0.95rem;margin:0.4rem 0}.processing-log{padding:1rem;margin:1rem 0}.log-item{font-size:0.9rem}.content-area{padding:1rem;font-size:0.95rem;min-height:250px}.cta-section{padding:1.25rem;margin-top:1.5rem}.cta-section h3{font-size:1.2rem}.cta-section p{font-size:1rem}}@media (max-width:414px){.hero-section h1{font-size:1.4rem}.card h2{font-size:1.3rem}.rules-table{min-width:400px}}
