/* E-GROWTH Software landing page. */
.egsoft-page{background:#07090b;color:#f4f5f6}
.egsoft{--soft-yellow:#f8d608;--soft-ink:#07090b;--soft-panel:#0d1115;--soft-panel-2:#11161b;--soft-line:rgba(255,255,255,.14);--soft-muted:#b8bec4;overflow:hidden;background:#07090b;color:#f4f5f6}
.egsoft *{box-sizing:border-box}
.egsoft img{max-width:100%;height:auto}
.egsoft-shell{width:min(1440px,calc(100% - 64px));margin-inline:auto}
.egsoft h1,.egsoft h2,.egsoft h3{font-family:var(--eg-heading-font);font-weight:400;text-transform:uppercase}
.egsoft h1,.egsoft h2{margin:0;letter-spacing:.012em;line-height:.92}
.egsoft h1{font-size:clamp(58px,6vw,98px)}
.egsoft h2{font-size:clamp(44px,4.7vw,76px)}
.egsoft h1 em,.egsoft h2 em{color:var(--soft-yellow);font-style:normal}
.egsoft p{font-size:17px;line-height:1.72}
.egsoft-eyebrow,.egsoft-section-index,.egsoft-product__type{font-family:var(--eg-heading-font);font-weight:400;letter-spacing:.14em;text-transform:uppercase}
.egsoft-eyebrow{display:flex;align-items:center;gap:12px;margin:0 0 24px;color:var(--soft-yellow);font-size:15px!important}
.egsoft-eyebrow span{width:34px;height:2px;background:currentColor}
.egsoft-section-index{margin:0 0 25px;color:var(--soft-yellow);font-size:15px!important}
.egsoft-product__type{margin:0 0 16px;color:#d7dadd;font-size:14px!important}
.egsoft-button,.egsoft-text-link{display:inline-flex;align-items:center;justify-content:center;gap:18px;color:inherit;font-family:var(--eg-heading-font);font-weight:400;text-decoration:none;text-transform:uppercase;transition:transform .22s ease,border-color .22s ease,background .22s ease,color .22s ease}
.egsoft-button{min-height:56px;padding:15px 23px;border:1px solid transparent;border-radius:4px;font-size:15px}
.egsoft-button:hover,.egsoft-text-link:hover{transform:translateY(-3px)}
.egsoft-button--primary{background:var(--soft-yellow);color:var(--soft-ink)}
.egsoft-button--ghost{border-color:rgba(248,214,8,.62);color:#fff}
.egsoft-button--ghost:hover{border-color:var(--soft-yellow);background:rgba(248,214,8,.08)}
.egsoft-text-link{margin-top:12px;color:var(--soft-yellow);font-size:16px;letter-spacing:.04em}
.egsoft-text-link span{font-size:20px}

.egsoft-hero{position:relative;min-height:900px;padding:166px 0 100px;border-bottom:1px solid var(--soft-line);background:radial-gradient(circle at 72% 35%,rgba(248,214,8,.11),transparent 27%),#07090b}
.egsoft-hero__grid{position:absolute;inset:0;opacity:.27;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to bottom,black,transparent 90%);pointer-events:none}
.egsoft-hero__inner{position:relative;display:grid;grid-template-columns:minmax(480px,1.02fr) minmax(500px,.98fr);align-items:center;gap:clamp(45px,5vw,80px)}
.egsoft-hero__lead{max-width:700px;margin:30px 0 34px;color:var(--soft-muted)}
.egsoft-actions{display:flex;flex-wrap:wrap;gap:12px}
.egsoft-hero__products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;perspective:1200px}
.egsoft-hero-card{position:relative;display:block;min-height:225px;overflow:hidden;border:1px solid rgba(255,255,255,.17);border-radius:10px;background:#0b0f13;color:#fff;text-decoration:none;box-shadow:0 22px 55px rgba(0,0,0,.3);transition:transform .28s ease,border-color .28s ease}
.egsoft-hero-card:hover{z-index:2;transform:translateY(-7px);border-color:rgba(248,214,8,.75)}
.egsoft-hero-card--eglms{grid-column:span 2;min-height:310px}
.egsoft-hero-card img{display:block;width:100%;height:100%;min-height:inherit;object-fit:cover;object-position:center top;opacity:.76;transition:transform .45s ease,opacity .3s ease}
.egsoft-hero-card:hover img{transform:scale(1.035);opacity:.94}
.egsoft-hero-card::after{content:"";position:absolute;inset:30% 0 0;background:linear-gradient(transparent,rgba(4,6,8,.94))}
.egsoft-hero-card>span:not(.egsoft-hero-card__fallback){position:absolute;z-index:1;right:22px;bottom:19px;left:22px;display:flex;align-items:end;justify-content:space-between;gap:15px}
.egsoft-hero-card small{color:var(--soft-yellow);font:400 11px/1.2 var(--eg-heading-font);letter-spacing:.1em}
.egsoft-hero-card strong{font:400 clamp(24px,2.2vw,36px)/1 var(--eg-heading-font);text-align:right}
.egsoft-hero-card__fallback{position:absolute;inset:0;display:grid;place-items:center;color:rgba(248,214,8,.36);font:400 clamp(38px,5vw,68px)/1 var(--eg-heading-font);letter-spacing:.08em}

.egsoft-product,.egsoft-addons{position:relative;padding:clamp(90px,10vw,150px) 0;border-bottom:1px solid var(--soft-line)}
.egsoft-product__grid{display:grid;grid-template-columns:minmax(460px,1fr) minmax(0,1.08fr);align-items:center;gap:clamp(50px,6vw,90px)}
.egsoft-product--reverse .egsoft-product__copy{order:2}
.egsoft-product--reverse .egsoft-media{order:1}
.egsoft-product__copy>p:not(.egsoft-section-index):not(.egsoft-product__type){max-width:640px;margin:25px 0;color:var(--soft-muted)}
.egsoft-tags{display:flex;flex-wrap:wrap;gap:8px;margin:28px 0 22px;padding:0;list-style:none}
.egsoft-tags li{padding:8px 11px;border:1px solid rgba(248,214,8,.38);border-radius:4px;color:#dfe2e4;font-size:12px;letter-spacing:.03em}
.egsoft-media{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:linear-gradient(145deg,#14191e,#090c0f);box-shadow:0 34px 85px rgba(0,0,0,.34)}
.egsoft-media::after{content:"";position:absolute;inset:auto -10% -55% 20%;height:75%;background:var(--soft-yellow);filter:blur(100px);opacity:.08;pointer-events:none}
.egsoft-media img{position:relative;z-index:1;display:block;width:100%;object-fit:cover}
.egsoft-media--wide img{aspect-ratio:2.064;object-position:top}
.egsoft-media--product{padding:clamp(28px,4vw,60px)}
.egsoft-media--product img{aspect-ratio:1.55;border:1px solid rgba(255,255,255,.13);border-radius:8px;object-position:top}
.egsoft-media__bar{display:flex;align-items:center;gap:7px;height:43px;padding:0 16px;border-bottom:1px solid var(--soft-line);background:#0c1014}
.egsoft-media__bar span{width:7px;height:7px;border-radius:50%;background:#454c53}
.egsoft-media__bar span:first-child{background:var(--soft-yellow)}
.egsoft-media__bar b{margin-left:8px;color:#737b82;font-size:9px;font-weight:500;letter-spacing:.1em}
.egsoft-media__label{position:relative;z-index:2;display:inline-flex;margin-bottom:16px;padding:7px 10px;border:1px solid rgba(248,214,8,.45);border-radius:4px;color:var(--soft-yellow);font-size:10px;letter-spacing:.11em}
.egsoft-product--eglms::before,.egsoft-product--noro::before{content:"";position:absolute;width:470px;height:470px;border-radius:50%;background:var(--soft-yellow);filter:blur(170px);opacity:.045;pointer-events:none}
.egsoft-product--eglms::before{right:-190px;top:15%}
.egsoft-product--noro::before{left:-190px;bottom:5%}

.egsoft-section-header{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:45px}
.egsoft-section-header>div{max-width:930px}
.egsoft-section-header p:not(.egsoft-section-index){max-width:760px;margin:26px 0 0;color:var(--soft-muted)}
.egsoft-addons__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.egsoft-addons .eg-addon-card{border-color:var(--soft-line);border-radius:8px;background:var(--soft-panel);color:#f2f3f4;box-shadow:none}
.egsoft-addons .eg-addon-card:hover{border-color:var(--soft-yellow);box-shadow:0 24px 55px rgba(0,0,0,.28)}
.egsoft-addons .eg-addon-card__media{background:#080b0e}
.egsoft-addons .eg-addon-card__body{padding:23px}
.egsoft-addons .eg-addon-card__platform{color:var(--soft-yellow)}
.egsoft-addons .eg-addon-card h3{font-size:clamp(26px,2.1vw,34px)}
.egsoft-addons .eg-addon-card__excerpt{color:var(--soft-muted);font-size:14px}
.egsoft-addons .eg-addon-card__terms span{border-color:rgba(248,214,8,.25);background:rgba(248,214,8,.04);color:#cbd0d4}
.egsoft-addons .eg-addon-card footer{border-color:var(--soft-line)}
.egsoft-addons .eg-addon-card footer strong{color:var(--soft-yellow)}
.egsoft-addons .eg-addon-card footer strong span{color:inherit}
.egsoft-empty{padding:50px;border:1px dashed var(--soft-line);color:var(--soft-muted);text-align:center}

.egsoft-cta{position:relative;isolation:isolate;overflow:hidden;background:var(--soft-yellow);color:var(--soft-ink)}
.egsoft-cta__pattern{position:absolute;z-index:-1;inset:0 0 0 58%;opacity:.22;background-image:linear-gradient(rgba(7,9,11,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(7,9,11,.16) 1px,transparent 1px);background-size:38px 38px;mask-image:linear-gradient(90deg,transparent,black)}
.egsoft-cta__inner{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);align-items:center;gap:65px;min-height:270px;padding-top:45px;padding-bottom:45px}
.egsoft-cta h2{font-size:clamp(42px,4.6vw,72px);line-height:.92}
.egsoft-cta__contact{padding-left:60px;border-left:1px dashed rgba(7,9,11,.43)}
.egsoft-cta__button{display:flex;align-items:center;justify-content:center;gap:18px;min-height:64px;padding:16px 25px;border:1px solid var(--soft-ink);border-radius:7px;background:var(--soft-ink);color:#fff;font-family:var(--eg-heading-font);font-size:18px;text-decoration:none;transition:transform .22s ease,background .22s ease,color .22s ease}
.egsoft-cta__button:hover{transform:translateY(-3px);background:#151a1f;color:var(--soft-yellow)}
.egsoft-cta__details{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 30px;margin-top:22px}
.egsoft-cta__details a{color:var(--soft-ink);font-size:14px;font-weight:700;text-decoration:none}

@media (max-width:1100px){
	.egsoft-hero{min-height:auto}
	.egsoft-hero__inner{grid-template-columns:1fr}
	.egsoft-hero__copy{max-width:870px}
	.egsoft-hero__products{width:100%}
	.egsoft-product__grid{grid-template-columns:1fr;gap:48px}
	.egsoft-product--reverse .egsoft-product__copy,.egsoft-product--reverse .egsoft-media{order:initial}
	.egsoft-section-header{align-items:flex-start;flex-direction:column}
	.egsoft-addons__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
	.egsoft-cta__inner{grid-template-columns:1fr;gap:35px}
	.egsoft-cta__contact{padding:35px 0 0;border-top:1px dashed rgba(7,9,11,.43);border-left:0}
}

@media (max-width:680px){
	.egsoft-shell{width:calc(100% - 30px)}
	.egsoft h1{font-size:clamp(45px,14vw,66px);line-height:.95}
	.egsoft h2{font-size:clamp(39px,11vw,56px);line-height:.96}
	.egsoft p{font-size:16px;line-height:1.68}
	.egsoft-hero{padding:125px 0 70px}
	.egsoft-hero__inner{gap:45px}
	.egsoft-actions{display:grid}
	.egsoft-button{width:100%}
	.egsoft-hero__products{grid-template-columns:1fr;gap:11px}
	.egsoft-hero-card,.egsoft-hero-card--eglms{grid-column:auto;min-height:205px}
	.egsoft-hero-card>span:not(.egsoft-hero-card__fallback){right:16px;bottom:15px;left:16px}
	.egsoft-product,.egsoft-addons{padding:76px 0}
	.egsoft-product__grid{gap:35px}
	.egsoft-media--product{padding:18px}
	.egsoft-section-header{margin-bottom:30px}
	.egsoft-addons__grid{grid-template-columns:1fr}
	.egsoft-cta__inner{min-height:0;padding-top:58px;padding-bottom:58px}
	.egsoft-cta__pattern{inset:45% 0 0}
	.egsoft-cta__details{align-items:center;flex-direction:column}
}

@media (prefers-reduced-motion:reduce){
	.egsoft *{scroll-behavior:auto!important;transition:none!important}
}
