:root{
  --growth-primary:#4034ea;
  --growth-primary-dark:#271cc9;
  --growth-primary-soft:#eeecff;
  --growth-mint:#19d3c1;
  --growth-ink:#17212b;
  --growth-muted:#66717e;
  --growth-line:#e5e9ef;
  --growth-soft:#f6f8fb;
  --growth-blue:#2933d4;
  --growth-navy:#11172d;
  --growth-radius:24px;
  --growth-shadow:0 22px 60px rgba(25,35,58,.09);
}
body{background:#fff;color:var(--growth-ink);font-weight:400}
.container{width:min(1220px,calc(100% - 40px))}
.growth-section{padding:96px 0;position:relative}
.growth-section-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.68fr);gap:80px;align-items:end;margin-bottom:52px}
.growth-section-head--center{display:block;max-width:820px;text-align:center;margin:0 auto 52px}
.growth-section-head h2{font-size:clamp(35px,4vw,58px);line-height:1.08;letter-spacing:-2.2px;font-weight:720;margin:12px 0 0;color:var(--growth-ink)}
.growth-section-head p{margin:0;color:var(--growth-muted);font-size:16px;line-height:1.75}
.growth-section-head--center p{margin:18px auto 0;max-width:720px}
.growth-eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--growth-primary);font-size:12px;line-height:1;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.growth-eyebrow:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--growth-mint);box-shadow:0 0 0 6px rgba(25,211,193,.12)}
.growth-eyebrow--light{color:#fff}.growth-eyebrow--light:before{background:#72f4dc;box-shadow:0 0 0 6px rgba(114,244,220,.14)}
.button{border-radius:12px;font-weight:750;min-height:50px;padding:0 22px;box-shadow:none}
.button--primary{background:var(--growth-primary);color:#fff;box-shadow:0 14px 28px rgba(64,52,234,.22)}
.button--primary:hover{background:var(--growth-primary-dark)}
.button--outline{background:#fff;color:var(--growth-ink);border:1px solid var(--growth-line)}
.button--light{background:#fff;color:var(--growth-primary);box-shadow:none}
.button--glass{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.22)}
.button--wide{width:100%}
.growth-button-lg{min-height:58px;padding:0 27px;font-size:15px}
.growth-text-link{display:inline-flex;align-items:center;gap:9px;font-size:14px;font-weight:750;color:var(--growth-ink);padding:13px 0;border-bottom:1px solid var(--growth-ink)}
.growth-text-link span{transition:transform .22s ease}.growth-text-link:hover span{transform:translate(3px,-3px)}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.8,.2,1)}
.reveal.is-visible{opacity:1;transform:none}

/* Header */
.site-shell{position:sticky;top:0;z-index:9999}
.growth-topbar{background:var(--growth-primary);color:#fff;min-height:38px}
.growth-topbar__inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.growth-topbar p{margin:0;font-size:11px;color:rgba(255,255,255,.84)}
.growth-topbar p strong{color:#fff}.growth-live-dot{display:inline-block;width:6px;height:6px;background:#72f4dc;border-radius:50%;margin-right:9px;box-shadow:0 0 0 5px rgba(114,244,220,.12)}
.growth-topbar__links{display:flex;align-items:center;gap:18px;font-size:11px;font-weight:720}.growth-topbar__links a:last-child{padding-left:18px;border-left:1px solid rgba(255,255,255,.24)}
.header.growth-header{height:78px;background:rgba(255,255,255,.96);color:var(--growth-ink);border-bottom:1px solid rgba(226,230,238,.8);backdrop-filter:blur(16px);transition:height .25s ease,box-shadow .25s ease}
.header.growth-header.is-scrolled{height:70px;box-shadow:0 13px 34px rgba(24,34,54,.07)}
.growth-header__inner{height:100%;display:flex;align-items:center;gap:30px}
.growth-brand img{width:174px;height:auto;filter:none!important}
.growth-nav{margin-left:auto;gap:25px}.growth-nav>a,.growth-nav .nav-dropdown__toggle{color:#384351;font-size:13px;font-weight:650;padding:14px 0}
.growth-nav>a:hover,.growth-nav .nav-dropdown__toggle:hover,.growth-nav .is-active{color:var(--growth-primary)}
.growth-dropdown__menu{width:650px;right:-160px;top:calc(100% + 18px);padding:14px;grid-template-columns:1fr 1fr;background:#fff;border-radius:18px;border:1px solid var(--growth-line);box-shadow:0 28px 80px rgba(20,31,49,.15)}
.growth-dropdown__menu a{display:grid!important;grid-template-columns:44px 1fr;gap:12px;align-items:center;padding:14px!important;background:#fafbfc!important;border:1px solid #f0f2f5;border-radius:14px!important}
.growth-dropdown__menu a:hover{background:var(--growth-primary-soft)!important;border-color:#ddd9ff}.growth-dropdown__menu strong{font-size:13px}.growth-dropdown__menu small{display:block;color:var(--growth-muted);font-size:11px;margin-top:3px}.growth-menu-icon{width:42px;height:42px;border-radius:12px;background:#fff;color:var(--growth-primary);display:grid!important;place-items:center;font-size:17px!important;border:1px solid #e9e7ff}
.growth-header__cta{height:44px;padding:0 18px;border-radius:11px;background:var(--growth-primary);color:#fff;display:flex;align-items:center;gap:16px;font-size:13px;font-weight:750;transition:.22s ease}.growth-header__cta i{font-style:normal}.growth-header__cta:hover{transform:translateY(-2px);background:var(--growth-primary-dark)}
.growth-mobile-toggle{border-color:var(--growth-line);background:#fff}.growth-mobile-toggle span{background:var(--growth-ink)}
.growth-mobile-menu{top:78px;background:#fff;color:var(--growth-ink);border-top:1px solid var(--growth-line);box-shadow:0 30px 60px rgba(20,31,49,.12)}
.header.is-menu-open .growth-mobile-menu{max-height:760px}.growth-mobile-menu .mobile-menu__label{color:var(--growth-muted)}.growth-mobile-menu a:not(.button){color:var(--growth-ink);border-bottom:1px solid #edf0f3;border-radius:0;padding:13px 2px}.growth-mobile-menu a:not(.button):hover{background:transparent;color:var(--growth-primary)}

/* Hero */
.growth-hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#fff 0%,#f7f8fd 100%);padding:94px 0 70px;min-height:760px}
.growth-hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,rgba(64,52,234,.08) 1px,transparent 0);background-size:26px 26px;mask-image:linear-gradient(to right,transparent,#000 48%,#000 80%,transparent);opacity:.5}
.growth-hero__orb{position:absolute;border-radius:50%;filter:blur(3px);pointer-events:none}.growth-hero__orb--one{width:520px;height:520px;right:-160px;top:-220px;background:rgba(64,52,234,.10);animation:growthOrb 8s ease-in-out infinite alternate}.growth-hero__orb--two{width:340px;height:340px;left:-180px;bottom:-170px;background:rgba(25,211,193,.10);animation:growthOrb 7s ease-in-out infinite alternate-reverse}
@keyframes growthOrb{to{transform:translateY(35px) scale(1.06)}}
.growth-hero__grid{position:relative;z-index:2;display:grid;grid-template-columns:.92fr 1.08fr;gap:64px;align-items:center}
.growth-badge{display:inline-flex;align-items:center;gap:10px;padding:9px 13px;border-radius:999px;background:var(--growth-primary-soft);border:1px solid #dfdcff;color:var(--growth-primary);font-size:11px;font-weight:800;letter-spacing:.03em;margin-bottom:24px}
.growth-badge i{font-style:normal;color:var(--growth-mint)}
.growth-hero h1{font-size:clamp(48px,5.4vw,78px);line-height:1.02;letter-spacing:-3.5px;font-weight:710;margin:0;color:var(--growth-ink);max-width:720px}.growth-hero h1 em{font-style:normal;color:var(--growth-primary)}
.growth-hero__copy>p{font-size:18px;line-height:1.74;color:#5e6976;margin:25px 0 0;max-width:680px}.growth-hero__actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap;margin-top:30px}
.growth-hero__trust{margin-top:38px;padding-top:28px;border-top:1px solid var(--growth-line);display:grid;grid-template-columns:1.1fr .7fr 1fr;gap:20px}.growth-hero__trust div{display:flex;flex-direction:column;gap:5px}.growth-hero__trust strong{font-size:22px;line-height:1;color:var(--growth-ink);font-weight:780}.growth-hero__trust span{font-size:11px;line-height:1.45;color:var(--growth-muted)}
.growth-dashboard{position:relative;min-height:565px;background:#fff;border:1px solid #dfe4ec;border-radius:26px;box-shadow:0 35px 90px rgba(30,41,69,.16);overflow:visible;transform:translate(var(--pointer-x,0),var(--pointer-y,0));transition:transform .15s ease}
.growth-dashboard__top{height:54px;padding:0 18px;border-bottom:1px solid var(--growth-line);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;font-size:11px}.growth-dashboard__top>strong{font-size:11px}.growth-dashboard__top>span:last-child{justify-self:end;padding:5px 9px;border-radius:999px;background:#e9fff9;color:#0b9b82;font-weight:800}.growth-window-dots{display:flex;gap:6px}.growth-window-dots i{width:8px;height:8px;border-radius:50%;background:#ff6f74}.growth-window-dots i:nth-child(2){background:#ffce55}.growth-window-dots i:nth-child(3){background:#48d28b}
.growth-dashboard__body{display:grid;grid-template-columns:116px 1fr;min-height:510px}.growth-dashboard__sidebar{background:#f6f7fb;border-right:1px solid var(--growth-line);padding:25px 14px;display:flex;flex-direction:column;gap:17px}.growth-dashboard__sidebar b{font-size:10px;color:var(--growth-primary);padding:9px 10px;background:#ebe9ff;border-radius:8px}.growth-dashboard__sidebar span{font-size:9px;color:#788290;padding-left:10px}
.growth-dashboard__content{padding:24px}.growth-dashboard__welcome{display:flex;align-items:center;justify-content:space-between;margin-bottom:17px}.growth-dashboard__welcome span{font-size:9px;color:var(--growth-muted)}.growth-dashboard__welcome h3{font-size:20px;margin:2px 0 0}.growth-dashboard__welcome>b{font-size:9px;padding:7px 10px;border-radius:8px;background:var(--growth-primary);color:#fff}
.growth-metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.growth-metric-grid article{padding:13px;border:1px solid var(--growth-line);border-radius:12px;background:#fff}.growth-metric-grid span{display:block;font-size:8px;color:var(--growth-muted)}.growth-metric-grid strong{display:block;font-size:18px;margin:5px 0 3px}.growth-metric-grid i{font-style:normal;font-size:8px;color:#12a88e}
.growth-chart-card{border:1px solid var(--growth-line);border-radius:15px;margin-top:12px;padding:14px 15px 4px;background:linear-gradient(180deg,#fff,#fbfbff)}.growth-chart-card>div{display:flex;justify-content:space-between;gap:10px}.growth-chart-card strong{font-size:11px}.growth-chart-card span{font-size:8px;color:var(--growth-muted)}.growth-chart-card svg{width:100%;height:150px}
.growth-dashboard__cards{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:10px}.growth-dashboard__cards span{font-size:7px;padding:10px 6px;text-align:center;background:#f5f7fa;border:1px solid #eceff3;border-radius:8px;color:#596473}
.growth-floating-card{position:absolute;background:#fff;border:1px solid var(--growth-line);border-radius:14px;box-shadow:0 18px 45px rgba(28,39,62,.14);animation:growthFloat 4.8s ease-in-out infinite alternate}.growth-floating-card--one{left:-45px;bottom:72px;padding:14px 16px;min-width:205px}.growth-floating-card--one span{display:block;font-size:8px;color:var(--growth-muted)}.growth-floating-card--one strong{font-size:12px}.growth-floating-card--one i{float:right;font-style:normal;color:var(--growth-primary)}.growth-floating-card--two{right:-34px;top:108px;padding:13px;display:flex;gap:10px;align-items:center}.growth-floating-card--two>b{width:29px;height:29px;border-radius:9px;background:#e9fff9;color:#0ba88c;display:grid;place-items:center}.growth-floating-card--two strong{display:block;font-size:10px}.growth-floating-card--two span{font-size:8px;color:var(--growth-muted)}
@keyframes growthFloat{to{transform:translateY(-12px)}}

/* Trust */
.growth-trust-strip{background:#fff;border-top:1px solid var(--growth-line);border-bottom:1px solid var(--growth-line)}
.growth-trust-strip__inner{display:grid;grid-template-columns:repeat(4,1fr)}.growth-trust-strip__inner>div{padding:23px 30px;border-right:1px solid var(--growth-line)}.growth-trust-strip__inner>div:first-child{padding-left:0}.growth-trust-strip__inner>div:last-child{border:0;padding-right:0}.growth-trust-strip b{display:block;font-size:13px;color:var(--growth-ink);margin-bottom:4px}.growth-trust-strip span{font-size:10px;color:var(--growth-muted)}

/* Solutions */
.growth-solutions{background:#fff}.growth-solution-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr;gap:18px}.growth-solution-card{min-height:330px;border:1px solid var(--growth-line);border-radius:22px;background:#fff;padding:26px;display:flex;flex-direction:column;position:relative;overflow:hidden;transition:.28s ease}.growth-solution-card:hover{transform:translateY(-6px);box-shadow:var(--growth-shadow);border-color:#d6d3ff}.growth-solution-card--large{grid-row:span 2;min-height:678px;background:linear-gradient(180deg,#f8f7ff,#fff)}.growth-solution-card__head{display:flex;justify-content:space-between;align-items:center}.growth-solution-card__head span{font-size:10px;color:var(--growth-muted)}.growth-solution-card__head i{font-style:normal;width:34px;height:34px;border-radius:50%;border:1px solid var(--growth-line);display:grid;place-items:center;transition:.22s}.growth-solution-card:hover .growth-solution-card__head i{background:var(--growth-primary);border-color:var(--growth-primary);color:#fff}.growth-solution-card small{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--growth-primary);font-weight:800;margin-top:auto}.growth-solution-card h3{font-size:24px;line-height:1.25;letter-spacing:-.7px;font-weight:650;margin:9px 0 12px}.growth-solution-card--large h3{font-size:34px}.growth-solution-card p{font-size:13px;line-height:1.7;color:var(--growth-muted);margin:0}.growth-icon-box{width:58px;height:58px;border-radius:17px;background:var(--growth-primary-soft);color:var(--growth-primary);display:grid;place-items:center;font-size:21px;margin:44px 0 35px}
.growth-solution-visual{height:300px;margin:30px 0;display:grid;place-items:center;position:relative}.growth-solution-visual:before{content:"";position:absolute;width:230px;height:230px;border-radius:50%;background:linear-gradient(145deg,#dbd8ff,#f1f0ff);animation:growthPulse 5s ease-in-out infinite alternate}.shop-browser{position:relative;z-index:2;width:280px;height:210px;background:#fff;border:1px solid #dcdfea;border-radius:18px;box-shadow:0 25px 55px rgba(38,48,75,.16);padding:18px;transform:rotate(-3deg)}.shop-browser>span{display:block;width:70px;height:8px;border-radius:999px;background:#d9dcff;margin-bottom:18px}.shop-products{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.shop-products i{height:100px;border-radius:10px;background:linear-gradient(145deg,#f0f2f6,#e6e9ef)}.shop-browser>b{position:absolute;right:-22px;bottom:20px;background:var(--growth-primary);color:#fff;border-radius:10px;padding:10px 13px;font-size:10px;box-shadow:0 15px 30px rgba(64,52,234,.28)}
@keyframes growthPulse{to{transform:scale(1.06)}}

/* Blue benefit */
.growth-blue-section{background:linear-gradient(135deg,#2933d4,#4034ea 60%,#5548f5);color:#fff;overflow:hidden}.growth-blue-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 90% 10%,rgba(114,244,220,.18),transparent 27%),linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:auto,50px 50px,50px 50px}.growth-blue-grid{position:relative;display:grid;grid-template-columns:.82fr 1.18fr;gap:100px;align-items:center}.growth-blue-copy h2{font-size:clamp(38px,4.4vw,62px);line-height:1.06;letter-spacing:-2.5px;margin:15px 0 22px}.growth-blue-copy p{color:rgba(255,255,255,.76);font-size:16px;line-height:1.8;margin:0 0 28px}.growth-benefit-list{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid rgba(255,255,255,.18)}.growth-benefit-list article{display:grid;grid-template-columns:36px 1fr;gap:15px;padding:27px 24px 27px 0;border-bottom:1px solid rgba(255,255,255,.18)}.growth-benefit-list article:nth-child(odd){border-right:1px solid rgba(255,255,255,.18)}.growth-benefit-list article:nth-child(even){padding-left:24px}.growth-benefit-list>article>span{font-size:9px;color:#72f4dc}.growth-benefit-list h3{font-size:17px;margin:0 0 8px}.growth-benefit-list p{font-size:12px;line-height:1.65;color:rgba(255,255,255,.68);margin:0}

/* References */
.growth-references{overflow:hidden;background:#fff}.growth-logo-marquee{overflow:hidden;position:relative}.growth-logo-marquee:before,.growth-logo-marquee:after{content:"";position:absolute;top:0;bottom:0;width:100px;z-index:2;pointer-events:none}.growth-logo-marquee:before{left:0;background:linear-gradient(90deg,#fff,transparent)}.growth-logo-marquee:after{right:0;background:linear-gradient(-90deg,#fff,transparent)}.growth-logo-track{display:flex;gap:15px;width:max-content;animation:growthMarquee 34s linear infinite}.growth-logo-marquee:hover .growth-logo-track{animation-play-state:paused}.growth-logo-card{width:220px;height:112px;border:1px solid var(--growth-line);border-radius:18px;background:#fafbfc;display:grid;place-items:center;padding:20px;flex:none}.growth-logo-card span{font-size:18px;font-weight:760;color:#44505d;letter-spacing:-.4px;text-align:center}.growth-reference-note{margin-top:44px;padding:34px 38px;border-radius:20px;background:#f6f7fb;display:grid;grid-template-columns:120px 1fr auto;gap:34px;align-items:center}.growth-reference-note>span{font-size:44px;font-weight:780;color:var(--growth-primary)}.growth-reference-note p{margin:0;font-size:14px;line-height:1.7;color:var(--growth-muted)}.growth-reference-note a{font-size:12px;font-weight:800;color:var(--growth-primary)}
@keyframes growthMarquee{to{transform:translateX(-50%)}}

/* Pricing */
.growth-pricing{background:#f6f7fa}.growth-pricing--compact{padding-top:90px}.growth-price-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;align-items:start}.growth-price-card{position:relative;background:#fff;border:1px solid var(--growth-line);border-radius:18px;padding:23px;min-height:580px;display:flex;flex-direction:column;transition:.26s ease;overflow:hidden}.growth-price-card:hover{transform:translateY(-6px);box-shadow:var(--growth-shadow)}.growth-price-card.is-featured{border:2px solid var(--growth-primary);box-shadow:0 24px 60px rgba(64,52,234,.13)}.growth-price-card__ribbon{margin:-23px -23px 18px;padding:11px;text-align:center;background:var(--growth-primary);color:#fff;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.growth-price-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.growth-price-card__top>span{font-size:10px;color:var(--growth-muted);line-height:1.4}.growth-price-card__top>b{font-size:9px;color:var(--growth-primary);background:var(--growth-primary-soft);padding:6px 8px;border-radius:8px;white-space:nowrap}.growth-price-card h3{font-size:25px;margin:18px 0 12px}.growth-price-card__monthly{display:flex;align-items:end;gap:7px}.growth-price-card__monthly strong{font-size:29px;line-height:1}.growth-price-card__monthly span{font-size:10px;color:var(--growth-muted);padding-bottom:3px}.growth-price-card__total{display:flex;align-items:center;gap:9px;margin-top:9px}.growth-price-card__total del{font-size:11px;color:#9aa2ad}.growth-price-card__total b{font-size:14px;color:var(--growth-primary)}.growth-price-card__note{font-size:9px;color:var(--growth-muted);line-height:1.55;margin:12px 0 15px}.growth-price-toggle{width:100%;border:0;border-top:1px solid var(--growth-line);border-bottom:1px solid var(--growth-line);background:#fff;padding:13px 0;display:flex;justify-content:space-between;font-size:11px;font-weight:750;color:var(--growth-ink);cursor:pointer}.growth-price-toggle i{font-style:normal;font-size:17px;transition:.2s}.growth-price-toggle[aria-expanded="true"] i{transform:rotate(45deg)}.growth-price-features{list-style:none;margin:16px 0 20px;padding:0;display:grid;gap:9px;max-height:0;opacity:0;overflow:hidden;transition:max-height .35s ease,opacity .25s ease}.growth-price-features.is-open{max-height:420px;opacity:1}.growth-price-features li{font-size:10px;line-height:1.45;color:#47515d;padding-left:20px;position:relative}.growth-price-features li:before{content:"✓";position:absolute;left:0;top:0;color:#10aa8f;font-weight:900}.growth-price-card .button{margin-top:auto}.growth-pricing-note{font-size:10px;color:var(--growth-muted);text-align:center;margin:22px auto 0;max-width:760px}

/* Process */
.growth-process-section{background:#fff}.growth-process-grid{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--growth-line);border-left:1px solid var(--growth-line)}.growth-process-grid--four{grid-template-columns:repeat(4,1fr)}.growth-process-grid article{min-height:280px;padding:24px;border-right:1px solid var(--growth-line);border-bottom:1px solid var(--growth-line);position:relative;transition:.25s;background:#fff}.growth-process-grid article:hover{background:#f8f8ff}.growth-process-grid>article>span{font-size:9px;color:var(--growth-muted)}.growth-process-icon{width:45px;height:45px;border-radius:13px;background:var(--growth-primary-soft);color:var(--growth-primary);display:grid;place-items:center;font-size:17px;margin:52px 0 22px}.growth-process-grid h3{font-size:18px;margin:0 0 10px}.growth-process-grid p{font-size:12px;line-height:1.7;color:var(--growth-muted);margin:0}

/* Sales */
.growth-sales-section{background:#f7f8fb}.growth-sales-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center}.growth-sales-copy h2{font-size:clamp(37px,4.3vw,59px);line-height:1.08;letter-spacing:-2.2px;margin:15px 0 20px}.growth-sales-copy>p{font-size:16px;line-height:1.8;color:var(--growth-muted)}.growth-sales-pills{display:flex;gap:8px;flex-wrap:wrap;margin-top:25px}.growth-sales-pills span{padding:8px 10px;border:1px solid var(--growth-line);border-radius:999px;background:#fff;font-size:10px;color:#53606e}
.growth-campaign-board{background:#fff;border:1px solid var(--growth-line);border-radius:22px;box-shadow:var(--growth-shadow);padding:22px}.growth-campaign-board__head{display:flex;justify-content:space-between;align-items:center;padding-bottom:17px;border-bottom:1px solid var(--growth-line)}.growth-campaign-board__head strong{font-size:13px}.growth-campaign-board__head span{font-size:9px;color:var(--growth-muted);background:#f2f3f7;padding:6px 8px;border-radius:7px}.growth-campaign-score{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:15px 0}.growth-campaign-score article{padding:13px;background:#f8f9fb;border-radius:11px}.growth-campaign-score span{display:block;font-size:8px;color:var(--growth-muted)}.growth-campaign-score b{font-size:13px;color:var(--growth-primary)}.growth-campaign-list{display:grid;gap:8px}.growth-campaign-list>div{display:grid;grid-template-columns:36px 1fr auto;gap:11px;align-items:center;border:1px solid var(--growth-line);border-radius:11px;padding:11px}.growth-campaign-list i{width:34px;height:34px;border-radius:10px;background:var(--growth-primary-soft);color:var(--growth-primary);font-style:normal;display:grid;place-items:center;font-weight:800}.growth-campaign-list b,.growth-campaign-list small{display:block}.growth-campaign-list b{font-size:10px}.growth-campaign-list small{font-size:8px;color:var(--growth-muted)}.growth-campaign-list em{font-style:normal;font-size:8px;color:#0c9c83;background:#eafff9;padding:6px 8px;border-radius:7px}

/* Consultation */
.growth-consultation{background:var(--growth-navy);color:#fff;overflow:hidden}.growth-consultation:before{content:"";position:absolute;width:600px;height:600px;border-radius:50%;background:rgba(64,52,234,.36);right:-230px;top:-300px;filter:blur(1px)}.growth-consultation__grid{position:relative;display:grid;grid-template-columns:.85fr 1.15fr;gap:85px;align-items:center}.growth-consultation__copy h2{font-size:clamp(38px,4.3vw,60px);line-height:1.08;letter-spacing:-2.4px;margin:17px 0 20px}.growth-consultation__copy>p{color:#b9c0cc;line-height:1.8}.growth-consultation__items{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:28px 0}.growth-consultation__items div{display:flex;gap:8px;align-items:center;font-size:11px;color:#dce1e8}.growth-consultation__items b{color:#72f4dc}.growth-consultation__copy>a{display:inline-flex;align-items:center;gap:14px;color:#fff;font-size:22px;font-weight:750}.growth-consultation__copy>a span{font-size:10px;color:#72f4dc}
.growth-form-card{background:#fff;color:var(--growth-ink);border-radius:22px;padding:30px;box-shadow:0 35px 80px rgba(0,0,0,.22)}.growth-form-card>div>span{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--growth-primary);font-weight:800}.growth-form-card h3{font-size:26px;margin:6px 0 8px}.growth-form-card>div>p{font-size:12px;color:var(--growth-muted);margin:0 0 20px}.growth-form-card .contact-form{display:grid;gap:12px}.growth-form-card .form-grid{gap:10px}.growth-form-card label>span{font-size:9px;font-weight:700}.growth-form-card input,.growth-form-card select,.growth-form-card textarea{border-radius:10px;background:#f8f9fb;border-color:#e5e9ef;font-size:12px}.growth-form-card textarea{min-height:105px}.growth-form-card .form-note{font-size:8px}.growth-form-card .checkbox span{font-size:8px}.growth-form-card .button{min-height:48px}

/* Insights */
.growth-insights{background:#fff}.growth-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.growth-blog-card{border:1px solid var(--growth-line);border-radius:18px;padding:16px;background:#fff;transition:.25s}.growth-blog-card:hover{transform:translateY(-5px);box-shadow:var(--growth-shadow)}.growth-blog-card__visual{height:170px;border-radius:13px;background:linear-gradient(145deg,#242bd2,#5348f5);position:relative;overflow:hidden;padding:16px;color:#fff;display:flex;justify-content:space-between}.growth-blog-card__visual:after{content:"";position:absolute;width:170px;height:170px;border-radius:50%;background:rgba(114,244,220,.28);right:-50px;bottom:-70px}.growth-blog-card__visual span{font-size:9px;text-transform:uppercase;letter-spacing:.08em}.growth-blog-card__visual i{font-style:normal}.growth-blog-card>small{display:block;font-size:9px;color:var(--growth-muted);margin-top:16px}.growth-blog-card h3{font-size:20px;line-height:1.3;margin:8px 0 10px}.growth-blog-card p{font-size:11px;line-height:1.65;color:var(--growth-muted)}.growth-blog-card>b{font-size:10px;color:var(--growth-primary)}

/* Service hero and pages */
.growth-service-hero{padding:105px 0 65px;position:relative;overflow:hidden;background:linear-gradient(180deg,#fff,#f7f8fd)}.growth-service-hero__glow{position:absolute;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(64,52,234,.11),transparent 67%);right:-220px;top:-300px}.growth-service-hero__grid{position:relative;display:grid;grid-template-columns:.92fr 1.08fr;gap:70px;align-items:center}.growth-service-hero h1{font-size:clamp(46px,5.2vw,74px);line-height:1.03;letter-spacing:-3px;font-weight:710;margin:0}.growth-service-hero__copy>p{font-size:17px;line-height:1.78;color:var(--growth-muted);margin:23px 0 0}.growth-service-points{display:flex;flex-wrap:wrap;gap:9px;margin-top:28px}.growth-service-points span{font-size:10px;padding:8px 10px;border:1px solid var(--growth-line);border-radius:999px;background:#fff}.growth-service-points i{font-style:normal;color:#0caa8f;margin-right:6px}
.growth-service-panel{position:relative;border:1px solid #dfe4ec;border-radius:22px;background:#fff;box-shadow:0 32px 80px rgba(30,41,69,.14);overflow:visible;transform:translate(var(--pointer-x,0),var(--pointer-y,0));transition:transform .15s ease}.growth-service-panel__top{height:50px;padding:0 16px;border-bottom:1px solid var(--growth-line);display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.growth-service-panel__top>strong{font-size:10px}.growth-service-panel__top>b{justify-self:end;font-size:8px;color:var(--growth-primary)}.growth-service-panel__body{padding:24px}.growth-service-panel__title span{font-size:8px;color:var(--growth-muted)}.growth-service-panel__title h2{font-size:22px;margin:4px 0 20px}.growth-service-panel__list{display:grid;gap:9px}.growth-service-panel__list>div{display:grid;grid-template-columns:31px 1fr 25px;gap:10px;align-items:center;padding:12px;border:1px solid var(--growth-line);border-radius:11px}.growth-service-panel__list span{font-size:8px;color:var(--growth-muted)}.growth-service-panel__list p{font-size:11px;margin:0}.growth-service-panel__list i{font-style:normal;width:24px;height:24px;border-radius:7px;background:#eafff9;color:#0aa589;display:grid;place-items:center;font-size:10px}.growth-service-panel__progress{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:15px}.growth-service-panel__progress div{padding:11px;background:#f7f8fb;border-radius:9px}.growth-service-panel__progress span{font-size:8px;color:var(--growth-muted)}.growth-service-panel__progress i{display:block;height:5px;background:#e2e5ec;border-radius:999px;margin-top:8px;overflow:hidden}.growth-service-panel__progress i:before{content:"";display:block;height:100%;width:var(--w);background:linear-gradient(90deg,var(--growth-primary),var(--growth-mint));border-radius:999px}.growth-service-float{position:absolute;left:-28px;bottom:35px;padding:12px 14px;background:#fff;border:1px solid var(--growth-line);border-radius:13px;box-shadow:0 16px 40px rgba(30,41,69,.14);display:flex;align-items:center;gap:10px;animation:growthFloat 4s ease-in-out infinite alternate}.growth-service-float>b{width:30px;height:30px;border-radius:8px;background:#eafff9;color:#0aa589;display:grid;place-items:center}.growth-service-float strong,.growth-service-float span{display:block}.growth-service-float strong{font-size:10px}.growth-service-float span{font-size:8px;color:var(--growth-muted)}
.growth-trust-strip--service .growth-trust-strip__inner>div{text-align:center}
.growth-service-features{background:#fff}.growth-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.growth-feature-card{border:1px solid var(--growth-line);border-radius:18px;padding:23px;min-height:240px;background:#fff;transition:.25s}.growth-feature-card:hover{transform:translateY(-5px);box-shadow:var(--growth-shadow)}.growth-feature-card__top{display:flex;justify-content:space-between;align-items:center}.growth-feature-card__top span{font-size:9px;color:var(--growth-muted)}.growth-feature-card__top i{font-style:normal;width:42px;height:42px;border-radius:12px;background:var(--growth-primary-soft);color:var(--growth-primary);display:grid;place-items:center}.growth-feature-card h3{font-size:20px;margin:50px 0 10px}.growth-feature-card p{font-size:12px;line-height:1.7;color:var(--growth-muted);margin:0}
.growth-ecommerce-benefits{background:#fff}.growth-ecommerce-benefits__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center}.growth-ecommerce-benefits h2{font-size:clamp(38px,4.2vw,58px);line-height:1.08;letter-spacing:-2.2px;margin:15px 0 20px}.growth-ecommerce-benefits p{color:var(--growth-muted);line-height:1.8}.growth-ecommerce-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.growth-ecommerce-mini-grid article{padding:20px;border:1px solid var(--growth-line);border-radius:16px;background:#fafbfc}.growth-ecommerce-mini-grid i{font-style:normal;font-size:22px}.growth-ecommerce-mini-grid b,.growth-ecommerce-mini-grid span{display:block}.growth-ecommerce-mini-grid b{font-size:13px;margin:18px 0 5px}.growth-ecommerce-mini-grid span{font-size:10px;color:var(--growth-muted)}
.growth-method-section{background:linear-gradient(135deg,#2029c9,#4034ea);color:#fff}.growth-method-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:90px;align-items:center}.growth-method-copy h2{font-size:clamp(38px,4.4vw,62px);line-height:1.07;letter-spacing:-2.4px;margin:16px 0 20px}.growth-method-copy p{color:rgba(255,255,255,.72);line-height:1.8}.growth-method-list{border-top:1px solid rgba(255,255,255,.18)}.growth-method-list article{display:grid;grid-template-columns:40px 1fr;gap:20px;padding:22px 0;border-bottom:1px solid rgba(255,255,255,.18)}.growth-method-list>article>span{font-size:9px;color:#72f4dc}.growth-method-list h3{font-size:17px;margin:0 0 6px}.growth-method-list p{font-size:11px;color:rgba(255,255,255,.68);line-height:1.65;margin:0}
.growth-faq-section{background:#f7f8fb}.growth-faq-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:80px;align-items:start}.growth-faq-copy{position:sticky;top:145px}.growth-faq-copy h2{font-size:clamp(35px,4vw,53px);line-height:1.09;letter-spacing:-2px;margin:14px 0 18px}.growth-faq-copy p{color:var(--growth-muted);line-height:1.75;margin-bottom:25px}.growth-faq-list{background:#fff;border:1px solid var(--growth-line);border-radius:18px;padding:0 22px}.growth-faq-list .faq-item{background:#fff;border:0;border-bottom:1px solid var(--growth-line);border-radius:0;margin:0}.growth-faq-list .faq-item:last-child{border-bottom:0}.growth-faq-list .faq-item button{padding:22px 0;font-size:13px}.growth-faq-list .faq-answer p{padding:0 0 22px;font-size:12px}
.growth-service-contact{padding-top:60px}.growth-service-contact__box{border-radius:22px;background:linear-gradient(135deg,#1c2343,#3039d5);color:#fff;padding:52px;display:grid;grid-template-columns:1fr auto;gap:50px;align-items:center}.growth-service-contact__box>div:first-child>span{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#72f4dc;font-weight:800}.growth-service-contact h2{font-size:clamp(30px,3.5vw,48px);line-height:1.1;letter-spacing:-1.8px;margin:10px 0}.growth-service-contact p{margin:0;color:rgba(255,255,255,.68);font-size:13px}.growth-service-contact__box>div:last-child{display:flex;gap:9px;flex-wrap:wrap}

/* Reference page */
.growth-reference-hero{padding:105px 0 75px;background:linear-gradient(180deg,#fff,#f7f8fd);overflow:hidden}.growth-reference-hero__grid{display:grid;grid-template-columns:1fr .85fr;gap:80px;align-items:center}.growth-reference-hero h1{font-size:clamp(48px,5.2vw,75px);line-height:1.03;letter-spacing:-3.1px;margin:0;font-weight:710}.growth-reference-hero p{font-size:17px;line-height:1.78;color:var(--growth-muted)}.growth-reference-hero__visual{position:relative;min-height:480px}.growth-reference-stack{position:absolute;inset:20px 10px 20px 50px}.growth-reference-stack article{position:absolute;width:310px;height:130px;padding:24px;border-radius:18px;background:#fff;border:1px solid var(--growth-line);box-shadow:0 20px 55px rgba(32,42,67,.11);display:flex;flex-direction:column;justify-content:flex-end}.growth-reference-stack article:nth-child(1){top:0;left:0;transform:rotate(-5deg)}.growth-reference-stack article:nth-child(2){top:95px;right:0;transform:rotate(4deg)}.growth-reference-stack article:nth-child(3){top:200px;left:15px;transform:rotate(-2deg)}.growth-reference-stack article:nth-child(4){top:300px;right:15px;transform:rotate(3deg)}.growth-reference-stack span{font-size:9px;color:var(--growth-primary);text-transform:uppercase;letter-spacing:.08em}.growth-reference-stack strong{font-size:21px}.growth-reference-seal{position:absolute;right:-15px;top:185px;width:150px;height:150px;border-radius:50%;background:var(--growth-primary);color:#fff;display:grid;place-content:center;text-align:center;box-shadow:0 20px 50px rgba(64,52,234,.26);animation:growthFloat 4s ease-in-out infinite alternate}.growth-reference-seal strong{font-size:34px}.growth-reference-seal span{font-size:8px;line-height:1.4;max-width:90px}
.growth-references--page{padding-bottom:70px}.growth-reference-cases{background:#f7f8fb}.growth-case-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.growth-case-card{background:#fff;border:1px solid var(--growth-line);border-radius:18px;padding:26px;min-height:330px;transition:.25s}.growth-case-card:hover{transform:translateY(-5px);box-shadow:var(--growth-shadow)}.growth-case-card__top{display:flex;justify-content:space-between}.growth-case-card__top span{font-size:9px;color:var(--growth-muted)}.growth-case-card__top i{font-style:normal}.growth-case-card>small{display:block;margin-top:55px;color:var(--growth-primary);font-size:9px;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.growth-case-card h2{font-size:26px;line-height:1.25;margin:9px 0 12px}.growth-case-card p{font-size:12px;line-height:1.7;color:var(--growth-muted)}.growth-case-card>div:last-child{display:flex;gap:7px;flex-wrap:wrap;margin-top:18px}.growth-case-card>div:last-child span{font-size:9px;padding:7px 9px;border-radius:999px;background:#f3f4f7;color:#586372}

/* Contact and generic pages overrides */
.page-hero,.about-hero,.article-hero{background:linear-gradient(180deg,#fff,#f7f8fd);padding:110px 0 75px}.page-hero h1,.article-hero h1,.about-hero h1{font-size:clamp(46px,5.1vw,72px);font-weight:710;line-height:1.04;letter-spacing:-3px}.page-hero .eyebrow,.article-hero .eyebrow,.about-hero .eyebrow{background:var(--growth-primary-soft);color:var(--growth-primary);border-radius:999px}.contact-layout{gap:70px}.form-panel,.contact-info__cards a,.contact-info__cards>div{border-radius:16px}.form-panel{border:1px solid var(--growth-line);box-shadow:var(--growth-shadow)}

/* Footer */
.footer.growth-footer{background:#11172d;padding:72px 0 22px;color:#fff}.growth-footer:before{background:radial-gradient(circle at 88% 8%,rgba(64,52,234,.42),transparent 28%),linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:auto,48px 48px,48px 48px}.growth-footer__cta{position:relative;display:grid;grid-template-columns:1fr auto;gap:55px;align-items:center;padding:0 0 48px;border-bottom:1px solid rgba(255,255,255,.14)}.growth-footer__cta>div:first-child>span{font-size:10px;color:#72f4dc;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.growth-footer__cta h2{font-size:clamp(34px,4vw,55px);line-height:1.08;letter-spacing:-2.1px;margin:11px 0 13px;max-width:780px}.growth-footer__cta p{color:rgba(255,255,255,.62);font-size:13px;line-height:1.7;max-width:650px;margin:0}.growth-footer__cta-actions{display:flex;gap:9px;flex-direction:column;min-width:220px}.growth-footer__grid{position:relative;display:grid;grid-template-columns:1.4fr .8fr .8fr .9fr;gap:60px;padding:48px 0;border-bottom:1px solid rgba(255,255,255,.13)}.growth-footer__brand p{max-width:380px;color:rgba(255,255,255,.58);font-size:12px;line-height:1.75}.growth-footer__badges{display:flex;gap:7px;flex-wrap:wrap;margin-top:18px}.growth-footer__badges span{font-size:8px;padding:7px 9px;border-radius:999px;border:1px solid rgba(255,255,255,.14);color:rgba(255,255,255,.66)}.growth-footer .footer__logo img{filter:brightness(0) invert(1)!important;width:165px}.growth-footer__grid h3{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.42);margin:0 0 17px}.growth-footer__grid a,.growth-footer__grid address{display:block;color:rgba(255,255,255,.68);font-size:12px;margin-bottom:11px}.growth-footer__grid a:hover{color:#fff}.growth-footer__bottom{position:relative;font-size:10px;color:rgba(255,255,255,.44)}.growth-whatsapp{background:#1ebd78;color:#fff;border:0;padding:8px 8px 8px 16px;box-shadow:0 16px 40px rgba(30,189,120,.3)}.growth-whatsapp i{background:rgba(255,255,255,.18)}

/* Responsive */
@media(max-width:1100px){
  .growth-nav{gap:17px}.growth-nav>a,.growth-nav .nav-dropdown__toggle{font-size:12px}.growth-header__cta{padding:0 14px}
  .growth-hero__grid,.growth-service-hero__grid{gap:40px}.growth-hero h1,.growth-service-hero h1{font-size:58px}.growth-dashboard{min-height:540px}.growth-dashboard__body{min-height:485px}
  .growth-solution-grid{grid-template-columns:1fr 1fr}.growth-solution-card--large{grid-row:span 1;min-height:430px;grid-column:span 2}.growth-solution-visual{height:190px}.growth-blue-grid,.growth-sales-grid,.growth-method-grid{gap:55px}
  .growth-price-grid{grid-template-columns:1fr 1fr}.growth-process-grid{grid-template-columns:repeat(3,1fr)}.growth-process-grid--four{grid-template-columns:1fr 1fr}
}
@media(max-width:920px){
  .growth-topbar__links{display:none}.growth-topbar__inner{justify-content:center}.growth-topbar p{text-align:center}
  .growth-nav,.growth-header__cta{display:none}.growth-mobile-toggle{display:block;margin-left:auto}.growth-mobile-menu{display:block}
  .growth-hero{padding-top:72px}.growth-hero__grid,.growth-service-hero__grid,.growth-blue-grid,.growth-sales-grid,.growth-consultation__grid,.growth-ecommerce-benefits__grid,.growth-method-grid,.growth-faq-grid,.growth-reference-hero__grid{grid-template-columns:1fr}.growth-hero__grid{gap:70px}.growth-dashboard{max-width:720px;margin:auto}.growth-floating-card--one{left:15px}.growth-floating-card--two{right:15px}
  .growth-section-head{grid-template-columns:1fr;gap:20px}.growth-solution-grid{grid-template-columns:1fr 1fr}.growth-solution-card--large{grid-column:span 2}.growth-feature-grid{grid-template-columns:1fr 1fr}.growth-blue-copy,.growth-method-copy{max-width:720px}.growth-benefit-list{margin-top:20px}.growth-price-grid{grid-template-columns:1fr 1fr}.growth-process-grid{grid-template-columns:1fr 1fr}.growth-campaign-board{max-width:720px;margin:auto}.growth-form-card{max-width:720px}.growth-blog-grid{grid-template-columns:1fr 1fr}.growth-blog-card:last-child{grid-column:span 2}.growth-faq-copy{position:static}.growth-service-contact__box{grid-template-columns:1fr}.growth-reference-hero__visual{max-width:650px;width:100%}.growth-footer__cta{grid-template-columns:1fr}.growth-footer__cta-actions{flex-direction:row;min-width:0}.growth-footer__grid{grid-template-columns:1.2fr 1fr 1fr}.growth-footer__grid>div:last-child{grid-column:span 3}.growth-reference-note{grid-template-columns:100px 1fr}.growth-reference-note a{grid-column:2}.growth-case-grid{grid-template-columns:1fr}
}
@media(max-width:680px){
  .container{width:min(100% - 28px,1220px)}.growth-section{padding:68px 0}.growth-section-head{margin-bottom:34px}.growth-section-head h2{font-size:36px;letter-spacing:-1.4px}.growth-topbar{min-height:34px}.growth-topbar__inner{min-height:34px}.growth-topbar p{font-size:9px}.header.growth-header{height:66px}.growth-header__inner{height:66px}.growth-brand img{width:145px}.growth-mobile-menu{top:66px}.growth-mobile-toggle{width:38px;height:38px}
  .growth-hero{padding:60px 0 50px;min-height:auto}.growth-hero h1,.growth-service-hero h1,.growth-reference-hero h1{font-size:43px;letter-spacing:-1.8px}.growth-hero__copy>p,.growth-service-hero__copy>p,.growth-reference-hero p{font-size:15px}.growth-hero__actions{align-items:flex-start;flex-direction:column;gap:12px}.growth-hero__trust{grid-template-columns:1fr 1fr;gap:18px}.growth-hero__trust div:last-child{grid-column:span 2}.growth-dashboard{min-height:auto;border-radius:18px}.growth-dashboard__body{grid-template-columns:1fr;min-height:auto}.growth-dashboard__sidebar{display:none}.growth-dashboard__content{padding:15px}.growth-metric-grid{grid-template-columns:1fr 1fr}.growth-metric-grid article:last-child{grid-column:span 2}.growth-chart-card svg{height:110px}.growth-dashboard__cards{grid-template-columns:1fr 1fr}.growth-floating-card{display:none}
  .growth-trust-strip__inner{grid-template-columns:1fr 1fr}.growth-trust-strip__inner>div{padding:17px 12px!important;border-bottom:1px solid var(--growth-line)}.growth-trust-strip__inner>div:nth-child(2){border-right:0}.growth-trust-strip__inner>div:nth-child(3),.growth-trust-strip__inner>div:nth-child(4){border-bottom:0}
  .growth-solution-grid{grid-template-columns:1fr}.growth-solution-card--large{grid-column:auto;min-height:500px}.growth-solution-card{min-height:290px}.growth-solution-card--large h3{font-size:27px}.growth-solution-visual{height:220px}.shop-browser{width:235px;height:180px}.shop-products i{height:80px}.growth-benefit-list{grid-template-columns:1fr}.growth-benefit-list article:nth-child(odd){border-right:0}.growth-benefit-list article:nth-child(even){padding-left:0}.growth-blue-copy h2,.growth-sales-copy h2,.growth-method-copy h2,.growth-consultation__copy h2,.growth-ecommerce-benefits h2{font-size:38px;letter-spacing:-1.5px}
  .growth-logo-card{width:170px;height:90px}.growth-logo-card span{font-size:14px}.growth-reference-note{grid-template-columns:1fr;padding:25px}.growth-reference-note a{grid-column:auto}.growth-price-grid{grid-template-columns:1fr}.growth-price-card{min-height:auto}.growth-price-features{max-height:420px;opacity:1}.growth-price-toggle{display:none}.growth-process-grid,.growth-process-grid--four{grid-template-columns:1fr}.growth-process-grid article{min-height:auto}.growth-process-icon{margin:30px 0 16px}.growth-sales-grid{gap:45px}.growth-campaign-score{grid-template-columns:1fr}.growth-consultation__items{grid-template-columns:1fr}.growth-consultation__copy>a{font-size:18px}.growth-form-card{padding:20px}.growth-form-card .form-grid{grid-template-columns:1fr}.growth-blog-grid{grid-template-columns:1fr}.growth-blog-card:last-child{grid-column:auto}.growth-feature-grid{grid-template-columns:1fr}.growth-feature-card{min-height:210px}.growth-feature-card h3{margin-top:35px}.growth-service-hero{padding:65px 0 45px}.growth-service-panel{border-radius:17px}.growth-service-panel__progress{grid-template-columns:1fr}.growth-service-float{display:none}.growth-ecommerce-mini-grid{grid-template-columns:1fr}.growth-faq-grid{gap:35px}.growth-service-contact__box{padding:34px 24px}.growth-service-contact h2{font-size:34px}.growth-service-contact__box>div:last-child{flex-direction:column;align-items:stretch}.growth-reference-hero{padding:65px 0 45px}.growth-reference-hero__visual{min-height:400px}.growth-reference-stack{inset:10px}.growth-reference-stack article{width:240px;height:105px;padding:18px}.growth-reference-stack article:nth-child(2),.growth-reference-stack article:nth-child(4){right:0}.growth-reference-seal{width:120px;height:120px;right:0}.growth-reference-seal strong{font-size:27px}.growth-case-card{min-height:auto}.growth-footer{padding-top:55px!important}.growth-footer__cta h2{font-size:37px}.growth-footer__cta-actions{flex-direction:column}.growth-footer__grid{grid-template-columns:1fr;gap:28px}.growth-footer__grid>div:last-child{grid-column:auto}.growth-footer__bottom{flex-direction:column;align-items:flex-start}.growth-whatsapp span{display:none}.growth-whatsapp{padding:7px}
}
@media(prefers-reduced-motion:reduce){.growth-hero__orb,.growth-floating-card,.growth-reference-seal,.growth-logo-track,.growth-solution-visual:before{animation:none!important}.reveal{opacity:1!important;transform:none!important;transition:none!important}}
