/*
Egovly Landing Module
Generated/Updated for Egovly.com
Clean SaaS/GovTech UI System
*/
:root{
  --eg-green:#16c866;
  --eg-green-2:#0fb25a;
  --eg-lime:#b9ff21;
  --eg-deep:#064333;
  --eg-deep-2:#04362e;
  --eg-navy:#132b45;
  --eg-text:#17304a;
  --eg-muted:#667789;
  --eg-soft:#f6faf7;
  --eg-soft-2:#f1f5f3;
  --eg-cream:#fff6e2;
  --eg-white:#fff;
  --eg-border:#dfeae4;
  --eg-border-strong:#cde2d7;
  --eg-shadow:0 16px 38px rgba(9,54,43,.075);
  --eg-shadow-soft:0 8px 22px rgba(9,54,43,.055);
  --eg-radius:16px;
  --eg-radius-lg:24px;
  --eg-container:1110px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Roboto,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--eg-text);
  background:#fff;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font-family:inherit}
.eg-container{width:min(var(--eg-container),calc(100% - 44px));margin-inline:auto}

/* Header */
.eg-topbar{
  background:linear-gradient(90deg,#ed4fc3,#8351f0);
  color:#fff;
  font-size:10px;
  font-weight:500;
  letter-spacing:.01em;
}
.eg-topbar__inner{
  min-height:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  text-align:center;
}
.eg-topbar a{
  font-weight:700;
  text-decoration:underline;
  text-underline-offset:3px;
}
.eg-header{
  position:sticky;
  top:0;
  z-index:80;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid rgba(222,235,227,.92);
  backdrop-filter:blur(14px);
}
.eg-navbar{
  min-height:58px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.eg-brand{
  display:inline-flex;
  align-items:center;
  gap:9px;
}
.eg-nav{
  display:flex;
  align-items:center;
  gap:18px;
  font-size:12px;
  font-weight:500;
  color:#274538;
}
.eg-nav a{
  padding:7px 0;
  transition:.18s ease;
}
.eg-nav a:hover{color:#0f8a45}
.eg-nav__cta{
  padding:9px 14px!important;
  border-radius:999px;
  background:var(--eg-deep);
  color:#fff!important;
  box-shadow:0 12px 24px rgba(5,61,50,.14);
}
.eg-nav-toggle{
  display:none;
  width:38px;
  height:36px;
  border:0;
  border-radius:12px;
  background:#eef8f2;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  cursor:pointer;
}
.eg-nav-toggle span{
  width:18px;
  height:2px;
  background:var(--eg-deep);
  border-radius:10px;
}

/* Hero */
.eg-hero{
  position:relative;
  overflow:hidden;
  padding:52px 0 50px;
  color:#fff;
  background:
    radial-gradient(circle at 80% 18%,rgba(185,255,33,.20),transparent 28%),
    radial-gradient(circle at 16% 28%,rgba(22,200,102,.18),transparent 26%),
    linear-gradient(135deg,#063e39 0%,#064f3b 58%,#06382f 100%);
}
.eg-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
  background-size:34px 34px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.76),transparent 88%);
  pointer-events:none;
}
.eg-hero__grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.03fr .97fr;
  gap:48px;
  align-items:center;
}
.eg-hero__content{max-width:640px}
.eg-eyebrow{
  display:inline-flex;
  align-items:center;
  min-height:25px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(185,255,33,.13);
  border:1px solid rgba(185,255,33,.24);
  color:#dfffbd;
  font-size:9px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.eg-eyebrow--dark{
  background:rgba(255,255,255,.10);
  border-color:rgba(255,255,255,.18);
  color:#dfffd5;
}
.eg-hero__title{
  max-width:620px;
  margin:14px 0 13px;
  font-size:clamp(34px,3.75vw,50px);
  line-height:1.01;
  letter-spacing:-.055em;
  font-weight:800;
  color:#fff;
}
.eg-hero__lead{
  max-width:550px;
  margin:0 0 21px;
  color:rgba(255,255,255,.78);
  font-size:14px;
  font-weight:400;
}
.eg-hero__actions,
.eg-product-card__actions,
.eg-feature-card__actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:9px;
}
.eg-button,
.eg-product-card__actions a,
.eg-feature-card__actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  padding:9px 14px;
  font-size:11px;
  line-height:1;
  font-weight:800;
  transition:.18s ease;
  border:1px solid transparent;
  min-height:34px;
}
.eg-button:hover,
.eg-product-card__actions a:hover,
.eg-feature-card__actions a:hover{
  transform:translateY(-1px);
}
.eg-button--lime{
  background:var(--eg-lime);
  color:#173400;
  box-shadow:0 16px 30px rgba(185,255,33,.20);
}
.eg-button--light{
  background:#fff;
  color:#064537;
}
.eg-button--outline{
  border-color:rgba(255,255,255,.25);
  color:#fff;
  background:rgba(255,255,255,.07);
}
.eg-hero__panel{
  justify-self:end;
  width:min(390px,100%);
}
.eg-product-preview{
  padding:14px;
  border-radius:18px;
  background:#fff;
  color:var(--eg-text);
  box-shadow:0 24px 64px rgba(0,0,0,.20);
}
.eg-product-preview__header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:10px;
  font-size:11px;
}
.eg-product-preview__header span{color:var(--eg-muted);font-weight:500}
.eg-product-preview__header strong{color:var(--eg-deep);font-weight:800}
.eg-product-preview__list{display:grid;gap:8px}
.eg-product-preview__item{
  display:grid;
  grid-template-columns:32px 1fr auto;
  align-items:center;
  gap:9px;
  padding:9px;
  border:1px solid #e4f0e9;
  border-radius:14px;
  background:#fbfefc;
  transition:.18s ease;
}
.eg-product-preview__item:hover,
.eg-product-preview__item.is-active{
  border-color:#c7eccf;
  background:#f2fff4;
}
.eg-product-preview__item span{
  width:28px;
  height:28px;
  border-radius:10px;
  display:grid;
  place-items:center;
  background:#e9fbeb;
  color:#087a36;
  font-size:10px;
  font-weight:800;
}
.eg-product-preview__item strong{
  display:block;
  font-size:12px;
  line-height:1.22;
}
.eg-product-preview__item small{
  display:block;
  margin-top:1px;
  color:#6a7a73;
  font-size:10px;
}
.eg-product-preview__item em{
  font-style:normal;
  color:#098d3d;
  font-size:9px;
  font-weight:800;
}

/* Sections */
.eg-section{
  padding:54px 0;
  background:#fff;
}
.eg-section--white{padding:38px 0}
.eg-section--flow{padding-bottom:34px}
.eg-section--compact{padding-top:10px}
.eg-section--soft{background:var(--eg-soft-2)}
.eg-section--cream{background:var(--eg-cream)}
.eg-section--faq{padding:48px 0 54px}
.eg-section__header{
  max-width:680px;
  margin:0 0 24px;
}
.eg-section__header--center{
  text-align:center;
  margin-inline:auto;
}
.eg-section__header h2{
  margin:0;
  color:#17304a;
  font-size:clamp(23px,2.05vw,30px);
  line-height:1.15;
  letter-spacing:-.038em;
  font-weight:800;
}
.eg-section__header p{
  margin:8px 0 0;
  color:var(--eg-muted);
  font-size:13px;
}

/* Solution flow */
.eg-solution-line{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  align-items:start;
  gap:0;
  position:relative;
  max-width:980px;
  margin-inline:auto;
}
.eg-solution-line:before{
  content:"";
  position:absolute;
  left:8%;
  right:8%;
  top:19px;
  border-top:1px dashed #8ad79d;
}
.eg-solution-line__item{
  position:relative;
  z-index:1;
  display:grid;
  justify-items:center;
  gap:7px;
  text-align:center;
}
.eg-solution-line__item span{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:#fff;
  border:1px solid #98dfaa;
  color:#0d7a3a;
  font-size:10px;
  font-weight:800;
}
.eg-solution-line__item strong{
  font-size:11px;
  color:#25445d;
}

/* Dark strip */
.eg-strip{
  background:#073745;
  color:#fff;
  padding:18px 0;
}
.eg-strip__grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
}
.eg-strip__item{
  display:grid;
  justify-items:center;
  gap:6px;
  text-align:center;
  border-right:1px solid rgba(255,255,255,.13);
}
.eg-strip__item:last-child{border-right:0}
.eg-strip__item span{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:#0d6a3e;
  color:#cfffbd;
  font-size:9px;
  font-weight:800;
}
.eg-strip__item strong{
  font-size:11px;
  font-weight:700;
}

/* Cards */
.eg-product-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.eg-product-card,
.eg-addon-card,
.eg-category-card,
.eg-process-card{
  background:#fff;
  border:1px solid var(--eg-border);
  border-radius:var(--eg-radius);
  box-shadow:var(--eg-shadow-soft);
}
.eg-product-card{
  padding:13px;
  display:flex;
  flex-direction:column;
  min-height:286px;
}
.eg-product-card__mockup{
  height:88px;
  border-radius:14px;
  background:linear-gradient(180deg,#f2fbf5,#fbfffc);
  border:1px solid #dff0e6;
  padding:13px;
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:7px;
  margin-bottom:12px;
}
.eg-product-card__mockup i,
.eg-feature-card__visual i{
  height:11px;
  border-radius:99px;
  background:#e7f3ed;
}
.eg-product-card__mockup b{
  grid-column:1/-1;
  height:17px;
  border-radius:8px;
  background:#e8f4ee;
}
.eg-product-card__meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin-bottom:7px;
}
.eg-product-card__meta span{
  padding:4px 8px;
  border-radius:999px;
  background:#effde9;
  color:#138c3a;
  font-size:9px;
  font-weight:800;
}
.eg-product-card__meta em{
  font-style:normal;
  color:#de8b00;
  font-size:9px;
  font-weight:700;
}
.eg-product-card h3,
.eg-addon-card h3,
.eg-process-card h3{
  margin:0;
  color:#17304c;
  font-size:15px;
  line-height:1.22;
  letter-spacing:-.02em;
  font-weight:800;
}
.eg-product-card p,
.eg-addon-card p,
.eg-category-card p,
.eg-process-card p{
  margin:7px 0 0;
  color:var(--eg-muted);
  font-size:12px;
  line-height:1.52;
}
.eg-product-card__actions{
  margin-top:auto;
  padding-top:13px;
}
.eg-product-card__actions a:first-child,
.eg-feature-card__actions a:first-child{
  background:var(--eg-lime);
  color:#143600;
}
.eg-product-card__actions a:last-child,
.eg-feature-card__actions a:last-child{
  background:var(--eg-deep);
  color:#fff;
}

/* Feature */
.eg-feature-card{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:28px;
  align-items:center;
  padding:30px;
  border:1px solid var(--eg-border);
  border-radius:var(--eg-radius-lg);
  background:#fff;
  box-shadow:var(--eg-shadow);
}
.eg-feature-card__content>span{
  color:#de8b00;
  font-size:10px;
  font-weight:800;
}
.eg-feature-card h2{
  max-width:560px;
  margin:7px 0 9px;
  font-size:clamp(23px,2.1vw,31px);
  line-height:1.12;
  letter-spacing:-.04em;
  color:#14304a;
}
.eg-feature-card p{
  max-width:600px;
  margin:0 0 16px;
  color:var(--eg-muted);
  font-size:13px;
}
.eg-feature-card__visual{
  min-height:170px;
  border-radius:19px;
  background:#f2fbf6;
  border:1px solid #dceee4;
  display:grid;
  place-items:center;
  padding:22px;
}
.eg-feature-card__visual div{
  width:min(330px,100%);
  padding:18px;
  border-radius:17px;
  background:#fff;
  box-shadow:0 12px 30px rgba(5,61,50,.055);
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:11px;
}
.eg-feature-card__visual b{
  grid-column:1/-1;
  height:17px;
  border-radius:8px;
  background:#e9f4ee;
}

/* Addons, categories, process */
.eg-addon-grid,
.eg-category-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.eg-addon-card{
  padding:18px;
  min-height:112px;
}
.eg-category-card{
  padding:18px;
  transition:.18s ease;
  min-height:138px;
}
.eg-category-card:hover{
  transform:translateY(-2px);
  border-color:#bde7c8;
}
.eg-category-card span{
  width:32px;
  height:32px;
  border-radius:11px;
  display:grid;
  place-items:center;
  background:#e9fbeb;
  color:#0e8d3d;
  font-size:10px;
  font-weight:800;
  margin-bottom:12px;
}
.eg-category-card strong{
  display:block;
  color:#17304c;
  font-size:14px;
  font-weight:800;
}
.eg-process-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.eg-process-card{
  padding:18px;
  min-height:126px;
}
.eg-process-card span{
  width:32px;
  height:32px;
  border-radius:11px;
  display:grid;
  place-items:center;
  background:#eaffde;
  color:#159145;
  font-size:10px;
  font-weight:800;
  margin-bottom:11px;
}

/* FAQ */
.eg-faq-grid{
  max-width:820px;
  margin-inline:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px 22px;
}
.eg-faq-item{
  border-bottom:1px solid var(--eg-border);
  padding:0 0 11px;
}
.eg-faq-item summary{
  cursor:pointer;
  list-style:none;
  color:#17304c;
  font-size:12px;
  font-weight:800;
}
.eg-faq-item summary::-webkit-details-marker{display:none}
.eg-faq-item summary:before{
  content:"›";
  display:inline-block;
  margin-right:7px;
  color:var(--eg-deep);
  transition:.18s ease;
}
.eg-faq-item[open] summary:before{transform:rotate(90deg)}
.eg-faq-item p{
  margin:8px 0 0 18px;
  color:var(--eg-muted);
  font-size:12px;
}

/* Contact */
.eg-contact{
  padding:62px 0;
  background:
    radial-gradient(circle at 22% 20%,rgba(22,200,102,.16),transparent 30%),
    linear-gradient(135deg,#064b37,#064434 62%,#07382f);
  color:#fff;
}
.eg-contact__grid{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:50px;
  align-items:center;
}
.eg-contact__content h2{
  max-width:450px;
  margin:14px 0 10px;
  font-size:clamp(27px,2.65vw,38px);
  line-height:1.08;
  letter-spacing:-.045em;
  color:#fff;
}
.eg-contact__content p{
  max-width:530px;
  margin:0;
  color:rgba(255,255,255,.74);
  font-size:13px;
}
.eg-contact__points{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px;
  margin-top:22px;
  max-width:480px;
}
.eg-contact__points span{
  padding:10px 12px;
  border-radius:10px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  font-size:11px;
  font-weight:700;
}
.eg-contact-form{
  background:#fff;
  color:var(--eg-text);
  border-radius:20px;
  padding:20px;
  box-shadow:0 24px 62px rgba(0,0,0,.17);
}
.eg-form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:11px;
}
.eg-form-field{margin-bottom:10px}
.eg-form-field label{
  display:block;
  margin-bottom:5px;
  color:#395168;
  font-size:11px;
  font-weight:700;
}
.eg-form-field input,
.eg-form-field select,
.eg-form-field textarea{
  width:100%;
  border:1px solid var(--eg-border);
  border-radius:10px;
  background:#fff;
  padding:10px 12px;
  color:var(--eg-text);
  font:inherit;
  font-size:12px;
  outline:0;
  transition:.16s ease;
}
.eg-form-field textarea{
  resize:vertical;
  min-height:104px;
}
.eg-form-field input:focus,
.eg-form-field select:focus,
.eg-form-field textarea:focus{
  border-color:#8bdca0;
  box-shadow:0 0 0 4px rgba(19,196,91,.1);
}
.eg-form-field.is-invalid input,
.eg-form-field.is-invalid select,
.eg-form-field.is-invalid textarea{
  border-color:#e05252;
  background:#fffafa;
}
.eg-form-field small{
  display:block;
  min-height:14px;
  margin-top:3px;
  color:#d63636;
  font-size:10px;
}
.eg-form-alert{
  margin:0 0 10px;
  padding:9px 11px;
  border-radius:10px;
  background:#fff4f4;
  color:#bf2b2b;
  font-size:11px;
  font-weight:700;
}
.eg-contact-form__button{
  width:100%;
  border:0;
  border-radius:999px;
  background:var(--eg-lime);
  color:#153700;
  padding:12px 18px;
  font-size:12px;
  font-weight:800;
  cursor:pointer;
  transition:.18s ease;
}
.eg-contact-form__button:hover{transform:translateY(-1px)}
.eg-contact-form__note{
  text-align:center;
  margin:8px 0 0;
  color:#8a998f;
  font-size:10px;
}
.eg-whatsapp-float{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:90;
  width:48px;
  height:48px;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:var(--eg-lime);
  color:#173700;
  font-size:11px;
  font-weight:900;
  box-shadow:0 18px 38px rgba(6,75,55,.22);
}

/* Footer */
.eg-footer{
  background:#fff;
  color:var(--eg-text);
}
.eg-footer__grid{
  padding:36px 0 28px;
  display:grid;
  grid-template-columns:1.25fr .8fr .8fr 1fr;
  gap:34px;
}
.eg-footer__brand p,
.eg-footer__contact p{
  margin:12px 0 0;
  color:var(--eg-muted);
  font-size:12px;
  max-width:300px;
}
.eg-footer h4{
  margin:0 0 10px;
  color:#17304c;
  font-size:12px;
  font-weight:800;
}
.eg-footer__links{
  display:flex;
  flex-direction:column;
  gap:7px;
}
.eg-footer__links a{
  color:#526579;
  font-size:12px;
}
.eg-footer__links a:hover{color:#0f8a45}
.eg-footer__contact a{
  display:inline-flex;
  margin-top:12px;
  padding:9px 14px;
  border-radius:999px;
  background:var(--eg-deep);
  color:#fff;
  font-size:11px;
  font-weight:800;
}
.eg-footer__bottom{
  border-top:1px solid var(--eg-border);
  padding:12px 0;
  color:#6d7c89;
  font-size:11px;
  background:#fafdfb;
}

/* Responsive */
@media (max-width: 1024px){
  .eg-hero__grid,
  .eg-feature-card,
  .eg-contact__grid{
    grid-template-columns:1fr;
    gap:28px;
  }
  .eg-hero__panel{justify-self:start}
  .eg-product-grid{grid-template-columns:repeat(2,1fr)}
  .eg-addon-grid,
  .eg-category-grid{grid-template-columns:repeat(2,1fr)}
  .eg-process-grid{grid-template-columns:repeat(2,1fr)}
  .eg-footer__grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 760px){
  .eg-container{width:min(100% - 28px,var(--eg-container))}
  .eg-topbar__inner{min-height:30px;font-size:10px;gap:8px}
  .eg-navbar{min-height:56px}
  .eg-nav-toggle{display:flex}
  .eg-nav{
    position:absolute;
    left:14px;
    right:14px;
    top:calc(100% + 8px);
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding:10px;
    border:1px solid var(--eg-border);
    border-radius:16px;
    background:#fff;
    box-shadow:var(--eg-shadow);
  }
  .eg-nav.is-open{display:flex}
  .eg-nav a{padding:12px 10px;border-radius:10px}
  .eg-nav__cta{text-align:center;margin-top:4px}
  .eg-hero{padding:40px 0 38px}
  .eg-hero__title{font-size:33px;letter-spacing:-.045em}
  .eg-hero__lead{font-size:13px}
  .eg-hero__actions{align-items:stretch}
  .eg-button{width:100%}
  .eg-product-preview{padding:12px}
  .eg-product-preview__item{grid-template-columns:30px 1fr;align-items:start}
  .eg-product-preview__item em{grid-column:2}
  .eg-section{padding:42px 0}
  .eg-section--white{padding:32px 0}
  .eg-section--compact{padding-top:6px}
  .eg-section__header{margin-bottom:20px}
  .eg-section__header h2{font-size:24px}
  .eg-solution-line{grid-template-columns:repeat(3,1fr);gap:18px 8px}
  .eg-solution-line:before{display:none}
  .eg-strip__grid{grid-template-columns:repeat(2,1fr);gap:14px}
  .eg-strip__item{border-right:0}
  .eg-product-grid,
  .eg-addon-grid,
  .eg-category-grid,
  .eg-process-grid,
  .eg-faq-grid,
  .eg-form-grid,
  .eg-contact__points,
  .eg-footer__grid{
    grid-template-columns:1fr;
  }
  .eg-product-card{min-height:auto}
  .eg-feature-card{padding:20px}
  .eg-contact{padding:46px 0}
  .eg-contact-form{padding:17px}
  .eg-footer__grid{gap:22px}
  .eg-whatsapp-float{
    right:14px;
    bottom:14px;
    width:46px;
    height:46px;
    border-radius:15px;
  }
}
@media (prefers-reduced-motion: reduce){
  *,
  *:before,
  *:after{
    scroll-behavior:auto!important;
    transition:none!important;
  }
}


/* === EGOVLY PRODUCT DETAIL PAGE FIX START === */
/*
Egovly Landing Module
Generated/Updated for Egovly.com
Clean SaaS/GovTech UI System
*/

/* Shared product detail container */
.eg2-page,
.gp-page{
  background:#fff;
  color:var(--eg-text);
}

.eg2-page .container,
.gp-page .container{
  width:min(var(--eg-container),calc(100% - 44px));
  margin-inline:auto;
}

.eg2-page h1,
.eg2-page h2,
.eg2-page h3,
.gp-page h1,
.gp-page h2,
.gp-page h3{
  color:#17304a;
  letter-spacing:-.035em;
}

.eg2-page p,
.gp-page p{
  color:var(--eg-muted);
}

.eg2-head,
.gp-head{
  max-width:680px;
  margin:0 0 24px;
}

.eg2-head.center,
.gp-head.center{
  text-align:center;
  margin-inline:auto;
}

.eg2-head h2,
.gp-head h2{
  margin:0;
  font-size:clamp(23px,2.05vw,30px);
  line-height:1.15;
  font-weight:800;
}

.eg2-head p,
.gp-head p{
  margin:8px 0 0;
  font-size:13px;
}

/* Koperasi hero */
.eg2-hero,
.gp-hero{
  position:relative;
  overflow:hidden;
  padding:52px 0 50px;
  color:#fff;
  background:
    radial-gradient(circle at 80% 18%,rgba(185,255,33,.18),transparent 28%),
    radial-gradient(circle at 16% 28%,rgba(22,200,102,.16),transparent 26%),
    linear-gradient(135deg,#063e39 0%,#064f3b 58%,#06382f 100%);
}

.eg2-hero:before,
.gp-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
  background-size:34px 34px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.76),transparent 88%);
  pointer-events:none;
}

.eg2-hero-grid,
.gp-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:48px;
  align-items:center;
}

.eg2-hero-copy,
.gp-copy{
  max-width:640px;
}

.eg2-pill,
.gp-pill{
  display:inline-flex;
  align-items:center;
  min-height:25px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(185,255,33,.13);
  border:1px solid rgba(185,255,33,.24);
  color:#dfffbd;
  font-size:9px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.eg2-hero h1,
.gp-hero h1{
  max-width:650px;
  margin:14px 0 13px;
  font-size:clamp(34px,3.75vw,50px);
  line-height:1.01;
  letter-spacing:-.055em;
  font-weight:800;
  color:#fff;
}

.eg2-hero p,
.gp-hero p{
  max-width:560px;
  margin:0 0 21px;
  color:rgba(255,255,255,.78);
  font-size:14px;
}

.eg2-actions,
.gp-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:9px;
}

.eg2-btn,
.gp-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:9px 14px;
  border-radius:999px;
  font-size:11px;
  line-height:1;
  font-weight:800;
  border:1px solid transparent;
  transition:.18s ease;
}

.eg2-btn:hover,
.gp-btn:hover{
  transform:translateY(-1px);
}

.eg2-btn.yellow,
.gp-btn.yellow{
  background:var(--eg-lime);
  color:#173400;
  box-shadow:0 16px 30px rgba(185,255,33,.20);
}

.eg2-btn.green,
.gp-btn.green{
  background:#fff;
  color:#064537;
}

.eg2-btn.dark,
.gp-btn.dark{
  border-color:rgba(255,255,255,.25);
  color:#fff;
  background:rgba(255,255,255,.07);
}

/* Dashboard mockup */
.eg2-dashboard-wrap,
.gp-visual{
  position:relative;
  justify-self:end;
  width:min(460px,100%);
}

.eg2-dashboard,
.gp-window{
  position:relative;
  z-index:2;
  overflow:hidden;
  border-radius:22px;
  background:#fff;
  color:var(--eg-text);
  box-shadow:0 24px 64px rgba(0,0,0,.20);
  border:1px solid rgba(255,255,255,.5);
}

.eg2-dashboard-top,
.gp-window-top{
  min-height:44px;
  display:flex;
  align-items:center;
  gap:7px;
  padding:0 15px;
  border-bottom:1px solid #e5f0e9;
  background:#fbfefc;
}

.eg2-dashboard-top span,
.gp-window-top span{
  width:8px;
  height:8px;
  border-radius:999px;
  background:#d8e8df;
}

.eg2-dashboard-top b,
.gp-window-top b{
  margin-left:auto;
  color:var(--eg-deep);
  font-size:11px;
  font-weight:800;
}

.eg2-dashboard-body,
.gp-window-body{
  display:grid;
  grid-template-columns:72px 1fr;
  min-height:238px;
}

.eg2-dashboard-body aside,
.gp-window-body aside{
  display:grid;
  align-content:start;
  gap:10px;
  padding:16px 14px;
  background:#f4fbf6;
  border-right:1px solid #e1eee7;
}

.eg2-dashboard-body aside i,
.gp-window-body aside i{
  height:12px;
  border-radius:999px;
  background:#dfeee6;
}

.eg2-dashboard-body main,
.gp-window-body main{
  padding:16px;
}

.eg2-stat-row,
.gp-stat-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-bottom:12px;
}

.eg2-stat-row div,
.gp-stat-row div{
  min-height:58px;
  border-radius:14px;
  background:#f2fbf5;
  border:1px solid #e0f0e6;
  padding:10px;
}

.eg2-stat-row small{
  display:block;
  color:#6a7a73;
  font-size:10px;
}

.eg2-stat-row strong{
  display:block;
  margin-top:2px;
  color:#17304a;
  font-size:17px;
  font-weight:800;
}

.gp-stat-row div:before{
  content:"";
  display:block;
  width:46%;
  height:10px;
  border-radius:99px;
  background:#dfeee6;
  margin-bottom:10px;
}

.gp-stat-row div:after{
  content:"";
  display:block;
  width:74%;
  height:14px;
  border-radius:99px;
  background:#e8f4ee;
}

.eg2-chart-row,
.gp-chart-row{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:10px;
  margin-bottom:12px;
}

.eg2-chart-line,
.eg2-chart-pie,
.gp-chart-row div{
  min-height:88px;
  border-radius:14px;
  background:#fbfefc;
  border:1px solid #e0f0e6;
  position:relative;
}

.eg2-chart-line b{
  position:absolute;
  left:14px;
  right:14px;
  bottom:20px;
  height:42px;
  border-radius:18px 18px 6px 6px;
  background:linear-gradient(180deg,rgba(22,200,102,.25),rgba(22,200,102,.05));
}

.eg2-chart-pie b{
  width:54px;
  height:54px;
  border-radius:999px;
  display:block;
  margin:17px auto;
  background:conic-gradient(var(--eg-green) 0 70%,#e8f4ee 70% 100%);
}

.eg2-table-row,
.gp-line-row{
  display:grid;
  gap:8px;
}

.eg2-table-row span,
.gp-line-row span{
  height:10px;
  border-radius:999px;
  background:#e8f4ee;
}

.eg2-dashboard-label{
  position:absolute;
  z-index:3;
  padding:7px 10px;
  border-radius:999px;
  background:#fff;
  color:#064537;
  font-size:10px;
  font-weight:800;
  box-shadow:0 14px 30px rgba(0,0,0,.14);
}

.eg2-label-a{left:-18px;top:34px}
.eg2-label-b{right:-12px;top:96px}
.eg2-label-c{left:32px;bottom:-12px}

/* Koperasi sections */
.eg2-modules,
.gp-overview,
.eg2-showcase,
.eg2-saas-box-section,
.eg2-three,
.eg2-critical,
.eg2-manage,
.eg2-integrations,
.eg2-process,
.eg2-testimonials,
.eg2-faq,
.gp-section{
  padding:54px 0;
  background:#fff;
}

.eg2-modules,
.gp-overview{
  padding:40px 0 36px;
}

.eg2-module-timeline,
.gp-module-line{
  display:grid;
  grid-template-columns:repeat(8,1fr);
  align-items:start;
  gap:0;
  position:relative;
  max-width:1040px;
  margin-inline:auto;
}

.gp-module-line{
  grid-template-columns:repeat(auto-fit,minmax(110px,1fr));
  gap:14px;
}

.eg2-module-timeline:before{
  content:"";
  position:absolute;
  left:7%;
  right:7%;
  top:19px;
  border-top:1px dashed #8ad79d;
}

.eg2-module-node,
.gp-module-line div{
  position:relative;
  z-index:1;
  display:grid;
  justify-items:center;
  gap:7px;
  text-align:center;
}

.eg2-module-node span,
.gp-module-line span{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:#fff;
  border:1px solid #98dfaa;
  color:#0d7a3a;
  font-size:10px;
  font-weight:800;
}

.eg2-module-node b,
.gp-module-line b{
  font-size:11px;
  color:#25445d;
}

.eg2-dark-strip,
.gp-strip{
  background:#073745;
  color:#fff;
  padding:18px 0;
}

.eg2-dark-strip-grid,
.gp-strip-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
}

.eg2-dark-strip-grid div,
.gp-strip-grid div{
  display:grid;
  justify-items:center;
  gap:6px;
  text-align:center;
  border-right:1px solid rgba(255,255,255,.13);
}

.eg2-dark-strip-grid div:last-child,
.gp-strip-grid div:last-child{
  border-right:0;
}

.eg2-dark-strip-grid span,
.gp-strip-grid span{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:#0d6a3e;
  color:#cfffbd;
  font-size:9px;
  font-weight:800;
}

.eg2-dark-strip-grid b,
.gp-strip-grid b{
  color:#fff;
  font-size:11px;
  font-weight:700;
}

/* Showcase */
.eg2-showcase-card,
.eg2-saas-box,
.eg2-critical-card,
.eg2-manage-grid,
.eg2-integrations-grid,
.gp-two{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  align-items:center;
}

.eg2-showcase-card,
.eg2-saas-box,
.eg2-critical-card{
  padding:30px;
  border:1px solid var(--eg-border);
  border-radius:var(--eg-radius-lg);
  background:#fff;
  box-shadow:var(--eg-shadow);
}

.eg2-showcase-copy>span,
.eg2-saas-box span{
  color:#de8b00;
  font-size:10px;
  font-weight:800;
}

.eg2-showcase-copy h3,
.eg2-saas-box h2{
  margin:7px 0 9px;
  font-size:clamp(22px,2vw,30px);
  line-height:1.12;
  font-weight:800;
}

.eg2-showcase-copy p,
.eg2-saas-box p{
  margin:0;
  font-size:13px;
}

.eg2-price{
  margin-top:16px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:9px;
}

.eg2-price small{
  color:var(--eg-muted);
  font-size:11px;
}

.eg2-price strong{
  color:#17304a;
  font-size:12px;
}

.eg2-price a{
  display:inline-flex;
  padding:9px 13px;
  border-radius:999px;
  background:var(--eg-lime);
  color:#143600;
  font-size:11px;
  font-weight:800;
}

.eg2-device-stage{
  min-height:210px;
  border-radius:19px;
  background:#f2fbf6;
  border:1px solid #dceee4;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:22px;
}

.eg2-device{
  border-radius:16px;
  background:#fff;
  border:1px solid #e0f0e6;
  box-shadow:0 12px 30px rgba(5,61,50,.055);
}

.eg2-device.main{
  width:220px;
  min-height:150px;
  padding:16px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}

.eg2-device.side{
  width:80px;
  min-height:120px;
  padding:14px;
  display:grid;
  gap:9px;
  opacity:.78;
}

.eg2-device i,
.eg2-device em,
.eg2-device b{
  border-radius:999px;
  background:#e8f4ee;
}

.eg2-device i{height:11px}
.eg2-device em{height:12px}
.eg2-device b{
  grid-column:1/-1;
  height:16px;
}

/* Cards grids */
.eg2-badge-list,
.eg2-three-grid,
.gp-feature-grid,
.gp-benefit-list,
.eg2-feature-list,
.eg2-process-list,
.eg2-testimonial-grid,
.eg2-faq-grid{
  display:grid;
  gap:14px;
}

.eg2-badge-list{
  grid-template-columns:1fr 1fr;
}

.eg2-badge-list b{
  padding:12px 13px;
  border-radius:12px;
  background:#f2fbf5;
  border:1px solid #e0f0e6;
  color:#17304a;
  font-size:12px;
}

.eg2-three{
  background:#f6faf7;
}

.eg2-three-grid,
.gp-feature-grid,
.eg2-testimonial-grid{
  grid-template-columns:repeat(3,1fr);
}

.eg2-three-grid>div,
.gp-feature-grid>div,
.eg2-testimonial-grid>div,
.eg2-process-list>div,
.eg2-feature-list>div,
.gp-benefit-list>div{
  padding:18px;
  border:1px solid var(--eg-border);
  border-radius:var(--eg-radius);
  background:#fff;
  box-shadow:var(--eg-shadow-soft);
}

.eg2-three-grid span,
.eg2-process-list span{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border-radius:11px;
  background:#eaffde;
  color:#159145;
  font-size:10px;
  font-weight:800;
  margin-bottom:11px;
}

.eg2-three-grid h3,
.gp-feature-grid strong,
.eg2-process-list strong,
.eg2-feature-list strong{
  display:block;
  margin:0;
  color:#17304a;
  font-size:14px;
  line-height:1.25;
  font-weight:800;
}

.eg2-three-grid p,
.gp-feature-grid p,
.eg2-process-list p,
.eg2-feature-list p,
.gp-benefit-list p{
  margin:7px 0 0;
  font-size:12px;
}

.eg2-critical{
  background:#fff;
}

.eg2-critical-card{
  align-items:start;
}

.eg2-critical-card h3{
  margin:0 0 10px;
  font-size:16px;
}

.eg2-critical-card ul{
  margin:0;
  padding-left:18px;
  color:var(--eg-muted);
  font-size:12px;
  line-height:1.7;
}

.eg2-manage{
  background:#f6faf7;
}

.eg2-manage-grid{
  grid-template-columns:.92fr 1.08fr;
}

.eg2-illustration{
  min-height:260px;
  border-radius:22px;
  background:#f2fbf6;
  border:1px solid #dceee4;
  display:grid;
  place-items:center;
  padding:26px;
}

.eg2-illus-card{
  width:min(330px,100%);
  padding:20px;
  border-radius:18px;
  background:#fff;
  box-shadow:var(--eg-shadow-soft);
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.eg2-illus-card span,
.eg2-illus-card b{
  border-radius:999px;
  background:#e8f4ee;
}

.eg2-illus-card span{height:14px}
.eg2-illus-card b{
  grid-column:1/-1;
  height:90px;
  border-radius:16px;
}

.eg2-feature-list{
  margin-top:16px;
}

.eg2-integrations-grid{
  align-items:start;
}

.eg2-bubbles,
.eg2-tags{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:16px;
}

.eg2-bubbles span,
.eg2-tags b{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:8px 12px;
  border-radius:999px;
  background:#f2fbf5;
  border:1px solid #dceee4;
  color:#0d6840;
  font-size:11px;
  font-weight:800;
}

.eg2-process{
  background:#fff6e2;
}

.eg2-process-list{
  grid-template-columns:repeat(3,1fr);
}

.eg2-testimonials{
  background:#fff;
}

.eg2-testimonial-grid p{
  margin:0 0 12px;
  color:#33485f;
  font-size:13px;
}

.eg2-testimonial-grid strong{
  display:block;
  color:#17304a;
  font-size:13px;
}

.eg2-testimonial-grid small{
  display:block;
  margin-top:2px;
  color:var(--eg-muted);
  font-size:11px;
}

.eg2-faq{
  background:#fff;
}

.eg2-faq-grid{
  max-width:860px;
  margin-inline:auto;
  grid-template-columns:1fr 1fr;
}

.eg2-faq-grid details{
  border-bottom:1px solid var(--eg-border);
  padding:0 0 11px;
}

.eg2-faq-grid summary{
  cursor:pointer;
  list-style:none;
  color:#17304c;
  font-size:12px;
  font-weight:800;
}

.eg2-faq-grid summary::-webkit-details-marker{
  display:none;
}

.eg2-faq-grid summary:before{
  content:"›";
  display:inline-block;
  margin-right:7px;
  color:var(--eg-deep);
  transition:.18s ease;
}

.eg2-faq-grid details[open] summary:before{
  transform:rotate(90deg);
}

.eg2-faq-grid details p{
  margin:8px 0 0 18px;
  font-size:12px;
}

/* Generic product page */
.gp-section.gp-soft{
  background:#f6faf7;
}

.gp-benefit-list{
  grid-template-columns:1fr;
}

.gp-benefit-list div{
  display:grid;
  grid-template-columns:22px 1fr;
  align-items:start;
  gap:10px;
}

.gp-benefit-list span{
  width:12px;
  height:12px;
  margin-top:4px;
  border-radius:999px;
  background:var(--eg-green);
}

/* Keep contact section clean when embedded in product detail */
#eg2-contact .eg-contact{
  margin-top:0;
}

/* Responsive product detail */
@media (max-width:1024px){
  .eg2-hero-grid,
  .gp-hero-grid,
  .eg2-showcase-card,
  .eg2-saas-box,
  .eg2-critical-card,
  .eg2-manage-grid,
  .eg2-integrations-grid,
  .gp-two{
    grid-template-columns:1fr;
    gap:28px;
  }

  .eg2-dashboard-wrap,
  .gp-visual{
    justify-self:start;
  }

  .eg2-module-timeline{
    grid-template-columns:repeat(4,1fr);
    gap:18px 8px;
  }

  .eg2-module-timeline:before{
    display:none;
  }

  .eg2-three-grid,
  .gp-feature-grid,
  .eg2-process-list,
  .eg2-testimonial-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width:760px){
  .eg2-page .container,
  .gp-page .container{
    width:min(100% - 28px,var(--eg-container));
  }

  .eg2-hero,
  .gp-hero{
    padding:40px 0 38px;
  }

  .eg2-hero h1,
  .gp-hero h1{
    font-size:33px;
    letter-spacing:-.045em;
  }

  .eg2-hero p,
  .gp-hero p{
    font-size:13px;
  }

  .eg2-actions,
  .gp-actions{
    align-items:stretch;
  }

  .eg2-btn,
  .gp-btn{
    width:100%;
  }

  .eg2-dashboard-body,
  .gp-window-body{
    grid-template-columns:1fr;
  }

  .eg2-dashboard-body aside,
  .gp-window-body aside{
    display:none;
  }

  .eg2-dashboard-label{
    display:none;
  }

  .eg2-stat-row,
  .gp-stat-row,
  .eg2-chart-row,
  .gp-chart-row,
  .eg2-badge-list,
  .eg2-three-grid,
  .gp-feature-grid,
  .eg2-process-list,
  .eg2-testimonial-grid,
  .eg2-faq-grid,
  .eg2-dark-strip-grid,
  .gp-strip-grid{
    grid-template-columns:1fr;
  }

  .eg2-module-timeline,
  .gp-module-line{
    grid-template-columns:repeat(2,1fr);
  }

  .eg2-dark-strip-grid div,
  .gp-strip-grid div{
    border-right:0;
  }

  .eg2-modules,
  .gp-overview,
  .eg2-showcase,
  .eg2-saas-box-section,
  .eg2-three,
  .eg2-critical,
  .eg2-manage,
  .eg2-integrations,
  .eg2-process,
  .eg2-testimonials,
  .eg2-faq,
  .gp-section{
    padding:42px 0;
  }

  .eg2-showcase-card,
  .eg2-saas-box,
  .eg2-critical-card{
    padding:20px;
  }

  .eg2-device-stage{
    min-height:180px;
  }

  .eg2-device.side{
    display:none;
  }
}
/* === EGOVLY PRODUCT DETAIL PAGE FIX END === */


/* === EGOVLY MOBILE HOME POLISH START === */
/*
Egovly Landing Module
Generated/Updated for Egovly.com
Clean SaaS/GovTech UI System
*/

/* Hide bottom navigation on desktop */
.eg-mobile-bottom-nav{
  display:none;
}

/* Extra small phones */
@media (max-width:380px){
  .eg-hero__title{
    font-size:27px;
  }

  .eg-mobile-bottom-nav{
    left:8px;
    right:8px;
    bottom:8px;
    padding:7px;
    gap:4px;
  }

  .eg-mobile-bottom-nav a{
    min-height:46px;
  }

  .eg-mobile-bottom-nav strong{
    font-size:9.5px;
  }
}

@media (max-width:380px){
  .eg-hero__title{
    font-size:29px;
  }

  .eg-hero__lead,
  .eg-product-card p,
  .eg-addon-card p,
  .eg-category-card p,
  .eg-process-card p,
  .eg-contact__content p{
    font-size:13px;
  }

  .eg-section__header h2{
    font-size:22px;
  }

  .eg-mobile-bottom-nav strong{
    font-size:10.5px;
  }
}
/* === EGOVLY MOBILE READABILITY FIX END === */

/* === EGOVLY PRODUCT CATALOG PAGE START === */
/*
Egovly Landing Module
Generated/Updated for Egovly.com
Clean SaaS/GovTech UI System
*/

/* Catalog hero */
.eg-catalog-hero{
  position:relative;
  overflow:hidden;
  padding:58px 0 56px;
  color:#fff;
  background:
    radial-gradient(circle at 78% 18%,rgba(185,255,33,.18),transparent 28%),
    radial-gradient(circle at 16% 28%,rgba(22,200,102,.16),transparent 26%),
    linear-gradient(135deg,#063e39 0%,#064f3b 58%,#06382f 100%);
}

.eg-catalog-hero--compact{
  padding:48px 0;
}

.eg-catalog-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
  background-size:34px 34px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.76),transparent 88%);
  pointer-events:none;
}

.eg-catalog-hero__grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  align-items:center;
  gap:48px;
}

.eg-catalog-hero__content{
  max-width:680px;
}

.eg-catalog-hero h1{
  max-width:720px;
  margin:14px 0 13px;
  font-size:clamp(36px,3.7vw,52px);
  line-height:1.04;
  letter-spacing:-.055em;
  font-weight:800;
  color:#fff;
}

.eg-catalog-hero p{
  max-width:620px;
  margin:0 0 21px;
  color:rgba(255,255,255,.78);
  font-size:15px;
  line-height:1.58;
}

.eg-catalog-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
}

.eg-catalog-summary{
  justify-self:end;
  width:min(430px,100%);
  padding:16px;
  border-radius:22px;
  background:#fff;
  color:var(--eg-text);
  box-shadow:0 24px 64px rgba(0,0,0,.20);
}

.eg-catalog-summary__head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-bottom:12px;
  font-size:12px;
}

.eg-catalog-summary__head span{
  color:var(--eg-muted);
  font-weight:700;
}

.eg-catalog-summary__head strong{
  color:var(--eg-deep);
  font-weight:800;
}

.eg-catalog-summary__items{
  display:grid;
  gap:9px;
}

.eg-catalog-summary__items a{
  display:grid;
  grid-template-columns:34px 1fr auto;
  align-items:center;
  gap:10px;
  padding:10px;
  border:1px solid #e4f0e9;
  border-radius:15px;
  background:#fbfefc;
  transition:.18s ease;
}

.eg-catalog-summary__items a:hover{
  border-color:#bde7c8;
  background:#f2fff4;
  transform:translateY(-1px);
}

.eg-catalog-summary__items span,
.eg-catalog-summary__empty span{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:#e9fbeb;
  color:#087a36;
  font-size:10px;
  font-weight:900;
}

.eg-catalog-summary__items strong{
  display:block;
  color:#17304a;
  font-size:13px;
  line-height:1.25;
}

.eg-catalog-summary__items small{
  display:block;
  margin-top:1px;
  color:#6a7a73;
  font-size:11px;
}

.eg-catalog-summary__items em{
  font-style:normal;
  color:#098d3d;
  font-size:10px;
  font-weight:800;
}

.eg-catalog-summary__empty{
  padding:18px;
  border:1px solid #e4f0e9;
  border-radius:16px;
  background:#fbfefc;
}

.eg-catalog-summary__empty strong{
  display:block;
  margin-top:10px;
  color:#17304a;
  font-size:18px;
  line-height:1.2;
}

.eg-catalog-summary__empty p{
  margin:7px 0 0;
  color:var(--eg-muted);
  font-size:13px;
}

/* Catalog section */
.eg-catalog-section{
  padding:58px 0 64px;
  background:#fff;
}

.eg-catalog-tabs{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:9px;
  margin:0 auto 28px;
  max-width:900px;
}

.eg-catalog-tabs a{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:9px 14px;
  border-radius:999px;
  border:1px solid var(--eg-border);
  background:#fff;
  color:#435870;
  font-size:12px;
  font-weight:800;
  box-shadow:0 8px 18px rgba(9,54,43,.04);
  transition:.18s ease;
}

.eg-catalog-tabs a:hover,
.eg-catalog-tabs a.is-active{
  border-color:#bde7c8;
  background:#effdeb;
  color:#064333;
}

.eg-catalog-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.eg-catalog-card{
  display:flex;
  flex-direction:column;
  min-height:340px;
  padding:14px;
  border:1px solid var(--eg-border);
  border-radius:18px;
  background:#fff;
  box-shadow:var(--eg-shadow-soft);
  transition:.18s ease;
}

.eg-catalog-card:hover{
  transform:translateY(-3px);
  border-color:#bde7c8;
  box-shadow:var(--eg-shadow);
}

.eg-catalog-card__visual{
  position:relative;
  overflow:hidden;
  min-height:106px;
  border-radius:15px;
  border:1px solid #dff0e6;
  background:linear-gradient(180deg,#f2fbf5,#fbfffc);
  padding:13px;
  margin-bottom:13px;
}

.eg-catalog-card__window{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:8px;
}

.eg-catalog-card__window i,
.eg-catalog-card__window b{
  display:block;
  border-radius:999px;
  background:#e7f3ed;
}

.eg-catalog-card__window i{
  height:12px;
}

.eg-catalog-card__window b{
  grid-column:1/-1;
  height:17px;
  border-radius:8px;
}

.eg-catalog-card__visual span{
  position:absolute;
  right:12px;
  bottom:12px;
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:linear-gradient(135deg,var(--eg-lime),var(--eg-green));
  color:#073b2e;
  font-size:10px;
  font-weight:900;
  box-shadow:0 12px 24px rgba(22,200,102,.18);
}

.eg-catalog-card__meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin-bottom:8px;
}

.eg-catalog-card__meta span{
  display:inline-flex;
  align-items:center;
  min-height:23px;
  padding:4px 8px;
  border-radius:999px;
  background:#effde9;
  color:#138c3a;
  font-size:10px;
  font-weight:900;
}

.eg-catalog-card.is-soon .eg-catalog-card__meta span{
  background:#fff7df;
  color:#b66b00;
}

.eg-catalog-card.is-planned .eg-catalog-card__meta span{
  background:#edf3ff;
  color:#2f65b8;
}

.eg-catalog-card__meta em{
  font-style:normal;
  color:#de8b00;
  font-size:10px;
  font-weight:800;
  text-align:right;
}

.eg-catalog-card h3{
  margin:0;
  color:#17304a;
  font-size:17px;
  line-height:1.25;
  letter-spacing:-.025em;
  font-weight:800;
}

.eg-catalog-card p{
  margin:8px 0 0;
  color:var(--eg-muted);
  font-size:13px;
  line-height:1.55;
}

.eg-catalog-card__footer{
  margin-top:auto;
  padding-top:14px;
}

.eg-catalog-card__footer strong{
  display:block;
  margin-bottom:10px;
  color:#17304a;
  font-size:12px;
  font-weight:800;
}

.eg-catalog-card__actions{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
}

.eg-catalog-card__actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:9px 13px;
  border-radius:999px;
  font-size:11px;
  line-height:1;
  font-weight:900;
  transition:.18s ease;
}

.eg-catalog-card__actions a:first-child{
  background:var(--eg-lime);
  color:#143600;
}

.eg-catalog-card__actions a:last-child{
  background:var(--eg-deep);
  color:#fff;
}

.eg-catalog-card__actions a:hover{
  transform:translateY(-1px);
}

.eg-empty-state{
  max-width:560px;
  margin:0 auto;
  text-align:center;
  padding:34px;
  border:1px solid var(--eg-border);
  border-radius:22px;
  background:#fff;
  box-shadow:var(--eg-shadow-soft);
}

.eg-empty-state span{
  width:42px;
  height:42px;
  margin:0 auto 14px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:#e9fbeb;
  color:#087a36;
  font-size:12px;
  font-weight:900;
}

.eg-empty-state h2{
  margin:0;
  color:#17304a;
  font-size:24px;
  line-height:1.18;
  letter-spacing:-.035em;
}

.eg-empty-state p{
  margin:8px 0 18px;
  color:var(--eg-muted);
  font-size:14px;
}

.eg-empty-state a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:10px 15px;
  border-radius:999px;
  background:var(--eg-deep);
  color:#fff;
  font-size:12px;
  font-weight:900;
}

/* Fallback for old catalog classes if any page still uses them */
.page-hero{
  padding:48px 0;
  background:#fff;
}

.page-hero .container,
.section .container{
  width:min(var(--eg-container),calc(100% - 44px));
  margin-inline:auto;
}

.page-hero .eyebrow{
  display:inline-flex;
  min-height:25px;
  padding:6px 10px;
  border-radius:999px;
  background:#effdeb;
  color:#0d7a3a;
  font-size:10px;
  font-weight:900;
  letter-spacing:.07em;
  text-transform:uppercase;
}

.page-hero h1{
  margin:14px 0 10px;
  color:#17304a;
  font-size:clamp(32px,3vw,46px);
  line-height:1.08;
  letter-spacing:-.05em;
  font-weight:800;
}

.page-hero p{
  max-width:760px;
  margin:0;
  color:var(--eg-muted);
  font-size:15px;
}

.section{
  padding:54px 0;
}

.product-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.product-card{
  display:flex;
  flex-direction:column;
  min-height:320px;
  padding:14px;
  border:1px solid var(--eg-border);
  border-radius:18px;
  background:#fff;
  box-shadow:var(--eg-shadow-soft);
}

@media (max-width:1024px){
  .eg-catalog-hero__grid{
    grid-template-columns:1fr;
    gap:28px;
  }

  .eg-catalog-summary{
    justify-self:start;
  }

  .eg-catalog-grid,
  .product-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media (max-width:760px){
  .eg-catalog-hero{
    padding:36px 0 34px;
  }

  .eg-catalog-hero h1{
    font-size:30px;
    line-height:1.05;
  }

  .eg-catalog-hero p{
    font-size:14px;
  }

  .eg-catalog-hero__actions .eg-button{
    width:100%;
  }

  .eg-catalog-summary{
    width:100%;
    padding:13px;
    border-radius:18px;
  }

  .eg-catalog-summary__items a{
    grid-template-columns:30px 1fr auto;
    padding:9px;
  }

  .eg-catalog-summary__items strong{
    font-size:13px;
  }

  .eg-catalog-summary__items small{
    font-size:11px;
  }

  .eg-catalog-section{
    padding:38px 0 44px;
  }

  .eg-catalog-tabs{
    justify-content:flex-start;
    flex-wrap:nowrap;
    overflow-x:auto;
    padding-bottom:4px;
    margin-bottom:20px;
    scrollbar-width:none;
  }

  .eg-catalog-tabs::-webkit-scrollbar{
    display:none;
  }

  .eg-catalog-tabs a{
    flex:0 0 auto;
    min-height:34px;
    font-size:12px;
  }

  .eg-catalog-grid,
  .product-grid{
    grid-template-columns:1fr;
    gap:13px;
  }

  .eg-catalog-card{
    min-height:auto;
    padding:14px;
    border-radius:16px;
  }

  .eg-catalog-card__visual{
    min-height:92px;
  }

  .eg-catalog-card h3{
    font-size:16px;
  }

  .eg-catalog-card p{
    font-size:13.5px;
  }

  .eg-catalog-card__footer strong{
    font-size:12px;
  }

  .eg-catalog-card__actions a{
    min-height:35px;
    font-size:11.5px;
  }

  .page-hero .container,
  .section .container{
    width:min(100% - 28px,var(--eg-container));
  }

  .page-hero{
    padding:34px 0;
  }

  .page-hero h1{
    font-size:30px;
  }
}
/* === EGOVLY PRODUCT CATALOG PAGE END === */


/* === EGOVLY PRODUCT NO HERO START === */
/*
Egovly Landing Module
Generated/Updated for Egovly.com
Clean SaaS/GovTech UI System
*/
.eg-catalog-section--main{
  padding:62px 0 70px;
  background:
    radial-gradient(circle at 50% 0%,rgba(22,200,102,.07),transparent 34%),
    #fff;
}

.eg-catalog-section--main .eg-section__header{
  max-width:760px;
  margin-bottom:26px;
}

.eg-catalog-section--main .eg-section__header h1{
  margin:8px 0 0;
  color:#17304a;
  font-size:clamp(34px,3vw,46px);
  line-height:1.08;
  letter-spacing:-.052em;
  font-weight:800;
}

.eg-catalog-kicker{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:7px 11px;
  border-radius:999px;
  background:#effdeb;
  border:1px solid #bde7c8;
  color:#0d7a3a;
  font-size:10px;
  font-weight:900;
  letter-spacing:.075em;
  text-transform:uppercase;
}

.eg-catalog-section--main .eg-catalog-tabs{
  margin-bottom:30px;
}

@media (max-width:760px){
  .eg-catalog-section--main{
    padding:38px 0 44px;
  }

  .eg-catalog-section--main .eg-section__header{
    margin-bottom:20px;
  }

  .eg-catalog-section--main .eg-section__header h1{
    font-size:29px;
    line-height:1.08;
  }

  .eg-catalog-kicker{
    min-height:25px;
    padding:6px 10px;
    font-size:9.5px;
  }
}
/* === EGOVLY PRODUCT NO HERO END === */


/* === EGOVLY SERVICES PAGE START === */
/*
Egovly Landing Module
Generated/Updated for Egovly.com
Clean SaaS/GovTech UI System
*/
.eg-services-page{
  padding:62px 0 66px;
  background:
    radial-gradient(circle at 50% 0%,rgba(22,200,102,.07),transparent 34%),
    #fff;
}

.eg-services-hero{
  max-width:820px;
  margin:0 auto 34px;
  text-align:center;
}

.eg-services-kicker{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:7px 11px;
  border-radius:999px;
  background:#effdeb;
  border:1px solid #bde7c8;
  color:#0d7a3a;
  font-size:10px;
  font-weight:900;
  letter-spacing:.075em;
  text-transform:uppercase;
}

.eg-services-hero h1{
  margin:12px 0 10px;
  color:#17304a;
  font-size:clamp(36px,3.25vw,50px);
  line-height:1.06;
  letter-spacing:-.055em;
  font-weight:800;
}

.eg-services-hero p{
  max-width:760px;
  margin:0 auto;
  color:var(--eg-muted);
  font-size:15px;
  line-height:1.65;
}

.eg-services-hero__actions{
  margin-top:22px;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
}

.eg-button--outline-dark{
  border-color:var(--eg-border-strong);
  color:#064537;
  background:#fff;
}

.eg-services-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.eg-service-card{
  min-height:210px;
  padding:20px;
  border:1px solid var(--eg-border);
  border-radius:18px;
  background:#fff;
  box-shadow:var(--eg-shadow-soft);
  transition:.18s ease;
}

.eg-service-card:hover{
  transform:translateY(-3px);
  border-color:#bde7c8;
  box-shadow:var(--eg-shadow);
}

.eg-service-card span{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:#e9fbeb;
  color:#087a36;
  font-size:11px;
  font-weight:900;
  margin-bottom:14px;
}

.eg-service-card h2{
  margin:0;
  color:#17304a;
  font-size:17px;
  line-height:1.25;
  letter-spacing:-.025em;
  font-weight:800;
}

.eg-service-card p{
  margin:8px 0 0;
  color:var(--eg-muted);
  font-size:13px;
  line-height:1.58;
}

.eg-services-flow{
  padding:58px 0;
  background:#fff6e2;
}

.eg-services-process{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:14px;
}

.eg-service-step{
  padding:18px;
  border:1px solid var(--eg-border);
  border-radius:18px;
  background:#fff;
  box-shadow:var(--eg-shadow-soft);
}

.eg-service-step span{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border-radius:11px;
  background:#eaffde;
  color:#159145;
  font-size:10px;
  font-weight:900;
  margin-bottom:11px;
}

.eg-service-step h3{
  margin:0;
  color:#17304a;
  font-size:15px;
  line-height:1.25;
  font-weight:800;
}

.eg-service-step p{
  margin:7px 0 0;
  color:var(--eg-muted);
  font-size:12px;
  line-height:1.55;
}

.eg-services-note{
  padding:54px 0;
  background:#fff;
}

.eg-services-note__card{
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:24px;
  padding:30px;
  border:1px solid var(--eg-border);
  border-radius:24px;
  background:
    radial-gradient(circle at 90% 20%,rgba(185,255,33,.12),transparent 28%),
    #fff;
  box-shadow:var(--eg-shadow);
}

.eg-services-note__card h2{
  margin:10px 0 8px;
  color:#17304a;
  font-size:clamp(24px,2.2vw,34px);
  line-height:1.12;
  letter-spacing:-.04em;
  font-weight:800;
}

.eg-services-note__card p{
  max-width:760px;
  margin:0;
  color:var(--eg-muted);
  font-size:14px;
  line-height:1.62;
}

.eg-services-note__card a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:11px 16px;
  border-radius:999px;
  background:var(--eg-deep);
  color:#fff;
  font-size:12px;
  font-weight:900;
  white-space:nowrap;
}

@media (max-width:1024px){
  .eg-services-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .eg-services-process{
    grid-template-columns:repeat(3,1fr);
  }

  .eg-services-note__card{
    grid-template-columns:1fr;
  }
}

@media (max-width:760px){
  .eg-services-page{
    padding:38px 0 44px;
  }

  .eg-services-hero{
    margin-bottom:24px;
    text-align:left;
  }

  .eg-services-hero h1{
    font-size:30px;
    line-height:1.08;
  }

  .eg-services-hero p{
    font-size:14px;
  }

  .eg-services-hero__actions{
    justify-content:flex-start;
  }

  .eg-services-hero__actions .eg-button{
    width:100%;
  }

  .eg-services-grid,
  .eg-services-process{
    grid-template-columns:1fr;
    gap:12px;
  }

  .eg-service-card{
    min-height:auto;
    padding:17px;
  }

  .eg-service-card h2{
    font-size:16px;
  }

  .eg-service-card p{
    font-size:13.5px;
  }

  .eg-services-flow{
    padding:40px 0;
  }

  .eg-services-note{
    padding:40px 0;
  }

  .eg-services-note__card{
    padding:20px;
    border-radius:18px;
  }

  .eg-services-note__card h2{
    font-size:23px;
  }

  .eg-services-note__card p{
    font-size:13.5px;
  }

  .eg-services-note__card a{
    width:100%;
  }
}
/* === EGOVLY SERVICES PAGE END === */


/* === EGOVLY NAV ACTIVE FIX START === */
/*
Egovly Landing Module
Generated/Updated for Egovly.com
Clean SaaS/GovTech UI System
*/
.eg-nav a:first-child{
  color:inherit;
  font-weight:500;
}

.eg-nav a.is-active{
  color:#0f8a45;
  font-weight:800;
}
/* === EGOVLY NAV ACTIVE FIX END === */

/* === EGOVLY ABOUT PAGE START === */
/*
Egovly Landing Module
Generated/Updated for Egovly.com
Clean SaaS/GovTech UI System
*/
.eg-about-page{
  padding:58px 0 64px;
  background:
    radial-gradient(circle at 50% 0%,rgba(22,200,102,.065),transparent 34%),
    #fff;
}

.eg-about-hero{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  align-items:center;
  gap:48px;
  margin-bottom:44px;
}

.eg-about-hero__content{
  max-width:760px;
}

.eg-about-kicker{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:7px 11px;
  border-radius:999px;
  background:#effdeb;
  border:1px solid #bde7c8;
  color:#0d7a3a;
  font-size:10px;
  font-weight:900;
  letter-spacing:.075em;
  text-transform:uppercase;
}

.eg-about-hero h1{
  margin:14px 0 12px;
  color:#17304a;
  font-size:clamp(36px,3.45vw,54px);
  line-height:1.05;
  letter-spacing:-.055em;
  font-weight:800;
}

.eg-about-hero p{
  max-width:760px;
  margin:0;
  color:var(--eg-muted);
  font-size:15px;
  line-height:1.65;
}

.eg-about-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}

.eg-about-hero__panel{
  justify-self:end;
  width:min(460px,100%);
}

.eg-about-panel{
  padding:18px;
  border:1px solid var(--eg-border);
  border-radius:24px;
  background:#fff;
  box-shadow:var(--eg-shadow);
}

.eg-about-panel__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:14px;
  font-size:12px;
}

.eg-about-panel__head span{
  color:var(--eg-muted);
  font-weight:700;
}

.eg-about-panel__head strong{
  color:var(--eg-deep);
  font-weight:900;
}

.eg-about-panel__list{
  display:grid;
  gap:10px;
}

.eg-about-panel__list div{
  display:grid;
  grid-template-columns:36px 1fr;
  gap:10px;
  padding:12px;
  border:1px solid #e4f0e9;
  border-radius:16px;
  background:#fbfefc;
}

.eg-about-panel__list span{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border-radius:11px;
  background:#e9fbeb;
  color:#087a36;
  font-size:10px;
  font-weight:900;
}

.eg-about-panel__list strong{
  display:block;
  color:#17304a;
  font-size:14px;
  line-height:1.25;
}

.eg-about-panel__list p{
  grid-column:2;
  margin:-2px 0 0;
  color:var(--eg-muted);
  font-size:12px;
  line-height:1.5;
}

.eg-about-direction{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:34px;
  align-items:start;
  padding:30px;
  border:1px solid var(--eg-border);
  border-radius:24px;
  background:#fff;
  box-shadow:var(--eg-shadow-soft);
  margin-bottom:20px;
}

.eg-about-direction h2{
  margin:10px 0 0;
  color:#17304a;
  font-size:clamp(24px,2.2vw,34px);
  line-height:1.15;
  letter-spacing:-.04em;
  font-weight:800;
}

.eg-about-direction p{
  margin:0;
  color:#33485f;
  font-size:15px;
  line-height:1.7;
}

.eg-about-values{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.eg-about-value-card,
.eg-about-focus-card{
  padding:20px;
  border:1px solid var(--eg-border);
  border-radius:18px;
  background:#fff;
  box-shadow:var(--eg-shadow-soft);
}

.eg-about-value-card span,
.eg-about-focus-card span{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:#e9fbeb;
  color:#087a36;
  font-size:11px;
  font-weight:900;
  margin-bottom:14px;
}

.eg-about-value-card h3,
.eg-about-focus-card h3{
  margin:0;
  color:#17304a;
  font-size:16px;
  line-height:1.25;
  letter-spacing:-.025em;
  font-weight:800;
}

.eg-about-value-card p,
.eg-about-focus-card p{
  margin:8px 0 0;
  color:var(--eg-muted);
  font-size:13px;
  line-height:1.58;
}

.eg-about-focus{
  padding:58px 0;
  background:#f6faf7;
}

.eg-about-focus-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.eg-about-cta{
  padding:54px 0;
  background:#fff;
}

.eg-about-cta__card{
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:24px;
  padding:30px;
  border:1px solid var(--eg-border);
  border-radius:24px;
  background:
    radial-gradient(circle at 90% 20%,rgba(185,255,33,.12),transparent 28%),
    #fff;
  box-shadow:var(--eg-shadow);
}

.eg-about-cta__card h2{
  margin:10px 0 8px;
  color:#17304a;
  font-size:clamp(24px,2.2vw,34px);
  line-height:1.12;
  letter-spacing:-.04em;
  font-weight:800;
}

.eg-about-cta__card p{
  max-width:780px;
  margin:0;
  color:var(--eg-muted);
  font-size:14px;
  line-height:1.62;
}

.eg-about-cta__card a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:11px 16px;
  border-radius:999px;
  background:var(--eg-deep);
  color:#fff;
  font-size:12px;
  font-weight:900;
  white-space:nowrap;
}

@media (max-width:1024px){
  .eg-about-hero,
  .eg-about-direction,
  .eg-about-cta__card{
    grid-template-columns:1fr;
    gap:26px;
  }

  .eg-about-hero__panel{
    justify-self:start;
  }

  .eg-about-values,
  .eg-about-focus-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media (max-width:760px){
  .eg-about-page{
    padding:38px 0 42px;
  }

  .eg-about-hero{
    gap:22px;
    margin-bottom:28px;
  }

  .eg-about-hero h1{
    font-size:30px;
    line-height:1.08;
  }

  .eg-about-hero p{
    font-size:14px;
  }

  .eg-about-hero__actions .eg-button{
    width:100%;
  }

  .eg-about-panel{
    border-radius:18px;
    padding:14px;
  }

  .eg-about-direction{
    padding:20px;
    border-radius:18px;
  }

  .eg-about-direction p{
    font-size:14px;
  }

  .eg-about-values,
  .eg-about-focus-grid{
    grid-template-columns:1fr;
    gap:12px;
  }

  .eg-about-value-card,
  .eg-about-focus-card{
    padding:17px;
  }

  .eg-about-value-card h3,
  .eg-about-focus-card h3{
    font-size:16px;
  }

  .eg-about-value-card p,
  .eg-about-focus-card p{
    font-size:13.5px;
  }

  .eg-about-focus{
    padding:40px 0;
  }

  .eg-about-cta{
    padding:40px 0;
  }

  .eg-about-cta__card{
    padding:20px;
    border-radius:18px;
  }

  .eg-about-cta__card h2{
    font-size:23px;
  }

  .eg-about-cta__card p{
    font-size:13.5px;
  }

  .eg-about-cta__card a{
    width:100%;
  }
}
/* === EGOVLY ABOUT PAGE END === */


/* === EGOVLY WORKDO STYLE HOME START === */
/*
Egovly Landing Module
Generated/Updated for Egovly.com
Clean SaaS/GovTech UI System
*/
.egw-home{
  background:#fff;
  color:var(--eg-text);
}

.egw-kicker,
.egw-badge{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:6px 10px;
  border-radius:999px;
  background:#fff3cd;
  border:1px solid #ffd66d;
  color:#a26700;
  font-size:10px;
  font-weight:900;
  letter-spacing:.075em;
  text-transform:uppercase;
}

.egw-hero{
  position:relative;
  overflow:hidden;
  padding:68px 0 72px;
  color:#fff;
  background:
    radial-gradient(circle at 77% 20%,rgba(185,255,33,.22),transparent 25%),
    radial-gradient(circle at 22% 28%,rgba(22,200,102,.16),transparent 28%),
    linear-gradient(135deg,#053d35 0%,#064934 55%,#05372f 100%);
}

.egw-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);
  background-size:34px 34px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.8),transparent 88%);
  pointer-events:none;
}

.egw-hero__grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:52px;
  align-items:center;
}

.egw-hero__content{
  max-width:650px;
}

.egw-hero h1{
  margin:14px 0 14px;
  color:#fff;
  font-size:clamp(42px,4.6vw,70px);
  line-height:.98;
  letter-spacing:-.065em;
  font-weight:900;
}

.egw-hero p{
  max-width:610px;
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:16px;
  line-height:1.65;
}

.egw-search{
  margin-top:24px;
  display:flex;
  width:min(560px,100%);
  padding:6px;
  border-radius:14px;
  background:#fff;
  box-shadow:0 24px 50px rgba(0,0,0,.18);
}

.egw-search input{
  flex:1;
  min-width:0;
  border:0;
  outline:0;
  padding:0 14px;
  color:#677789;
  font-size:13px;
  background:transparent;
}

.egw-search a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 18px;
  border-radius:10px;
  background:#ffc629;
  color:#173400;
  font-size:13px;
  font-weight:900;
}

.egw-hero__links{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:16px;
}

.egw-hero__links a{
  color:#d9fff0;
  font-size:12px;
  font-weight:800;
}

.egw-hero__visual{
  display:flex;
  justify-content:center;
}

.egw-orbit{
  position:relative;
  width:min(520px,100%);
  aspect-ratio:1.2;
  display:grid;
  place-items:center;
}

.egw-orbit:before,
.egw-orbit:after{
  content:"";
  position:absolute;
  border:1px dashed rgba(185,255,33,.35);
  border-radius:999px;
}

.egw-orbit:before{
  width:86%;
  height:86%;
}

.egw-orbit:after{
  width:58%;
  height:58%;
}

.egw-tag{
  position:absolute;
  z-index:3;
  display:inline-flex;
  padding:6px 9px;
  border-radius:999px;
  background:#fff;
  color:#064537;
  font-size:10px;
  font-weight:900;
  box-shadow:0 12px 26px rgba(0,0,0,.16);
}

.egw-tag--one{top:4%;left:24%}
.egw-tag--two{top:28%;right:2%}
.egw-tag--three{bottom:18%;right:10%}
.egw-tag--four{bottom:8%;left:18%}

.egw-device{
  position:relative;
  z-index:2;
  border-radius:22px;
  background:#fff;
  color:var(--eg-text);
  box-shadow:0 30px 70px rgba(0,0,0,.25);
  border:1px solid rgba(255,255,255,.4);
}

.egw-device--main{
  width:min(360px,86%);
  padding:18px;
}

.egw-device__top{
  display:flex;
  gap:8px;
  margin-bottom:16px;
}

.egw-device__top i{
  width:56px;
  height:13px;
  border-radius:999px;
  background:#e8f4ee;
}

.egw-device__stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-bottom:12px;
}

.egw-device__stats b{
  height:58px;
  border-radius:14px;
  background:#f2fbf5;
  border:1px solid #dff0e6;
}

.egw-device__chart{
  height:110px;
  border-radius:16px;
  background:
    linear-gradient(180deg,rgba(22,200,102,.16),rgba(22,200,102,.03)),
    #fbfefc;
  border:1px solid #dff0e6;
  margin-bottom:12px;
}

.egw-device__rows{
  display:grid;
  gap:8px;
}

.egw-device__rows span{
  height:11px;
  border-radius:999px;
  background:#e8f4ee;
}

.egw-mini-card{
  position:absolute;
  z-index:4;
  display:flex;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  border-radius:15px;
  background:#fff;
  color:#17304a;
  box-shadow:0 18px 34px rgba(0,0,0,.17);
}

.egw-mini-card span{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:#e9fbeb;
  color:#087a36;
  font-size:10px;
  font-weight:900;
}

.egw-mini-card strong{
  font-size:12px;
  font-weight:900;
}

.egw-mini-card--left{left:0;top:45%}
.egw-mini-card--right{right:0;bottom:24%}

.egw-showcase-strip{
  padding:34px 0;
  background:#fff;
}

.egw-preview-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.egw-preview-card{
  padding:12px;
  border:1px solid #bde7c8;
  border-radius:16px;
  background:#fff;
  box-shadow:var(--eg-shadow-soft);
}

.egw-preview-card__screen{
  height:96px;
  border-radius:12px;
  background:#f2fbf5;
  border:1px solid #dff0e6;
  padding:12px;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:8px;
  margin-bottom:10px;
}

.egw-preview-card__screen i,
.egw-preview-card__screen b{
  border-radius:999px;
  background:#e4f1e9;
}

.egw-preview-card__screen b{
  grid-column:1/-1;
}

.egw-preview-card strong{
  display:block;
  color:#17304a;
  font-size:13px;
  font-weight:900;
}

.egw-preview-card p{
  margin:3px 0 0;
  color:var(--eg-muted);
  font-size:12px;
}

.egw-campaign{
  padding:72px 0;
}

.egw-campaign--white{
  background:#fff;
}

.egw-campaign--soft,
.egw-product-section,
.egw-faq{
  background:#f3f6f4;
}

.egw-campaign__grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:50px;
  align-items:center;
}

.egw-campaign__grid--reverse{
  grid-template-columns:.95fr 1.05fr;
}

.egw-campaign__content h2,
.egw-section-head h2,
.egw-guarantee h2{
  margin:12px 0 10px;
  color:#17304a;
  font-size:clamp(30px,3vw,46px);
  line-height:1.08;
  letter-spacing:-.055em;
  font-weight:900;
}

.egw-campaign__content p,
.egw-section-head p,
.egw-guarantee p{
  max-width:650px;
  margin:0;
  color:var(--eg-muted);
  font-size:15px;
  line-height:1.65;
}

.egw-feature-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  max-width:580px;
  margin-top:20px;
}

.egw-feature-list span,
.egw-service-pills span,
.egw-addon-grid span{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:9px 12px;
  border-radius:10px;
  background:#effdeb;
  border:1px solid #bde7c8;
  color:#064537;
  font-size:12px;
  font-weight:900;
}

.egw-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}

.egw-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:10px 15px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  transition:.18s ease;
}

.egw-btn:hover{
  transform:translateY(-1px);
}

.egw-btn--yellow{
  background:#ffc629;
  color:#173400;
}

.egw-btn--dark{
  background:#064333;
  color:#fff;
}

.egw-product-side{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.egw-product-tile{
  position:relative;
  padding:14px;
  border:1px solid #bde7c8;
  border-radius:18px;
  background:#fff;
  box-shadow:var(--eg-shadow);
}

.egw-product-tile em{
  position:absolute;
  top:12px;
  right:12px;
  padding:5px 8px;
  border-radius:999px;
  background:#ffefad;
  color:#a26700;
  font-size:9px;
  font-style:normal;
  font-weight:900;
}

.egw-product-tile__mock{
  height:108px;
  border-radius:14px;
  background:#f2fbf5;
  border:1px solid #dff0e6;
  padding:14px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin-bottom:12px;
}

.egw-product-tile__mock i,
.egw-product-tile__mock b{
  border-radius:999px;
  background:#e4f1e9;
}

.egw-product-tile__mock b{
  grid-column:1/-1;
}

.egw-product-tile h3{
  margin:0;
  color:#17304a;
  font-size:17px;
  line-height:1.25;
  font-weight:900;
}

.egw-product-tile p{
  margin:7px 0 12px;
  color:var(--eg-muted);
  font-size:13px;
  line-height:1.55;
}

.egw-product-tile strong{
  display:inline-flex;
  padding:8px 11px;
  border-radius:999px;
  background:#064333;
  color:#fff;
  font-size:11px;
}

.egw-illustration{
  position:relative;
  min-height:360px;
  display:grid;
  place-items:center;
}

.egw-big-screen{
  width:min(410px,88%);
  min-height:245px;
  padding:20px;
  border-radius:24px;
  background:#fff;
  border:1px solid #bde7c8;
  box-shadow:var(--eg-shadow);
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.egw-big-screen i,
.egw-big-screen b{
  border-radius:999px;
  background:#e6f3eb;
}

.egw-big-screen b{
  grid-column:1/-1;
  border-radius:14px;
}

.egw-person-card{
  position:absolute;
  left:6%;
  bottom:10%;
  z-index:2;
  width:150px;
  padding:14px;
  border-radius:18px;
  background:#ffc629;
  box-shadow:0 18px 36px rgba(0,0,0,.12);
}

.egw-person-card span{
  display:block;
  width:54px;
  height:54px;
  margin-bottom:12px;
  border-radius:999px;
  background:#064333;
}

.egw-person-card div{
  display:grid;
  gap:8px;
}

.egw-person-card i{
  height:10px;
  border-radius:999px;
  background:rgba(6,67,51,.25);
}

.egw-service-pills,
.egw-addon-grid{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:20px;
}

.egw-product-section{
  padding:72px 0;
}

.egw-section-head{
  max-width:760px;
  margin:0 auto 30px;
  text-align:center;
}

.egw-product-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.egw-catalog-card{
  display:flex;
  flex-direction:column;
  min-height:332px;
  padding:14px;
  border:1px solid #d8e9df;
  border-radius:18px;
  background:#fff;
  box-shadow:var(--eg-shadow-soft);
  transition:.18s ease;
}

.egw-catalog-card:hover{
  transform:translateY(-3px);
  box-shadow:var(--eg-shadow);
  border-color:#bde7c8;
}

.egw-catalog-card__image{
  height:106px;
  border-radius:14px;
  background:#f2fbf5;
  border:1px solid #dff0e6;
  padding:13px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  margin-bottom:12px;
}

.egw-catalog-card__image i,
.egw-catalog-card__image b{
  border-radius:999px;
  background:#e4f1e9;
}

.egw-catalog-card__image b{
  grid-column:1/-1;
}

.egw-catalog-card__meta{
  display:flex;
  justify-content:space-between;
  gap:8px;
  margin-bottom:8px;
}

.egw-catalog-card__meta span{
  padding:5px 8px;
  border-radius:999px;
  background:#effdeb;
  color:#0d7a3a;
  font-size:9px;
  font-weight:900;
}

.egw-catalog-card__meta em{
  color:#d48600;
  font-size:9px;
  font-weight:900;
  font-style:normal;
}

.egw-catalog-card h3{
  margin:0;
  color:#17304a;
  font-size:16px;
  line-height:1.25;
  font-weight:900;
}

.egw-catalog-card p{
  margin:8px 0 0;
  color:var(--eg-muted);
  font-size:13px;
  line-height:1.55;
}

.egw-catalog-card div:last-child{
  display:flex;
  gap:8px;
  margin-top:auto;
  padding-top:14px;
}

.egw-catalog-card div:last-child a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:8px 12px;
  border-radius:999px;
  font-size:11px;
  font-weight:900;
}

.egw-catalog-card div:last-child a:first-child{
  background:#ffc629;
  color:#173400;
}

.egw-catalog-card div:last-child a:last-child{
  background:#064333;
  color:#fff;
}

.egw-guarantee{
  padding:72px 0;
  background:#fff;
}

.egw-guarantee__card{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  align-items:center;
  gap:38px;
  padding:36px;
  border-radius:24px;
  background:#fff8de;
  border:1px solid #ffe19a;
  box-shadow:var(--eg-shadow-soft);
}

.egw-guarantee__visual{
  min-height:240px;
  border-radius:24px;
  display:grid;
  place-items:center;
  background:
    radial-gradient(circle at 50% 50%,rgba(22,200,102,.14),transparent 34%),
    #fff;
  border:1px solid #ffe19a;
}

.egw-guarantee__visual span{
  padding:8px 12px;
  border-radius:999px;
  background:#effdeb;
  color:#0d7a3a;
  font-size:12px;
  font-weight:900;
}

.egw-guarantee__visual strong{
  color:#17304a;
  font-size:42px;
  line-height:1;
  letter-spacing:-.05em;
}

.egw-guarantee__visual i{
  width:90px;
  height:14px;
  border-radius:999px;
  background:#ffc629;
}

.egw-faq{
  padding:62px 0;
}

.egw-faq-grid{
  max-width:960px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px 22px;
}

.egw-faq details{
  border-bottom:1px solid #dce7e1;
  padding:0 0 12px;
}

.egw-faq summary{
  cursor:pointer;
  list-style:none;
  color:#17304a;
  font-size:13px;
  font-weight:900;
}

.egw-faq summary::-webkit-details-marker{
  display:none;
}

.egw-faq summary:after{
  content:"+";
  float:right;
  color:#0d7a3a;
  font-weight:900;
}

.egw-faq details[open] summary:after{
  content:"−";
}

.egw-faq p{
  margin:8px 0 0;
  color:var(--eg-muted);
  font-size:13px;
  line-height:1.55;
}

@media (max-width:1024px){
  .egw-hero__grid,
  .egw-campaign__grid,
  .egw-campaign__grid--reverse,
  .egw-guarantee__card{
    grid-template-columns:1fr;
  }

  .egw-preview-grid,
  .egw-product-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media (max-width:760px){
  .egw-hero{
    padding:40px 0 42px;
  }

  .egw-hero__grid{
    gap:26px;
  }

  .egw-hero h1{
    font-size:35px;
    line-height:1.03;
  }

  .egw-hero p{
    font-size:14px;
  }

  .egw-search{
    display:grid;
    gap:6px;
    padding:6px;
  }

  .egw-search input{
    min-height:38px;
    padding:0 12px;
    font-size:12px;
  }

  .egw-search a{
    min-height:38px;
  }

  .egw-hero__links{
    gap:10px;
  }

  .egw-hero__links a{
    font-size:12px;
  }

  .egw-orbit{
    aspect-ratio:1.08;
  }

  .egw-mini-card,
  .egw-tag{
    display:none;
  }

  .egw-device--main{
    width:100%;
  }

  .egw-showcase-strip{
    padding:24px 0;
  }

  .egw-preview-grid,
  .egw-product-grid,
  .egw-product-side,
  .egw-faq-grid{
    grid-template-columns:1fr;
  }

  .egw-campaign,
  .egw-product-section,
  .egw-guarantee,
  .egw-faq{
    padding:42px 0;
  }

  .egw-campaign__grid{
    gap:26px;
  }

  .egw-campaign__content h2,
  .egw-section-head h2,
  .egw-guarantee h2{
    font-size:28px;
    line-height:1.1;
  }

  .egw-campaign__content p,
  .egw-section-head p,
  .egw-guarantee p{
    font-size:14px;
  }

  .egw-feature-list{
    grid-template-columns:1fr;
  }

  .egw-actions{
    align-items:stretch;
  }

  .egw-btn{
    width:100%;
  }

  .egw-illustration{
    min-height:260px;
  }

  .egw-person-card{
    display:none;
  }

  .egw-big-screen{
    width:100%;
    min-height:190px;
  }

  .egw-section-head{
    text-align:left;
    margin-bottom:22px;
  }

  .egw-guarantee__card{
    padding:20px;
    border-radius:18px;
  }

  .egw-guarantee__visual{
    min-height:180px;
  }

  .egw-guarantee__visual strong{
    font-size:32px;
  }
}
/* === EGOVLY WORKDO STYLE HOME END === */


/* === EGOVLY HOME SELLING POLISH START === */
/*
Egovly Landing Module
Generated/Updated for Egovly.com
Clean SaaS/GovTech UI System
*/
.egw-home--selling .egw-hero h1{
  max-width:680px;
}

.egw-trust-row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:18px;
}

.egw-trust-row span{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  color:#dfffea;
  font-size:11px;
  font-weight:800;
}

.egw-pain-section{
  padding:62px 0;
  background:#fff;
}

.egw-pain-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.egw-pain-card{
  padding:22px;
  border-radius:20px;
  border:1px solid #ffd98a;
  background:#fffaf0;
  box-shadow:0 12px 28px rgba(120,77,0,.055);
}

.egw-pain-card span{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:#ffc629;
  color:#173400;
  font-size:11px;
  font-weight:900;
  margin-bottom:14px;
}

.egw-pain-card h3{
  margin:0;
  color:#17304a;
  font-size:18px;
  line-height:1.22;
  letter-spacing:-.025em;
  font-weight:900;
}

.egw-pain-card p{
  margin:8px 0 0;
  color:#667789;
  font-size:13px;
  line-height:1.58;
}

.egw-center-action{
  display:flex;
  justify-content:center;
  margin-top:26px;
}

.egw-center-action a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:11px 18px;
  border-radius:999px;
  background:#064333;
  color:#fff;
  font-size:12px;
  font-weight:900;
  box-shadow:0 14px 30px rgba(6,67,51,.16);
}

.egw-solution-section{
  padding:68px 0;
  background:#fff;
}

.egw-solution-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.egw-solution-card{
  padding:20px;
  border:1px solid var(--eg-border);
  border-radius:18px;
  background:#fff;
  box-shadow:var(--eg-shadow-soft);
  transition:.18s ease;
}

.egw-solution-card:hover{
  transform:translateY(-2px);
  border-color:#bde7c8;
  box-shadow:var(--eg-shadow);
}

.egw-solution-card span{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:#e9fbeb;
  color:#087a36;
  font-size:11px;
  font-weight:900;
  margin-bottom:14px;
}

.egw-solution-card h3{
  margin:0;
  color:#17304a;
  font-size:16px;
  line-height:1.25;
  font-weight:900;
}

.egw-solution-card p{
  margin:8px 0 0;
  color:var(--eg-muted);
  font-size:13px;
  line-height:1.58;
}

.egw-package-section{
  padding:68px 0;
  background:#f3f6f4;
}

.egw-package-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.egw-package-card{
  padding:24px;
  border-radius:20px;
  border:1px solid var(--eg-border);
  background:#fff;
  box-shadow:var(--eg-shadow-soft);
  transition:.18s ease;
}

.egw-package-card:hover{
  transform:translateY(-3px);
  border-color:#bde7c8;
  box-shadow:var(--eg-shadow);
}

.egw-package-card h3{
  margin:0;
  color:#17304a;
  font-size:20px;
  line-height:1.25;
  letter-spacing:-.03em;
  font-weight:900;
}

.egw-package-card p{
  margin:8px 0 14px;
  color:var(--eg-muted);
  font-size:13px;
  line-height:1.58;
}

.egw-package-card ul{
  display:grid;
  gap:9px;
  margin:0 0 18px;
  padding:0;
  list-style:none;
}

.egw-package-card li{
  position:relative;
  padding-left:20px;
  color:#33485f;
  font-size:13px;
  line-height:1.45;
  font-weight:700;
}

.egw-package-card li:before{
  content:"";
  position:absolute;
  left:0;
  top:.45em;
  width:9px;
  height:9px;
  border-radius:999px;
  background:#16c866;
}

.egw-package-card a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:10px 14px;
  border-radius:999px;
  background:#ffc629;
  color:#173400;
  font-size:12px;
  font-weight:900;
}

.egw-home--selling .egw-guarantee__card{
  background:
    radial-gradient(circle at 85% 20%,rgba(185,255,33,.16),transparent 30%),
    #fff8de;
}

.egw-home--selling .egw-section-head{
  max-width:820px;
}

.egw-home--selling .egw-section-head h2{
  max-width:780px;
  margin-left:auto;
  margin-right:auto;
}

@media (max-width:1024px){
  .egw-pain-grid,
  .egw-solution-grid,
  .egw-package-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width:760px){
  .egw-trust-row{
    gap:7px;
  }

  .egw-trust-row span{
    font-size:11px;
  }

  .egw-pain-section,
  .egw-solution-section,
  .egw-package-section{
    padding:42px 0;
  }

  .egw-pain-grid,
  .egw-solution-grid,
  .egw-package-grid{
    grid-template-columns:1fr;
    gap:12px;
  }

  .egw-pain-card,
  .egw-solution-card,
  .egw-package-card{
    padding:17px;
    border-radius:16px;
  }

  .egw-pain-card h3,
  .egw-package-card h3{
    font-size:17px;
  }

  .egw-pain-card p,
  .egw-solution-card p,
  .egw-package-card p,
  .egw-package-card li{
    font-size:13.5px;
  }

  .egw-center-action a,
  .egw-package-card a{
    width:100%;
  }

  .egw-home--selling .egw-section-head{
    text-align:left;
  }

  .egw-home--selling .egw-section-head h2{
    margin-left:0;
    margin-right:0;
  }
}
/* === EGOVLY HOME SELLING POLISH END === */


/* === EGOVLY PREMIUM CLEAN HEADER START === */
/*
Egovly Landing Module
Generated/Updated for Egovly.com
Clean SaaS/GovTech UI System
*/

/* Promo bar: WorkDo-inspired, but cleaner and professional */
.eg-promo-bar{
  background:linear-gradient(90deg,#e34fc4 0%,#b950e9 48%,#7f4df2 100%);
  color:#fff;
}

.eg-promo-bar__inner{
  min-height:34px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:18px;
}

.eg-promo-bar__label{
  display:inline-flex;
  align-items:center;
  gap:8px;
}

.eg-promo-bar__label span{
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:#b9ff21;
  color:#063522;
  font-size:10px;
  font-weight:900;
}

.eg-promo-bar__label strong{
  font-size:12px;
  font-weight:900;
  letter-spacing:.02em;
}

.eg-promo-bar p{
  margin:0;
  text-align:center;
  font-size:13px;
  font-weight:700;
  line-height:1.25;
}

.eg-promo-bar a{
  color:#b9ff21;
  font-size:12px;
  font-weight:900;
  text-decoration:underline;
  text-underline-offset:3px;
}

/* Hide old topbar if still rendered somewhere */
.eg-topbar{
  display:none!important;
}

/* Premium header */
.eg-header--premium{
  position:sticky;
  top:0;
  z-index:95;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid rgba(222,235,227,.95);
  box-shadow:0 12px 34px rgba(9,54,43,.045);
  backdrop-filter:blur(16px);
}

.eg-navbar--premium{
  min-height:82px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}

.eg-brand--premium{
  gap:12px;
}

.eg-nav--premium{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:30px;
  color:#203a35;
  font-size:15px;
  font-weight:800;
}

.eg-nav--premium a{
  position:relative;
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding:8px 0;
  color:#203a35;
  font-weight:800;
  transition:.16s ease;
}

.eg-nav--premium a:not(.eg-nav__cta--premium):after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:3px;
  height:3px;
  border-radius:999px;
  background:#16c866;
  transform:scaleX(0);
  transform-origin:center;
  transition:.18s ease;
}

.eg-nav--premium a:hover,
.eg-nav--premium a.is-active{
  color:#0f8a45;
}

.eg-nav--premium a:hover:after,
.eg-nav--premium a.is-active:after{
  transform:scaleX(1);
}

.eg-nav__cta--premium{
  min-height:46px!important;
  padding:0 22px!important;
  border-radius:999px!important;
  background:#064333!important;
  color:#fff!important;
  box-shadow:0 16px 34px rgba(6,67,51,.18)!important;
  font-size:14px!important;
  font-weight:900!important;
}

.eg-nav__cta--premium:after{
  display:none!important;
}

.eg-nav__cta--premium:hover{
  transform:translateY(-1px);
  color:#fff!important;
}

@media (max-width:380px){
  .eg-promo-bar p{
    max-width:210px;
  }
}
/* === EGOVLY PREMIUM CLEAN HEADER END === */


/* === EGOVLY PRODUCT ADDON PROMO SUPPORT START === */
/*
Egovly Landing Module
Generated/Updated for Egovly.com
Clean SaaS/GovTech UI System
*/

/* Header menu balance for new structure */
.eg-nav--premium{
  gap:28px;
}

.eg-nav--premium a{
  font-size:15px;
}

.eg-promo-bar__inner{
  grid-template-columns:auto 1fr auto;
}

.eg-promo-bar a{
  color:#b9ff21;
}

/* Market pages */
.eg-market-page{
  padding:58px 0 68px;
  background:
    radial-gradient(circle at 50% 0%,rgba(22,200,102,.07),transparent 34%),
    #fff;
}

.eg-market-head{
  max-width:820px;
  margin:0 auto 30px;
  text-align:center;
}

.eg-market-head span,
.eg-promo-hero span{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:7px 11px;
  border-radius:999px;
  background:#effdeb;
  border:1px solid #bde7c8;
  color:#0d7a3a;
  font-size:10px;
  font-weight:900;
  letter-spacing:.075em;
  text-transform:uppercase;
}

.eg-market-head h1,
.eg-market-head h2,
.eg-promo-hero h1{
  margin:10px 0 10px;
  color:#17304a;
  font-size:clamp(34px,3vw,48px);
  line-height:1.08;
  letter-spacing:-.055em;
  font-weight:900;
}

.eg-market-head p,
.eg-promo-hero p{
  margin:0 auto;
  max-width:760px;
  color:var(--eg-muted);
  font-size:15px;
  line-height:1.65;
}

.eg-market-head--compact{
  margin-top:42px;
}

.eg-market-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.eg-market-card{
  display:flex;
  flex-direction:column;
  min-height:330px;
  padding:14px;
  border:1px solid var(--eg-border);
  border-radius:18px;
  background:#fff;
  box-shadow:var(--eg-shadow-soft);
  transition:.18s ease;
}

.eg-market-card:hover{
  transform:translateY(-3px);
  border-color:#bde7c8;
  box-shadow:var(--eg-shadow);
}

.eg-market-card__visual{
  position:relative;
  min-height:106px;
  margin-bottom:13px;
  padding:13px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  border-radius:15px;
  border:1px solid #dff0e6;
  background:linear-gradient(180deg,#f2fbf5,#fbfffc);
}

.eg-market-card__visual i,
.eg-market-card__visual b{
  border-radius:999px;
  background:#e7f3ed;
}

.eg-market-card__visual b{
  grid-column:1/-1;
  border-radius:8px;
}

.eg-market-card__visual strong{
  position:absolute;
  right:12px;
  bottom:12px;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:linear-gradient(135deg,#b9ff21,#16c866);
  color:#063522;
  font-size:11px;
  font-weight:900;
}

.eg-market-card__meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin-bottom:8px;
}

.eg-market-card__meta span{
  padding:5px 8px;
  border-radius:999px;
  background:#effdeb;
  color:#0d7a3a;
  font-size:10px;
  font-weight:900;
}

.eg-market-card__meta em{
  color:#d48600;
  font-size:10px;
  font-style:normal;
  font-weight:900;
}

.eg-market-card h2{
  margin:0;
  color:#17304a;
  font-size:17px;
  line-height:1.25;
  font-weight:900;
}

.eg-market-card p{
  margin:8px 0 0;
  color:var(--eg-muted);
  font-size:13px;
  line-height:1.58;
}

.eg-market-card__actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:auto;
  padding-top:14px;
}

.eg-market-card__actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:9px 13px;
  border-radius:999px;
  font-size:11px;
  font-weight:900;
}

.eg-market-card__actions a:first-child{
  background:#ffc629;
  color:#173400;
}

.eg-market-card__actions a:last-child{
  background:#064333;
  color:#fff;
}

/* Promo page */
.eg-market-page--promo{
  background:#fff8e4;
}

.eg-promo-hero{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:34px;
  align-items:center;
  padding:34px;
  border-radius:26px;
  border:1px solid #ffe19a;
  background:
    radial-gradient(circle at 90% 15%,rgba(185,255,33,.20),transparent 28%),
    #fff;
  box-shadow:var(--eg-shadow);
}

.eg-promo-hero a{
  display:inline-flex;
  margin-top:20px;
  min-height:40px;
  align-items:center;
  justify-content:center;
  padding:11px 16px;
  border-radius:999px;
  background:#064333;
  color:#fff;
  font-size:12px;
  font-weight:900;
}

.eg-promo-ticket{
  min-height:240px;
  display:grid;
  place-items:center;
  align-content:center;
  gap:8px;
  border-radius:24px;
  background:linear-gradient(135deg,#b9ff21,#16c866);
  color:#063522;
  text-align:center;
}

.eg-promo-ticket small{
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.eg-promo-ticket strong{
  font-size:52px;
  line-height:.95;
  font-weight:1000;
  letter-spacing:-.06em;
}

.eg-promo-ticket em{
  font-style:normal;
  font-size:16px;
  font-weight:900;
}

.eg-market-card--promo .eg-market-card__meta span{
  background:#fff3cd;
  color:#a26700;
}

/* Support page */
.eg-support-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.eg-support-card{
  padding:20px;
  border:1px solid var(--eg-border);
  border-radius:18px;
  background:#fff;
  box-shadow:var(--eg-shadow-soft);
}

.eg-support-card span,
.eg-support-flow span{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:#e9fbeb;
  color:#087a36;
  font-size:11px;
  font-weight:900;
  margin-bottom:14px;
}

.eg-support-card h2{
  margin:0;
  color:#17304a;
  font-size:16px;
  line-height:1.25;
  font-weight:900;
}

.eg-support-card p{
  margin:8px 0 0;
  color:var(--eg-muted);
  font-size:13px;
  line-height:1.58;
}

.eg-support-flow{
  margin-top:34px;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:14px;
  padding:24px;
  border-radius:24px;
  background:#fff6e2;
  border:1px solid #ffe19a;
}

.eg-support-flow article{
  padding:18px;
  border-radius:16px;
  background:#fff;
  border:1px solid var(--eg-border);
}

.eg-support-flow h3{
  margin:0;
  color:#17304a;
  font-size:15px;
  font-weight:900;
}

.eg-support-flow p{
  margin:7px 0 0;
  color:var(--eg-muted);
  font-size:12px;
  line-height:1.55;
}

@media (max-width:1024px){
  .eg-market-grid,
  .eg-support-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .eg-promo-hero,
  .eg-support-flow{
    grid-template-columns:1fr;
  }
}

@media (max-width:760px){
  .eg-nav--premium{
    display:none!important;
  }

  .eg-market-page{
    padding:38px 0 44px;
  }

  .eg-market-head{
    text-align:left;
    margin-bottom:22px;
  }

  .eg-market-head h1,
  .eg-market-head h2,
  .eg-promo-hero h1{
    font-size:29px;
    line-height:1.08;
  }

  .eg-market-head p,
  .eg-promo-hero p{
    font-size:14px;
  }

  .eg-market-grid,
  .eg-support-grid{
    grid-template-columns:1fr;
    gap:12px;
  }

  .eg-market-card{
    min-height:auto;
  }

  .eg-promo-hero{
    padding:20px;
    border-radius:20px;
  }

  .eg-promo-ticket{
    min-height:170px;
  }

  .eg-promo-ticket strong{
    font-size:40px;
  }

  .eg-support-flow{
    padding:16px;
    gap:10px;
  }

  .eg-mobile-bottom-nav a:nth-child(3) strong{
    font-size:10px;
  }
}

/* Promo bar mini brand */
.eg-promo-bar__label span{
  display:none;
}

.eg-promo-bar__label strong{
  padding:0;
  background:transparent;
  color:#fff;
  font-size:15px;
  letter-spacing:-.04em;
  text-transform:none;
}

.eg-promo-bar__label strong:before{
  content:"E";
  color:#b9ff21;
  margin-right:1px;
}
/* === EGOVLY TEXT LOGO END === */


/* === EGOVLY PREMIUM WORDMARK FINAL START === */
/*
Egovly Landing Module
Generated/Updated for Egovly.com
Clean SaaS/GovTech UI System
*/

/* Remove all top promo bars */
.eg-topbar,
.eg-promo-bar,
.eg-sale-bar{
  display:none!important;
}

/* Header proportion after removing promo */
.eg-header--premium{
  top:0;
}

.eg-navbar--premium{
  min-height:92px;
}

/* Make nav align with larger text logo */
.eg-nav--premium{
  align-self:center;
}
/* === EGOVLY PREMIUM WORDMARK FINAL END === */


/* === EGOVLY TOPBAR LOGO FINAL FIX START === */
/*
Egovly Landing Module
Generated/Updated for Egovly.com
Clean SaaS/GovTech UI System
*/

/* Hide previous promo/topbar variants, use clean text-only topbar */
.eg-topbar,
.eg-promo-bar,
.eg-sale-bar{
  display:none!important;
}

.eg-clean-topbar{
  display:block!important;
  background:linear-gradient(90deg,#e34fc4 0%,#b950e9 52%,#7f4df2 100%);
  color:#fff;
}

.eg-clean-topbar__inner{
  min-height:32px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  text-align:center;
}

.eg-clean-topbar p{
  margin:0;
  color:#fff;
  font-size:13px;
  line-height:1.2;
  font-weight:800;
}

.eg-clean-topbar a{
  color:#b9ff21;
  font-size:13px;
  line-height:1.2;
  font-weight:900;
  text-decoration:underline;
  text-underline-offset:3px;
}

/* Header proportion */
.eg-header--premium{
  top:0;
  background:rgba(255,255,255,.97);
}

.eg-navbar--premium{
  min-height:86px;
  align-items:center;
}
/* === EGOVLY TOPBAR LOGO FINAL FIX END === */


/* === EGOVLY LOGO FINAL TUNING START === */
/*
Egovly Landing Module
Generated/Updated for Egovly.com
Clean SaaS/GovTech UI System
*/

/* Header height adjusted after logo refinement */
.eg-navbar--premium{
  min-height:78px !important;
}

/* Make nav vertically balanced with logo */
.eg-nav--premium{
  align-items:center !important;
}

.eg-nav__cta--premium{
  min-height:42px !important;
  padding-inline:20px !important;
}

.eg-navbar--premium{
  min-height:72px !important;
}

/* Header proportion */
.eg-navbar--premium{
  min-height:76px !important;
  align-items:center !important;
}

.eg-header--premium{
  overflow:visible !important;
}

.eg-nav--premium{
  align-items:center !important;
}

/* Topbar stays text-only */
.eg-clean-topbar{
  display:block !important;
}

.eg-navbar--premium{
  min-height:82px !important;
  overflow:visible !important;
}

.eg-header--premium{
  overflow:visible !important;
}

/* Header kasih ruang vertikal ekstra */
.eg-navbar--premium{
  min-height:84px !important;
  padding-top:4px !important;
  padding-bottom:4px !important;
}

/* Header tidak boleh memotong isi logo */
.eg-header--premium,
.eg-navbar--premium{
  overflow:visible !important;
}

.eg-navbar--premium{
  min-height:82px !important;
}
/* === EGOVLY LOGO RIGHT CLIP FIX END === */

/* =========================================================
   EGOVLY IMAGE LOGO - CLEAN FINAL
   Source: public/logo/logo_egovly.png
   ========================================================= */

.eg-brand,
.eg-brand--image{
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
  min-width: 0;
  height: auto;
  line-height: 1;
  text-decoration: none;
  overflow: visible;
}

.eg-brand__logo{
  display: block;
  width: auto;
  height: 44px;
  max-width: 160px;
  object-fit: contain;
  object-position: left center;
  vertical-align: middle;
  image-rendering: auto;
}

.eg-brand--footer .eg-brand__logo,
.eg-brand__logo--footer{
  height: 40px;
  max-width: 150px;
}

.eg-nav__inner .eg-brand{
  margin: 0;
  padding: 0;
}

.eg-nav__inner .eg-brand__logo{
  transform: none;
}

@media (max-width: 768px){
  .eg-brand__logo{
    height: 38px;
    max-width: 138px;
  }

  .eg-brand--footer .eg-brand__logo,
  .eg-brand__logo--footer{
    height: 36px;
    max-width: 132px;
  }
}

@media (max-width: 420px){
  .eg-brand__logo{
    height: 34px;
    max-width: 126px;
  }
}

/* EGOVLY KOPERASI MARKETING OVERRIDE */
:root{
  --eg-kop-deep:#053f35;
  --eg-kop-deeper:#033329;
  --eg-kop-green:#0dbd62;
  --eg-kop-lime:#b7ff21;
  --eg-kop-yellow:#ffc928;
  --eg-kop-soft:#f4faf6;
  --eg-kop-mint:#eaf8ef;
  --eg-kop-text:#123047;
  --eg-kop-muted:#667789;
}

.egw-home--koperasi{
  background:#fff;
  color:var(--eg-kop-text);
}

.egw-home--koperasi .eg-container{
  width:min(1100px,calc(100% - 44px));
}

.egw-hero--koperasi{
  padding:62px 0 58px;
  background:
    radial-gradient(circle at 82% 16%,rgba(183,255,33,.20),transparent 30%),
    radial-gradient(circle at 12% 18%,rgba(13,189,98,.16),transparent 27%),
    linear-gradient(135deg,#053f35 0%,#064d3b 56%,#032e28 100%);
}

.egw-hero--koperasi .egw-hero__grid{
  grid-template-columns:1.02fr .98fr;
  gap:56px;
}

.egw-hero--koperasi h1{
  max-width:620px;
  margin:14px 0 15px;
  font-size:clamp(36px,4.2vw,58px);
  line-height:.96;
  letter-spacing:-.065em;
  font-weight:800;
  color:#fff;
}

.egw-hero--koperasi p{
  max-width:560px;
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:15px;
  line-height:1.72;
}

.egw-hero-actions{
  margin-top:24px;
}

.egw-home--koperasi .egw-kicker,
.egw-home--koperasi .egw-badge{
  background:#fff6d9;
  border-color:#ffe49a;
  color:#8b6500;
  font-size:10px;
  letter-spacing:.075em;
}

.egw-home--koperasi .egw-btn{
  min-height:40px;
  padding:11px 17px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  box-shadow:none;
}

.egw-home--koperasi .egw-btn--yellow{
  background:var(--eg-kop-yellow);
  color:#173400;
  border:1px solid rgba(255,201,40,.5);
}

.egw-home--koperasi .egw-btn--dark{
  background:var(--eg-kop-deep);
  color:#fff;
  border:1px solid var(--eg-kop-deep);
}

.egw-home--koperasi .egw-btn--light{
  background:#fff;
  color:var(--eg-kop-deep);
  border:1px solid rgba(255,255,255,.8);
}

.egw-home--koperasi .egw-trust-row{
  margin-top:18px;
  gap:8px;
}

.egw-home--koperasi .egw-trust-row span{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  color:rgba(255,255,255,.82);
  padding:7px 10px;
  border-radius:999px;
  font-size:11px;
}

.egw-kop-dashboard{
  position:relative;
  width:min(430px,100%);
  margin-left:auto;
  border-radius:24px;
  padding:16px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(255,255,255,.6);
  box-shadow:0 28px 78px rgba(0,0,0,.24);
  color:var(--eg-kop-text);
}

.egw-kop-top{
  display:flex;
  align-items:center;
  gap:7px;
  padding:8px 8px 14px;
  border-bottom:1px solid #e2eee7;
}

.egw-kop-top span{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#d9eee2;
}

.egw-kop-top strong{
  margin-left:auto;
  color:var(--eg-kop-deep);
  font-size:12px;
}

.egw-kop-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-top:14px;
}

.egw-kop-stats div{
  border:1px solid #dcece4;
  border-radius:15px;
  padding:12px;
  background:#f8fcfa;
}

.egw-kop-stats small{
  display:block;
  color:var(--eg-kop-muted);
  font-size:10px;
}

.egw-kop-stats b{
  display:block;
  margin-top:3px;
  color:var(--eg-kop-deep);
  font-size:18px;
}

.egw-kop-chart{
  height:150px;
  margin-top:12px;
  border-radius:18px;
  background:linear-gradient(180deg,#eaf8ef,#f9fffb);
  border:1px solid #dcece4;
  display:flex;
  align-items:end;
  gap:10px;
  padding:18px;
}

.egw-kop-chart i{
  flex:1;
  border-radius:999px 999px 8px 8px;
  background:linear-gradient(180deg,var(--eg-kop-green),#a7f0c3);
}

.egw-kop-chart i:nth-child(1){height:44%}
.egw-kop-chart i:nth-child(2){height:68%}
.egw-kop-chart i:nth-child(3){height:52%}
.egw-kop-chart i:nth-child(4){height:82%}

.egw-kop-rows{
  display:grid;
  gap:8px;
  margin-top:12px;
}

.egw-kop-rows span{
  height:13px;
  border-radius:999px;
  background:#e9f4ee;
}

.egw-floating-label{
  position:absolute;
  z-index:3;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:7px 11px;
  border-radius:999px;
  background:#fff;
  color:var(--eg-kop-deep);
  font-size:11px;
  font-weight:800;
  box-shadow:0 15px 34px rgba(0,0,0,.14);
}

.egw-floating-label--one{top:18%;left:4%}
.egw-floating-label--two{right:0;top:48%}
.egw-floating-label--three{left:16%;bottom:12%}

.egw-proof-strip{
  background:#fff;
  padding:24px 0 10px;
}

.egw-proof-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.egw-proof-grid div{
  padding:18px;
  border:1px solid #dfece5;
  border-radius:18px;
  background:#fff;
  box-shadow:0 12px 34px rgba(9,54,43,.055);
}

.egw-proof-grid strong{
  display:block;
  color:var(--eg-kop-deep);
  font-size:14px;
  margin-bottom:5px;
}

.egw-proof-grid span{
  display:block;
  color:var(--eg-kop-muted);
  font-size:12px;
  line-height:1.55;
}

.egw-home--koperasi .egw-section-head{
  max-width:720px;
  margin-inline:auto;
  text-align:center;
}

.egw-home--koperasi .egw-section-head h2{
  margin:12px 0 10px;
  font-size:clamp(25px,3vw,38px);
  line-height:1.05;
  letter-spacing:-.045em;
  font-weight:800;
  color:var(--eg-kop-text);
}

.egw-home--koperasi .egw-section-head p{
  max-width:650px;
  margin-inline:auto;
  color:var(--eg-kop-muted);
  font-size:14px;
  line-height:1.75;
}

.egw-home--koperasi .egw-pain-section,
.egw-benefit-section,
.egw-flow-section,
.egw-package-section,
.egw-faq{
  padding:76px 0;
}

.egw-home--koperasi .egw-pain-section,
.egw-benefit-section,
.egw-package-section{
  background:var(--eg-kop-soft);
}

.egw-home--koperasi .egw-pain-grid{
  margin-top:30px;
  gap:16px;
}

.egw-home--koperasi .egw-pain-card{
  border:1px solid #f1dca4;
  background:linear-gradient(180deg,#fffaf0,#fff);
  border-radius:18px;
  padding:20px;
  box-shadow:0 12px 30px rgba(139,101,0,.055);
}

.egw-home--koperasi .egw-pain-card span{
  background:var(--eg-kop-yellow);
  color:#2e2400;
}

.egw-home--koperasi .egw-pain-card h3,
.egw-home--koperasi .egw-benefit-grid h3,
.egw-home--koperasi .egw-flow-grid h3{
  color:var(--eg-kop-text);
  font-size:16px;
  line-height:1.25;
  letter-spacing:-.02em;
}

.egw-home--koperasi .egw-pain-card p,
.egw-home--koperasi .egw-benefit-grid p,
.egw-home--koperasi .egw-flow-grid p{
  color:var(--eg-kop-muted);
  font-size:13px;
  line-height:1.65;
}

.egw-main-product{
  padding:84px 0;
}

.egw-home--koperasi .egw-campaign__content h2{
  font-size:clamp(27px,3.2vw,42px);
  line-height:1.03;
  letter-spacing:-.05em;
}

.egw-home--koperasi .egw-feature-list,
.egw-home--koperasi .egw-service-pills{
  gap:8px;
}

.egw-home--koperasi .egw-feature-list span,
.egw-home--koperasi .egw-service-pills span{
  background:#ecfbf1;
  border:1px solid #cfeedd;
  color:#07503c;
  font-weight:700;
  font-size:12px;
}

.egw-product-tile--featured{
  transform:translateY(-8px);
  border-color:#bdebd0;
  box-shadow:0 24px 56px rgba(9,54,43,.11);
}

.egw-benefit-grid,
.egw-flow-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:30px;
}

.egw-benefit-grid article,
.egw-flow-grid div{
  background:#fff;
  border:1px solid #dfece5;
  border-radius:20px;
  padding:22px;
  box-shadow:0 14px 34px rgba(9,54,43,.055);
}

.egw-benefit-grid span,
.egw-flow-grid b{
  display:inline-flex;
  width:30px;
  height:30px;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#e8fbef;
  color:var(--eg-kop-deep);
  font-size:12px;
  font-weight:800;
  margin-bottom:13px;
}

.egw-home--koperasi .egw-catalog-card--priority{
  border-color:#bdebd0;
  box-shadow:0 22px 52px rgba(9,54,43,.1);
}

.egw-home--koperasi .egw-catalog-card--priority .egw-catalog-card__meta span{
  background:var(--eg-kop-yellow);
  color:#2d2500;
}

.egw-package-card--focus{
  border-color:#bdebd0;
  box-shadow:0 22px 52px rgba(9,54,43,.1);
}

.egw-package-card--focus a{
  background:var(--eg-kop-deep);
  color:#fff;
}

.egw-home--koperasi .egw-guarantee{
  background:#fff;
  padding:80px 0;
}

.egw-home--koperasi .egw-guarantee__card{
  background:
    radial-gradient(circle at 78% 20%,rgba(183,255,33,.28),transparent 30%),
    linear-gradient(135deg,#fff9df,#f3ffe9);
  border:1px solid #f1dfa8;
}

.egw-home--koperasi .egw-faq-grid details{
  border-color:#dfece5;
}

@media (max-width: 960px){
  .egw-hero--koperasi{
    padding:46px 0 44px;
  }

  .egw-hero--koperasi .egw-hero__grid,
  .egw-main-product .egw-campaign__grid{
    grid-template-columns:1fr;
    gap:32px;
  }

  .egw-kop-dashboard{
    margin-inline:auto;
  }

  .egw-proof-grid,
  .egw-benefit-grid,
  .egw-flow-grid{
    grid-template-columns:1fr;
  }

  .egw-home--koperasi .egw-pain-section,
  .egw-benefit-section,
  .egw-flow-section,
  .egw-package-section,
  .egw-faq{
    padding:58px 0;
  }
}

@media (max-width: 640px){
  .egw-home--koperasi .eg-container{
    width:min(100% - 28px,1100px);
  }

  .egw-hero--koperasi h1{
    font-size:39px;
    letter-spacing:-.055em;
  }

  .egw-hero--koperasi p{
    font-size:14px;
  }

  .egw-home--koperasi .egw-actions{
    align-items:stretch;
  }

  .egw-home--koperasi .egw-actions a{
    width:100%;
  }

  .egw-kop-stats{
    grid-template-columns:1fr;
  }

  .egw-kop-chart{
    height:120px;
  }

  .egw-floating-label{
    display:none;
  }

  .egw-home--koperasi .egw-section-head h2{
    font-size:27px;
  }
}

/* EGOVLY KOPERASI REFINED TYPOGRAPHY AND FLOW */
:root{
  --eg-kop-deep:#053f35;
  --eg-kop-deeper:#033329;
  --eg-kop-green:#0dbd62;
  --eg-kop-lime:#b7ff21;
  --eg-kop-yellow:#ffc928;
  --eg-kop-soft:#f5faf7;
  --eg-kop-mint:#eaf8ef;
  --eg-kop-text:#123047;
  --eg-kop-muted:#647789;
  --eg-kop-line:#ddebe3;
}

.egw-home--koperasi{
  background:#fff;
  color:var(--eg-kop-text);
}

.egw-home--koperasi .eg-container{
  width:min(1080px,calc(100% - 44px));
}

.egw-hero--koperasi{
  padding:56px 0 54px;
  background:
    radial-gradient(circle at 82% 16%,rgba(183,255,33,.18),transparent 30%),
    radial-gradient(circle at 12% 18%,rgba(13,189,98,.13),transparent 27%),
    linear-gradient(135deg,#053f35 0%,#064d3b 56%,#032e28 100%);
}

.egw-hero--koperasi .egw-hero__grid{
  grid-template-columns:1.02fr .98fr;
  gap:58px;
  align-items:center;
}

.egw-hero--koperasi h1{
  max-width:600px;
  margin:14px 0 18px;
  font-size:clamp(34px,3.7vw,50px);
  line-height:1.03;
  letter-spacing:-.052em;
  font-weight:740;
  color:#fff;
}

.egw-hero--koperasi p{
  max-width:570px;
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:14.5px;
  line-height:1.78;
  letter-spacing:-.006em;
}

.egw-home--koperasi .egw-kicker,
.egw-home--koperasi .egw-badge{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  background:#fff6d9;
  border:1px solid #ffe49a;
  color:#8b6500;
  font-size:9.5px;
  line-height:1;
  font-weight:740;
  letter-spacing:.075em;
  text-transform:uppercase;
  border-radius:999px;
  padding:7px 10px;
}

.egw-home--koperasi .egw-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
}

.egw-hero-actions{
  margin-top:24px;
}

.egw-home--koperasi .egw-btn{
  min-height:39px;
  padding:10px 16px;
  border-radius:999px;
  font-size:12px;
  line-height:1;
  font-weight:760;
  box-shadow:none;
  text-decoration:none;
}

.egw-home--koperasi .egw-btn--yellow{
  background:var(--eg-kop-yellow);
  color:#173400;
  border:1px solid rgba(255,201,40,.55);
}

.egw-home--koperasi .egw-btn--dark{
  background:var(--eg-kop-deep);
  color:#fff;
  border:1px solid var(--eg-kop-deep);
}

.egw-home--koperasi .egw-btn--light{
  background:#fff;
  color:var(--eg-kop-deep);
  border:1px solid rgba(255,255,255,.85);
}

.egw-home--koperasi .egw-trust-row{
  margin-top:18px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.egw-home--koperasi .egw-trust-row span{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  color:rgba(255,255,255,.82);
  padding:7px 10px;
  border-radius:999px;
  font-size:10.8px;
  line-height:1;
}

.egw-kop-dashboard{
  position:relative;
  width:min(420px,100%);
  margin-left:auto;
  border-radius:24px;
  padding:16px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(255,255,255,.6);
  box-shadow:0 28px 78px rgba(0,0,0,.23);
  color:var(--eg-kop-text);
}

.egw-kop-top{
  display:flex;
  align-items:center;
  gap:7px;
  padding:8px 8px 14px;
  border-bottom:1px solid #e2eee7;
}

.egw-kop-top span{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#d9eee2;
}

.egw-kop-top strong{
  margin-left:auto;
  color:var(--eg-kop-deep);
  font-size:11px;
  font-weight:760;
}

.egw-kop-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-top:14px;
}

.egw-kop-stats div{
  border:1px solid #dcece4;
  border-radius:15px;
  padding:12px;
  background:#f8fcfa;
}

.egw-kop-stats small{
  display:block;
  color:var(--eg-kop-muted);
  font-size:10px;
}

.egw-kop-stats b{
  display:block;
  margin-top:4px;
  color:var(--eg-kop-deep);
  font-size:17px;
  font-weight:760;
}

.egw-kop-chart{
  height:142px;
  margin-top:12px;
  border-radius:18px;
  background:linear-gradient(180deg,#eaf8ef,#f9fffb);
  border:1px solid #dcece4;
  display:flex;
  align-items:end;
  gap:10px;
  padding:18px;
}

.egw-kop-chart i{
  flex:1;
  border-radius:999px 999px 8px 8px;
  background:linear-gradient(180deg,var(--eg-kop-green),#a7f0c3);
}

.egw-kop-chart i:nth-child(1){height:44%}
.egw-kop-chart i:nth-child(2){height:68%}
.egw-kop-chart i:nth-child(3){height:52%}
.egw-kop-chart i:nth-child(4){height:82%}

.egw-kop-rows{
  display:grid;
  gap:8px;
  margin-top:12px;
}

.egw-kop-rows span{
  height:13px;
  border-radius:999px;
  background:#e9f4ee;
}

.egw-floating-label{
  position:absolute;
  z-index:3;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:7px 11px;
  border-radius:999px;
  background:#fff;
  color:var(--eg-kop-deep);
  font-size:10.5px;
  font-weight:760;
  box-shadow:0 15px 34px rgba(0,0,0,.14);
}

.egw-floating-label--one{top:18%;left:4%}
.egw-floating-label--two{right:0;top:48%}
.egw-floating-label--three{left:16%;bottom:12%}

.egw-proof-strip{
  background:#fff;
  padding:22px 0 8px;
}

.egw-proof-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.egw-proof-grid div{
  padding:17px 18px;
  border:1px solid var(--eg-kop-line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 12px 34px rgba(9,54,43,.052);
}

.egw-proof-grid strong{
  display:block;
  color:var(--eg-kop-deep);
  font-size:13.2px;
  line-height:1.25;
  font-weight:760;
  margin-bottom:6px;
}

.egw-proof-grid span{
  display:block;
  color:var(--eg-kop-muted);
  font-size:11.8px;
  line-height:1.6;
}

.egw-home--koperasi .egw-section-head{
  max-width:690px;
  margin-inline:auto;
  text-align:center;
  margin-bottom:30px;
}

.egw-home--koperasi .egw-section-head h2{
  margin:13px auto 12px;
  max-width:660px;
  font-size:clamp(23px,2.45vw,33px);
  line-height:1.13;
  letter-spacing:-.038em;
  font-weight:720;
  color:var(--eg-kop-text);
}

.egw-home--koperasi .egw-section-head p{
  max-width:620px;
  margin-inline:auto;
  color:var(--eg-kop-muted);
  font-size:13.4px;
  line-height:1.78;
  letter-spacing:-.004em;
}

.egw-home--koperasi .egw-pain-section,
.egw-outcome-section,
.egw-benefit-section,
.egw-flow-section,
.egw-product-section,
.egw-package-section,
.egw-faq{
  padding:68px 0;
}

.egw-home--koperasi .egw-pain-section,
.egw-benefit-section,
.egw-package-section{
  background:var(--eg-kop-soft);
}

.egw-outcome-section,
.egw-flow-section,
.egw-faq{
  background:#fff;
}

.egw-home--koperasi .egw-pain-grid,
.egw-outcome-grid,
.egw-benefit-grid,
.egw-flow-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:28px;
}

.egw-home--koperasi .egw-pain-card{
  border:1px solid #f1dca4;
  background:linear-gradient(180deg,#fffaf0,#fff);
  border-radius:18px;
  padding:20px;
  box-shadow:0 12px 30px rgba(139,101,0,.052);
}

.egw-home--koperasi .egw-pain-card span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  border-radius:999px;
  background:var(--eg-kop-yellow);
  color:#2e2400;
  font-size:11px;
  font-weight:760;
  margin-bottom:13px;
}

.egw-home--koperasi .egw-pain-card h3,
.egw-home--koperasi .egw-outcome-grid h3,
.egw-home--koperasi .egw-benefit-grid h3,
.egw-home--koperasi .egw-flow-grid h3{
  margin:0 0 8px;
  color:var(--eg-kop-text);
  font-size:15px;
  line-height:1.32;
  font-weight:720;
  letter-spacing:-.018em;
}

.egw-home--koperasi .egw-pain-card p,
.egw-home--koperasi .egw-outcome-grid p,
.egw-home--koperasi .egw-benefit-grid p,
.egw-home--koperasi .egw-flow-grid p{
  margin:0;
  color:var(--eg-kop-muted);
  font-size:12.6px;
  line-height:1.68;
}

.egw-outcome-grid article,
.egw-benefit-grid article,
.egw-flow-grid div{
  background:#fff;
  border:1px solid var(--eg-kop-line);
  border-radius:20px;
  padding:22px;
  box-shadow:0 14px 34px rgba(9,54,43,.052);
}

.egw-outcome-grid b{
  display:block;
  width:28px;
  height:28px;
  border-radius:10px;
  background:
    linear-gradient(135deg,rgba(13,189,98,.95),rgba(183,255,33,.9));
  margin-bottom:13px;
}

.egw-benefit-grid span,
.egw-flow-grid b{
  display:inline-flex;
  width:29px;
  height:29px;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#e8fbef;
  color:var(--eg-kop-deep);
  font-size:11px;
  font-weight:760;
  margin-bottom:13px;
}

.egw-main-product{
  padding:74px 0;
  background:#fff;
}

.egw-home--koperasi .egw-campaign__grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:58px;
  align-items:center;
}

.egw-home--koperasi .egw-campaign__content h2{
  max-width:590px;
  margin:13px 0 13px;
  font-size:clamp(24px,2.65vw,35px);
  line-height:1.12;
  letter-spacing:-.04em;
  font-weight:720;
  color:var(--eg-kop-text);
}

.egw-home--koperasi .egw-campaign__content p{
  max-width:600px;
  margin:0;
  color:var(--eg-kop-muted);
  font-size:13.4px;
  line-height:1.78;
}

.egw-home--koperasi .egw-feature-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  margin:22px 0;
}

.egw-home--koperasi .egw-feature-list span{
  background:#ecfbf1;
  border:1px solid #cfeedd;
  color:#07503c;
  font-weight:690;
  font-size:12px;
  line-height:1.15;
  border-radius:10px;
  padding:10px 12px;
}

.egw-product-side{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  align-items:start;
}

.egw-product-tile{
  background:#fff;
  border:1px solid var(--eg-kop-line);
  border-radius:20px;
  padding:16px;
  box-shadow:0 18px 42px rgba(9,54,43,.072);
}

.egw-product-tile--featured{
  transform:translateY(-8px);
  border-color:#bdebd0;
  box-shadow:0 24px 56px rgba(9,54,43,.105);
}

.egw-product-tile em{
  display:inline-flex;
  margin-bottom:12px;
  background:#fff6d9;
  color:#8b6500;
  border-radius:999px;
  padding:6px 9px;
  font-style:normal;
  font-size:10px;
  font-weight:760;
}

.egw-product-tile h3{
  margin:13px 0 7px;
  font-size:15px;
  line-height:1.25;
  font-weight:720;
  color:var(--eg-kop-text);
}

.egw-product-tile p{
  margin:0 0 12px;
  color:var(--eg-kop-muted);
  font-size:12.2px;
  line-height:1.62;
}

.egw-product-tile strong{
  display:inline-flex;
  color:#fff;
  background:var(--eg-kop-deep);
  border-radius:999px;
  padding:7px 10px;
  font-size:10.5px;
  line-height:1;
}

.egw-product-tile__mock{
  height:96px;
  border:1px solid #dcece4;
  border-radius:15px;
  background:linear-gradient(180deg,#f0faf4,#fff);
  display:grid;
  gap:8px;
  padding:12px;
}

.egw-product-tile__mock i,
.egw-product-tile__mock b{
  display:block;
  border-radius:999px;
  background:#dceee5;
}

.egw-product-tile__mock i{height:16px}
.egw-product-tile__mock b{height:10px}

.egw-product-section{
  background:#f7fbf8;
}

.egw-home--koperasi .egw-product-grid{
  margin-top:28px;
}

.egw-home--koperasi .egw-catalog-card{
  border:1px solid var(--eg-kop-line);
  border-radius:19px;
  box-shadow:0 14px 34px rgba(9,54,43,.052);
}

.egw-home--koperasi .egw-catalog-card h3{
  font-size:15px;
  line-height:1.3;
  font-weight:720;
  letter-spacing:-.018em;
}

.egw-home--koperasi .egw-catalog-card p{
  font-size:12.4px;
  line-height:1.68;
}

.egw-home--koperasi .egw-catalog-card--priority{
  border-color:#bdebd0;
  box-shadow:0 22px 52px rgba(9,54,43,.095);
}

.egw-home--koperasi .egw-catalog-card--priority .egw-catalog-card__meta span{
  background:var(--eg-kop-yellow);
  color:#2d2500;
}

.egw-home--koperasi .egw-center-action{
  margin-top:28px;
  text-align:center;
}

.egw-home--koperasi .egw-center-action a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:10px 16px;
  border-radius:999px;
  background:var(--eg-kop-deep);
  color:#fff;
  font-size:12px;
  font-weight:760;
  text-decoration:none;
}

.egw-package-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:28px;
}

.egw-package-card{
  background:#fff;
  border:1px solid var(--eg-kop-line);
  border-radius:20px;
  padding:22px;
  box-shadow:0 14px 34px rgba(9,54,43,.052);
}

.egw-package-card--focus{
  border-color:#bdebd0;
  box-shadow:0 22px 52px rgba(9,54,43,.095);
}

.egw-package-card h3{
  margin:0 0 9px;
  font-size:16px;
  line-height:1.25;
  font-weight:720;
  color:var(--eg-kop-text);
}

.egw-package-card p{
  margin:0 0 14px;
  color:var(--eg-kop-muted);
  font-size:12.8px;
  line-height:1.68;
}

.egw-package-card ul{
  margin:0 0 18px;
  padding:0;
  list-style:none;
  display:grid;
  gap:8px;
}

.egw-package-card li{
  position:relative;
  padding-left:18px;
  color:var(--eg-kop-text);
  font-size:12.3px;
  line-height:1.45;
}

.egw-package-card li:before{
  content:"";
  position:absolute;
  left:0;
  top:.45em;
  width:8px;
  height:8px;
  border-radius:999px;
  background:var(--eg-kop-green);
}

.egw-package-card a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:9px 13px;
  border-radius:999px;
  background:var(--eg-kop-yellow);
  color:#2d2500;
  font-size:11.5px;
  line-height:1;
  font-weight:760;
  text-decoration:none;
}

.egw-package-card--focus a{
  background:var(--eg-kop-deep);
  color:#fff;
}

.egw-home--koperasi .egw-guarantee{
  background:#fff;
  padding:74px 0;
}

.egw-home--koperasi .egw-guarantee__card{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:40px;
  align-items:center;
  background:
    radial-gradient(circle at 78% 20%,rgba(183,255,33,.26),transparent 30%),
    linear-gradient(135deg,#fff9df,#f3ffe9);
  border:1px solid #f1dfa8;
  border-radius:24px;
  padding:42px;
}

.egw-home--koperasi .egw-guarantee__card h2{
  max-width:560px;
  margin:13px 0 12px;
  font-size:clamp(24px,2.6vw,34px);
  line-height:1.12;
  letter-spacing:-.04em;
  font-weight:720;
}

.egw-home--koperasi .egw-guarantee__card p{
  max-width:600px;
  margin:0 0 22px;
  color:var(--eg-kop-muted);
  font-size:13.4px;
  line-height:1.78;
}

.egw-guarantee__visual{
  min-height:180px;
  display:grid;
  place-items:center;
  border-radius:20px;
  background:#fff;
  border:1px solid #e6ead5;
}

.egw-guarantee__visual span{
  color:var(--eg-kop-green);
  font-size:11px;
  font-weight:760;
}

.egw-guarantee__visual strong{
  color:var(--eg-kop-text);
  font-size:25px;
  line-height:1;
  font-weight:720;
}

.egw-guarantee__visual i{
  display:block;
  width:60px;
  height:8px;
  border-radius:999px;
  background:var(--eg-kop-yellow);
}

.egw-home--koperasi .egw-faq-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px 18px;
  margin-top:24px;
}

.egw-home--koperasi .egw-faq-grid details{
  border:1px solid var(--eg-kop-line);
  border-radius:14px;
  background:#fff;
  padding:15px 16px;
}

.egw-home--koperasi .egw-faq-grid summary{
  cursor:pointer;
  color:var(--eg-kop-text);
  font-size:13px;
  line-height:1.45;
  font-weight:710;
}

.egw-home--koperasi .egw-faq-grid p{
  margin:10px 0 0;
  color:var(--eg-kop-muted);
  font-size:12.5px;
  line-height:1.68;
}

.egw-home--koperasi h1,
.egw-home--koperasi h2,
.egw-home--koperasi h3,
.egw-home--koperasi p,
.egw-home--koperasi a,
.egw-home--koperasi span,
.egw-home--koperasi li,
.egw-home--koperasi summary{
  text-rendering:geometricPrecision;
}

@media (max-width: 960px){
  .egw-hero--koperasi{
    padding:44px 0 44px;
  }

  .egw-hero--koperasi .egw-hero__grid,
  .egw-home--koperasi .egw-campaign__grid,
  .egw-home--koperasi .egw-guarantee__card{
    grid-template-columns:1fr;
    gap:34px;
  }

  .egw-kop-dashboard{
    margin-inline:auto;
  }

  .egw-proof-grid,
  .egw-home--koperasi .egw-pain-grid,
  .egw-outcome-grid,
  .egw-benefit-grid,
  .egw-flow-grid,
  .egw-package-grid{
    grid-template-columns:1fr;
  }

  .egw-product-side{
    grid-template-columns:1fr 1fr;
  }

  .egw-home--koperasi .egw-pain-section,
  .egw-outcome-section,
  .egw-benefit-section,
  .egw-flow-section,
  .egw-product-section,
  .egw-package-section,
  .egw-faq{
    padding:56px 0;
  }
}

@media (max-width: 640px){
  .egw-home--koperasi .eg-container{
    width:min(100% - 28px,1080px);
  }

  .egw-hero--koperasi h1{
    font-size:34px;
    line-height:1.06;
    letter-spacing:-.045em;
  }

  .egw-hero--koperasi p{
    font-size:13.6px;
    line-height:1.72;
  }

  .egw-home--koperasi .egw-actions{
    align-items:stretch;
  }

  .egw-home--koperasi .egw-actions a{
    width:100%;
  }

  .egw-kop-stats,
  .egw-product-side,
  .egw-home--koperasi .egw-feature-list,
  .egw-home--koperasi .egw-faq-grid{
    grid-template-columns:1fr;
  }

  .egw-kop-chart{
    height:116px;
  }

  .egw-floating-label{
    display:none;
  }

  .egw-home--koperasi .egw-section-head{
    margin-bottom:24px;
  }

  .egw-home--koperasi .egw-section-head h2{
    font-size:25px;
    line-height:1.16;
  }

  .egw-home--koperasi .egw-guarantee__card{
    padding:26px;
  }
}

/* EGOVLY CONVERSION V3 FINAL POLISH */
:root{
  --eg-kop-deep:#053f35;
  --eg-kop-deeper:#032f28;
  --eg-kop-green:#0dbd62;
  --eg-kop-lime:#b7ff21;
  --eg-kop-yellow:#ffc928;
  --eg-kop-soft:#f5faf7;
  --eg-kop-mint:#eaf8ef;
  --eg-kop-text:#123047;
  --eg-kop-muted:#647789;
  --eg-kop-line:#ddebe3;
}

.egw-home--conversion{
  background:#fff;
  color:var(--eg-kop-text);
}

.egw-home--conversion .eg-container{
  width:min(1060px,calc(100% - 44px));
}

.egw-home--conversion .egw-hero--koperasi{
  padding:50px 0 48px;
  background:
    radial-gradient(circle at 82% 18%,rgba(183,255,33,.18),transparent 30%),
    radial-gradient(circle at 12% 16%,rgba(13,189,98,.13),transparent 27%),
    linear-gradient(135deg,#053f35 0%,#064a39 56%,#032e28 100%);
}

.egw-home--conversion .egw-hero__grid{
  grid-template-columns:1.08fr .92fr;
  gap:58px;
  align-items:center;
}

.egw-home--conversion .egw-hero h1{
  max-width:610px;
  margin:13px 0 17px;
  font-size:clamp(33px,3.45vw,47px);
  line-height:1.045;
  letter-spacing:-.048em;
  font-weight:720;
  color:#fff;
}

.egw-home--conversion .egw-hero p{
  max-width:585px;
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:14.2px;
  line-height:1.78;
}

.egw-home--conversion .egw-kicker,
.egw-home--conversion .egw-badge{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  background:#fff6d9;
  border:1px solid #ffe49a;
  color:#8b6500;
  font-size:9.2px;
  line-height:1;
  font-weight:720;
  letter-spacing:.07em;
  text-transform:uppercase;
  border-radius:999px;
  padding:7px 10px;
}

.egw-home--conversion .egw-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
}

.egw-home--conversion .egw-hero-actions{
  margin-top:23px;
}

.egw-home--conversion .egw-btn{
  min-height:38px;
  padding:10px 15px;
  border-radius:999px;
  font-size:11.6px;
  line-height:1;
  font-weight:730;
  box-shadow:none;
  text-decoration:none;
}

.egw-home--conversion .egw-btn--yellow{
  background:var(--eg-kop-yellow);
  color:#173400;
  border:1px solid rgba(255,201,40,.55);
}

.egw-home--conversion .egw-btn--dark{
  background:var(--eg-kop-deep);
  color:#fff;
  border:1px solid var(--eg-kop-deep);
}

.egw-home--conversion .egw-btn--light{
  background:#fff;
  color:var(--eg-kop-deep);
  border:1px solid rgba(255,255,255,.88);
}

.egw-home--conversion .egw-trust-row{
  margin-top:17px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.egw-home--conversion .egw-trust-row span{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  color:rgba(255,255,255,.83);
  padding:7px 10px;
  border-radius:999px;
  font-size:10.5px;
  line-height:1;
}

.egw-home--conversion .egw-kop-dashboard{
  width:min(398px,100%);
  margin-left:auto;
  border-radius:23px;
  padding:15px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(255,255,255,.62);
  box-shadow:0 24px 70px rgba(0,0,0,.22);
}

.egw-home--conversion .egw-kop-chart{
  height:132px;
}

.egw-home--conversion .egw-proof-strip{
  padding:20px 0 6px;
  background:#fff;
}

.egw-home--conversion .egw-proof-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.egw-home--conversion .egw-proof-grid div{
  padding:16px 17px;
  border:1px solid var(--eg-kop-line);
  border-radius:17px;
  background:#fff;
  box-shadow:0 10px 28px rgba(9,54,43,.045);
}

.egw-home--conversion .egw-proof-grid strong{
  display:block;
  margin-bottom:6px;
  color:var(--eg-kop-deep);
  font-size:13px;
  line-height:1.25;
  font-weight:720;
}

.egw-home--conversion .egw-proof-grid span{
  display:block;
  color:var(--eg-kop-muted);
  font-size:11.7px;
  line-height:1.58;
}

.egw-home--conversion .egw-section-head{
  max-width:700px;
  margin:0 auto 26px;
  text-align:center;
}

.egw-home--conversion .egw-section-head h2{
  max-width:670px;
  margin:12px auto 11px;
  font-size:clamp(22px,2.25vw,30px);
  line-height:1.16;
  letter-spacing:-.034em;
  font-weight:700;
  color:var(--eg-kop-text);
}

.egw-home--conversion .egw-section-head p{
  max-width:620px;
  margin:0 auto;
  color:var(--eg-kop-muted);
  font-size:13.2px;
  line-height:1.75;
}

.egw-home--conversion .egw-pain-section,
.egw-home--conversion .egw-outcome-section,
.egw-home--conversion .egw-main-product,
.egw-home--conversion .egw-module-section,
.egw-home--conversion .egw-benefit-section,
.egw-home--conversion .egw-flow-section,
.egw-home--conversion .egw-package-section,
.egw-home--conversion .egw-product-section,
.egw-home--conversion .egw-faq{
  padding:58px 0;
}

.egw-home--conversion .egw-pain-section,
.egw-home--conversion .egw-benefit-section,
.egw-home--conversion .egw-product-section,
.egw-home--conversion .egw-package-section{
  background:var(--eg-kop-soft);
}

.egw-home--conversion .egw-outcome-section,
.egw-home--conversion .egw-main-product,
.egw-home--conversion .egw-module-section,
.egw-home--conversion .egw-flow-section,
.egw-home--conversion .egw-faq{
  background:#fff;
}

.egw-home--conversion .egw-pain-grid,
.egw-home--conversion .egw-outcome-grid,
.egw-home--conversion .egw-benefit-grid,
.egw-home--conversion .egw-flow-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:24px;
}

.egw-home--conversion .egw-pain-card,
.egw-home--conversion .egw-outcome-grid article,
.egw-home--conversion .egw-benefit-grid article,
.egw-home--conversion .egw-flow-grid div{
  border-radius:18px;
  padding:19px;
  box-shadow:0 12px 30px rgba(9,54,43,.047);
}

.egw-home--conversion .egw-pain-card{
  border:1px solid #f1dca4;
  background:linear-gradient(180deg,#fffaf0,#fff);
}

.egw-home--conversion .egw-outcome-grid article,
.egw-home--conversion .egw-benefit-grid article,
.egw-home--conversion .egw-flow-grid div{
  background:#fff;
  border:1px solid var(--eg-kop-line);
}

.egw-home--conversion .egw-pain-card span,
.egw-home--conversion .egw-benefit-grid span,
.egw-home--conversion .egw-flow-grid b{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:27px;
  height:27px;
  border-radius:999px;
  font-size:10.5px;
  font-weight:720;
  margin-bottom:12px;
}

.egw-home--conversion .egw-pain-card span{
  background:var(--eg-kop-yellow);
  color:#2e2400;
}

.egw-home--conversion .egw-benefit-grid span,
.egw-home--conversion .egw-flow-grid b{
  background:#e8fbef;
  color:var(--eg-kop-deep);
}

.egw-home--conversion .egw-outcome-grid b{
  display:block;
  width:27px;
  height:27px;
  border-radius:10px;
  background:linear-gradient(135deg,rgba(13,189,98,.94),rgba(183,255,33,.86));
  margin-bottom:12px;
}

.egw-home--conversion .egw-pain-card h3,
.egw-home--conversion .egw-outcome-grid h3,
.egw-home--conversion .egw-benefit-grid h3,
.egw-home--conversion .egw-flow-grid h3{
  margin:0 0 8px;
  color:var(--eg-kop-text);
  font-size:14.4px;
  line-height:1.32;
  font-weight:700;
  letter-spacing:-.016em;
}

.egw-home--conversion .egw-pain-card p,
.egw-home--conversion .egw-outcome-grid p,
.egw-home--conversion .egw-benefit-grid p,
.egw-home--conversion .egw-flow-grid p{
  margin:0;
  color:var(--eg-kop-muted);
  font-size:12.35px;
  line-height:1.65;
}

.egw-home--conversion .egw-campaign__grid{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:54px;
  align-items:center;
}

.egw-home--conversion .egw-campaign__content h2,
.egw-home--conversion .egw-guarantee__card h2{
  max-width:610px;
  margin:12px 0 12px;
  font-size:clamp(23px,2.4vw,32px);
  line-height:1.16;
  letter-spacing:-.035em;
  font-weight:700;
  color:var(--eg-kop-text);
}

.egw-home--conversion .egw-campaign__content p,
.egw-home--conversion .egw-guarantee__card p{
  max-width:610px;
  margin:0;
  color:var(--eg-kop-muted);
  font-size:13.2px;
  line-height:1.74;
}

.egw-home--conversion .egw-feature-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  margin:21px 0;
}

.egw-home--conversion .egw-feature-list span{
  background:#ecfbf1;
  border:1px solid #cfeedd;
  color:#07503c;
  font-weight:650;
  font-size:11.8px;
  line-height:1.15;
  border-radius:10px;
  padding:10px 12px;
}

.egw-home--conversion .egw-product-side{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  align-items:start;
}

.egw-home--conversion .egw-product-tile{
  background:#fff;
  border:1px solid var(--eg-kop-line);
  border-radius:19px;
  padding:15px;
  box-shadow:0 16px 38px rgba(9,54,43,.065);
}

.egw-home--conversion .egw-product-tile--featured{
  transform:translateY(-7px);
  border-color:#bdebd0;
  box-shadow:0 22px 50px rgba(9,54,43,.095);
}

.egw-home--conversion .egw-product-tile h3{
  margin:12px 0 7px;
  font-size:14.3px;
  line-height:1.28;
  font-weight:700;
}

.egw-home--conversion .egw-product-tile p{
  margin:0 0 12px;
  font-size:12.1px;
  line-height:1.62;
  color:var(--eg-kop-muted);
}

.egw-home--conversion .egw-product-tile__mock{
  height:90px;
}

.egw-module-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:24px;
}

.egw-module-grid article{
  background:#fff;
  border:1px solid var(--eg-kop-line);
  border-radius:18px;
  padding:18px;
  box-shadow:0 12px 30px rgba(9,54,43,.047);
}

.egw-module-grid span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:27px;
  height:27px;
  border-radius:999px;
  margin-bottom:12px;
  background:#eefbf2;
  color:var(--eg-kop-deep);
  font-size:10.5px;
  font-weight:720;
}

.egw-module-grid h3{
  margin:0 0 7px;
  color:var(--eg-kop-text);
  font-size:14.4px;
  line-height:1.3;
  font-weight:700;
  letter-spacing:-.016em;
}

.egw-module-grid p{
  margin:0;
  color:var(--eg-kop-muted);
  font-size:12.3px;
  line-height:1.64;
}

.egw-home--conversion .egw-package-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:24px;
}

.egw-home--conversion .egw-package-card{
  background:#fff;
  border:1px solid var(--eg-kop-line);
  border-radius:18px;
  padding:20px;
  box-shadow:0 12px 30px rgba(9,54,43,.047);
}

.egw-home--conversion .egw-package-card--focus{
  border-color:#bdebd0;
  box-shadow:0 20px 48px rgba(9,54,43,.09);
}

.egw-home--conversion .egw-package-card h3{
  margin:0 0 8px;
  font-size:15px;
  line-height:1.25;
  font-weight:700;
  color:var(--eg-kop-text);
}

.egw-home--conversion .egw-package-card p{
  margin:0 0 13px;
  color:var(--eg-kop-muted);
  font-size:12.4px;
  line-height:1.64;
}

.egw-home--conversion .egw-package-card ul{
  margin:0 0 17px;
  padding:0;
  list-style:none;
  display:grid;
  gap:7px;
}

.egw-home--conversion .egw-package-card li{
  position:relative;
  padding-left:17px;
  color:var(--eg-kop-text);
  font-size:12.1px;
  line-height:1.43;
}

.egw-home--conversion .egw-package-card li:before{
  content:"";
  position:absolute;
  left:0;
  top:.43em;
  width:8px;
  height:8px;
  border-radius:999px;
  background:var(--eg-kop-green);
}

.egw-home--conversion .egw-package-card a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:35px;
  padding:9px 13px;
  border-radius:999px;
  background:var(--eg-kop-yellow);
  color:#2d2500;
  font-size:11.3px;
  line-height:1;
  font-weight:720;
  text-decoration:none;
}

.egw-home--conversion .egw-package-card--focus a{
  background:var(--eg-kop-deep);
  color:#fff;
}

.egw-home--conversion .egw-product-grid{
  margin-top:24px;
}

.egw-home--conversion .egw-catalog-card{
  border:1px solid var(--eg-kop-line);
  border-radius:18px;
  box-shadow:0 12px 30px rgba(9,54,43,.047);
}

.egw-home--conversion .egw-catalog-card h3{
  font-size:14.3px;
  line-height:1.3;
  font-weight:700;
}

.egw-home--conversion .egw-catalog-card p{
  font-size:12.15px;
  line-height:1.62;
}

.egw-home--conversion .egw-catalog-card--priority{
  border-color:#bdebd0;
  box-shadow:0 20px 48px rgba(9,54,43,.088);
}

.egw-home--conversion .egw-center-action{
  margin-top:26px;
  text-align:center;
}

.egw-home--conversion .egw-center-action a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:37px;
  padding:10px 15px;
  border-radius:999px;
  background:var(--eg-kop-deep);
  color:#fff;
  font-size:11.5px;
  font-weight:720;
  text-decoration:none;
}

.egw-home--conversion .egw-guarantee{
  padding:62px 0;
  background:#fff;
}

.egw-home--conversion .egw-guarantee__card{
  display:grid;
  grid-template-columns:1.18fr .82fr;
  gap:36px;
  align-items:center;
  background:
    radial-gradient(circle at 78% 20%,rgba(183,255,33,.25),transparent 30%),
    linear-gradient(135deg,#fff9df,#f3ffe9);
  border:1px solid #f1dfa8;
  border-radius:23px;
  padding:38px;
}

.egw-home--conversion .egw-guarantee__card p{
  margin-bottom:21px;
}

.egw-home--conversion .egw-guarantee__visual{
  min-height:170px;
  display:grid;
  place-items:center;
  border-radius:19px;
  background:#fff;
  border:1px solid #e6ead5;
}

.egw-home--conversion .egw-guarantee__visual span{
  color:var(--eg-kop-green);
  font-size:10.5px;
  font-weight:720;
}

.egw-home--conversion .egw-guarantee__visual strong{
  color:var(--eg-kop-text);
  font-size:23px;
  line-height:1;
  font-weight:700;
}

.egw-home--conversion .egw-guarantee__visual i{
  display:block;
  width:58px;
  height:8px;
  border-radius:999px;
  background:var(--eg-kop-yellow);
}

.egw-home--conversion .egw-faq-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px 16px;
  margin-top:22px;
}

.egw-home--conversion .egw-faq-grid details{
  border:1px solid var(--eg-kop-line);
  border-radius:14px;
  background:#fff;
  padding:14px 15px;
}

.egw-home--conversion .egw-faq-grid summary{
  cursor:pointer;
  color:var(--eg-kop-text);
  font-size:12.8px;
  line-height:1.45;
  font-weight:690;
}

.egw-home--conversion .egw-faq-grid p{
  margin:10px 0 0;
  color:var(--eg-kop-muted);
  font-size:12.2px;
  line-height:1.66;
}

.egw-home--conversion h1,
.egw-home--conversion h2,
.egw-home--conversion h3,
.egw-home--conversion p,
.egw-home--conversion a,
.egw-home--conversion span,
.egw-home--conversion li,
.egw-home--conversion summary{
  text-rendering:geometricPrecision;
}

@media (max-width: 960px){
  .egw-home--conversion .egw-hero--koperasi{
    padding:42px 0 42px;
  }

  .egw-home--conversion .egw-hero__grid,
  .egw-home--conversion .egw-campaign__grid,
  .egw-home--conversion .egw-guarantee__card{
    grid-template-columns:1fr;
    gap:32px;
  }

  .egw-home--conversion .egw-kop-dashboard{
    margin-inline:auto;
  }

  .egw-home--conversion .egw-proof-grid,
  .egw-home--conversion .egw-pain-grid,
  .egw-home--conversion .egw-outcome-grid,
  .egw-home--conversion .egw-benefit-grid,
  .egw-home--conversion .egw-flow-grid,
  .egw-module-grid,
  .egw-home--conversion .egw-package-grid{
    grid-template-columns:1fr;
  }

  .egw-home--conversion .egw-product-side{
    grid-template-columns:1fr 1fr;
  }

  .egw-home--conversion .egw-pain-section,
  .egw-home--conversion .egw-outcome-section,
  .egw-home--conversion .egw-main-product,
  .egw-home--conversion .egw-module-section,
  .egw-home--conversion .egw-benefit-section,
  .egw-home--conversion .egw-flow-section,
  .egw-home--conversion .egw-package-section,
  .egw-home--conversion .egw-product-section,
  .egw-home--conversion .egw-faq{
    padding:50px 0;
  }
}

@media (max-width: 640px){
  .egw-home--conversion .eg-container{
    width:min(100% - 28px,1060px);
  }

  .egw-home--conversion .egw-hero h1{
    font-size:32px;
    line-height:1.08;
    letter-spacing:-.042em;
  }

  .egw-home--conversion .egw-hero p{
    font-size:13.5px;
    line-height:1.7;
  }

  .egw-home--conversion .egw-actions{
    align-items:stretch;
  }

  .egw-home--conversion .egw-actions a{
    width:100%;
  }

  .egw-home--conversion .egw-kop-stats,
  .egw-home--conversion .egw-product-side,
  .egw-home--conversion .egw-feature-list,
  .egw-home--conversion .egw-faq-grid{
    grid-template-columns:1fr;
  }

  .egw-home--conversion .egw-kop-chart{
    height:112px;
  }

  .egw-home--conversion .egw-floating-label{
    display:none;
  }

  .egw-home--conversion .egw-section-head{
    margin-bottom:22px;
  }

  .egw-home--conversion .egw-section-head h2{
    font-size:24px;
    line-height:1.17;
  }

  .egw-home--conversion .egw-guarantee__card{
    padding:25px;
  }
}

/* FIX HERO OVERLAP - floating label harus stay di visual dashboard */
.egw-home--koperasi .egw-hero__content,
.egw-home--conversion .egw-hero__content{
  position: relative;
  z-index: 3;
}

.egw-home--koperasi .egw-hero__visual,
.egw-home--conversion .egw-hero__visual{
  position: relative;
  z-index: 2;
  min-height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.egw-home--koperasi .egw-floating-label,
.egw-home--conversion .egw-floating-label{
  position: absolute;
  z-index: 5;
  pointer-events: none;
  white-space: nowrap;
}

.egw-home--koperasi .egw-floating-label--one,
.egw-home--conversion .egw-floating-label--one{
  top: 36%;
  left: -10px;
}

.egw-home--koperasi .egw-floating-label--two,
.egw-home--conversion .egw-floating-label--two{
  right: -14px;
  top: 48%;
}

.egw-home--koperasi .egw-floating-label--three,
.egw-home--conversion .egw-floating-label--three{
  left: 38px;
  bottom: 20px;
}

.egw-home--koperasi .egw-hero h1,
.egw-home--conversion .egw-hero h1{
  max-width: 650px;
}

.egw-home--koperasi .egw-hero-actions .egw-btn,
.egw-home--conversion .egw-hero-actions .egw-btn{
  white-space: nowrap;
}

@media (max-width: 1100px){
  .egw-home--koperasi .egw-floating-label,
  .egw-home--conversion .egw-floating-label{
    display: none;
  }
}

@media (max-width: 960px){
  .egw-home--koperasi .egw-hero__visual,
  .egw-home--conversion .egw-hero__visual{
    min-height: auto;
  }
}

/* EGOVLY KOPERASI TYPES FINAL */
.egw-home--conversion .egw-type-section{
  padding:58px 0;
  background:#f7fbf8;
}

.egw-home--conversion .egw-type-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:24px;
}

.egw-home--conversion .egw-type-card{
  background:#fff;
  border:1px solid var(--eg-kop-line);
  border-radius:18px;
  padding:19px;
  box-shadow:0 12px 30px rgba(9,54,43,.047);
}

.egw-home--conversion .egw-type-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  border-radius:10px;
  margin-bottom:12px;
  background:linear-gradient(135deg,#0dbd62,#b7ff21);
  color:#08352b;
  font-size:10.5px;
  font-weight:720;
}

.egw-home--conversion .egw-type-card h3{
  margin:0 0 8px;
  color:var(--eg-kop-text);
  font-size:14.5px;
  line-height:1.32;
  font-weight:700;
  letter-spacing:-.016em;
}

.egw-home--conversion .egw-type-card p{
  margin:0;
  color:var(--eg-kop-muted);
  font-size:12.35px;
  line-height:1.66;
}

.egw-home--conversion .egw-type-section + .egw-module-section{
  background:#fff;
}

@media (max-width: 960px){
  .egw-home--conversion .egw-type-section{
    padding:50px 0;
  }

  .egw-home--conversion .egw-type-grid{
    grid-template-columns:1fr;
  }
}

/* EGOVLY READABILITY + KOPERASI MERAH PUTIH POLISH */
.egw-home--conversion{
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
}

.egw-home--conversion .egw-hero p{
  font-size: 15.2px !important;
  line-height: 1.82 !important;
  font-weight: 430 !important;
}

.egw-home--conversion .egw-section-head p{
  font-size: 14.4px !important;
  line-height: 1.82 !important;
  font-weight: 430 !important;
  color: #5e7285 !important;
}

.egw-home--conversion .egw-proof-grid span,
.egw-home--conversion .egw-pain-card p,
.egw-home--conversion .egw-outcome-grid p,
.egw-home--conversion .egw-benefit-grid p,
.egw-home--conversion .egw-flow-grid p,
.egw-home--conversion .egw-module-grid p,
.egw-home--conversion .egw-type-card p,
.egw-home--conversion .egw-package-card p,
.egw-home--conversion .egw-package-card li,
.egw-home--conversion .egw-campaign__content p,
.egw-home--conversion .egw-guarantee__card p,
.egw-home--conversion .egw-faq-grid p{
  font-size: 13.6px !important;
  line-height: 1.74 !important;
  font-weight: 430 !important;
  color: #5f7284 !important;
}

.egw-home--conversion .egw-proof-grid strong,
.egw-home--conversion .egw-pain-card h3,
.egw-home--conversion .egw-outcome-grid h3,
.egw-home--conversion .egw-benefit-grid h3,
.egw-home--conversion .egw-flow-grid h3,
.egw-home--conversion .egw-module-grid h3,
.egw-home--conversion .egw-type-card h3,
.egw-home--conversion .egw-package-card h3,
.egw-home--conversion .egw-product-tile h3,
.egw-home--conversion .egw-faq-grid summary{
  font-weight: 730 !important;
  color: #10324a !important;
}

.egw-home--conversion .egw-type-grid{
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 15px !important;
}

.egw-home--conversion .egw-type-card{
  min-height: 172px;
  padding: 20px !important;
}

.egw-home--conversion .egw-type-card--priority{
  border-color: rgba(13, 189, 98, .34) !important;
  background:
    radial-gradient(circle at 92% 12%, rgba(183,255,33,.18), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f5fff8 100%) !important;
  box-shadow: 0 18px 44px rgba(9,54,43,.085) !important;
}

.egw-home--conversion .egw-type-card--priority .egw-type-icon{
  background: linear-gradient(135deg, #ffc928, #b7ff21) !important;
  color: #173400 !important;
}

.egw-home--conversion .egw-type-icon,
.egw-home--conversion .egw-module-grid span,
.egw-home--conversion .egw-pain-card span,
.egw-home--conversion .egw-benefit-grid span,
.egw-home--conversion .egw-flow-grid b{
  font-size: 11.5px !important;
  font-weight: 760 !important;
}

.egw-home--conversion .egw-feature-list span{
  font-size: 13px !important;
  font-weight: 680 !important;
}

.egw-home--conversion .egw-trust-row span{
  font-size: 11.6px !important;
  font-weight: 520 !important;
}

.egw-home--conversion .egw-btn,
.egw-home--conversion .egw-package-card a,
.egw-home--conversion .egw-center-action a{
  font-size: 12.4px !important;
}

.egw-home--conversion .egw-faq-grid summary{
  font-size: 13.6px !important;
}

@media (max-width: 960px){
  .egw-home--conversion .egw-type-grid{
    grid-template-columns: 1fr !important;
  }

  .egw-home--conversion .egw-type-card{
    min-height: auto;
  }
}

@media (max-width: 640px){
  .egw-home--conversion .egw-hero p,
  .egw-home--conversion .egw-section-head p{
    font-size: 14px !important;
  }

  .egw-home--conversion .egw-proof-grid span,
  .egw-home--conversion .egw-pain-card p,
  .egw-home--conversion .egw-outcome-grid p,
  .egw-home--conversion .egw-benefit-grid p,
  .egw-home--conversion .egw-flow-grid p,
  .egw-home--conversion .egw-module-grid p,
  .egw-home--conversion .egw-type-card p,
  .egw-home--conversion .egw-package-card p,
  .egw-home--conversion .egw-package-card li,
  .egw-home--conversion .egw-campaign__content p,
  .egw-home--conversion .egw-guarantee__card p,
  .egw-home--conversion .egw-faq-grid p{
    font-size: 13.2px !important;
  }
}

/* EGOVLY HERO LOTTIE UPDATE */
.egw-home--conversion .egw-hero__visual--lottie,
.egw-home--koperasi .egw-hero__visual--lottie{
  position: relative !important;
  z-index: 2;
  min-height: 390px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.egw-home--conversion .egw-hero-lottie-card,
.egw-home--koperasi .egw-hero-lottie-card{
  position: relative;
  width: min(520px, 100%);
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.egw-home--conversion .egw-hero-lottie-card dotlottie-player,
.egw-home--koperasi .egw-hero-lottie-card dotlottie-player{
  position: relative;
  z-index: 2;
  display: block;
  width: min(520px, 100%);
  height: 390px;
  filter: drop-shadow(0 28px 56px rgba(0,0,0,.18));
}

.egw-home--conversion .egw-hero-lottie-fallback,
.egw-home--koperasi .egw-hero-lottie-fallback{
  position: absolute;
  inset: 48px 20px;
  z-index: 1;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  text-align: center;
  border-radius: 28px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.72);
  box-shadow: 0 26px 68px rgba(0,0,0,.18);
  color: #053f35;
}

.egw-home--conversion .egw-hero-lottie-fallback span,
.egw-home--koperasi .egw-hero-lottie-fallback span{
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 30% 30%, #b7ff21, transparent 34%),
    linear-gradient(135deg, #0dbd62, #053f35);
}

.egw-home--conversion .egw-hero-lottie-fallback strong,
.egw-home--koperasi .egw-hero-lottie-fallback strong{
  font-size: 22px;
  line-height: 1.15;
  font-weight: 760;
  letter-spacing: -.03em;
}

.egw-home--conversion .egw-hero-lottie-fallback p,
.egw-home--koperasi .egw-hero-lottie-fallback p{
  max-width: 320px;
  margin: 0;
  color: #5f7284;
  font-size: 13.5px;
  line-height: 1.6;
}

.egw-home--conversion .egw-hero__visual--lottie .egw-kop-dashboard,
.egw-home--koperasi .egw-hero__visual--lottie .egw-kop-dashboard,
.egw-home--conversion .egw-hero__visual--lottie .egw-floating-label,
.egw-home--koperasi .egw-hero__visual--lottie .egw-floating-label{
  display: none !important;
}

@media (max-width: 1100px){
  .egw-home--conversion .egw-hero-lottie-card,
  .egw-home--koperasi .egw-hero-lottie-card{
    width: min(460px, 100%);
  }

  .egw-home--conversion .egw-hero-lottie-card dotlottie-player,
  .egw-home--koperasi .egw-hero-lottie-card dotlottie-player{
    height: 340px;
  }
}

@media (max-width: 960px){
  .egw-home--conversion .egw-hero__visual--lottie,
  .egw-home--koperasi .egw-hero__visual--lottie{
    min-height: auto;
  }

  .egw-home--conversion .egw-hero-lottie-card dotlottie-player,
  .egw-home--koperasi .egw-hero-lottie-card dotlottie-player{
    height: 320px;
  }
}

@media (max-width: 640px){
  .egw-home--conversion .egw-hero-lottie-card,
  .egw-home--koperasi .egw-hero-lottie-card{
    min-height: 260px;
  }

  .egw-home--conversion .egw-hero-lottie-card dotlottie-player,
  .egw-home--koperasi .egw-hero-lottie-card dotlottie-player{
    height: 270px;
  }

  .egw-home--conversion .egw-hero-lottie-fallback,
  .egw-home--koperasi .egw-hero-lottie-fallback{
    inset: 24px 10px;
    border-radius: 22px;
  }
}

/* EGOVLY HERO LOTTIE NATURAL REFINEMENT */
.egw-home--conversion .egw-hero__visual--refined,
.egw-home--koperasi .egw-hero__visual--refined{
  position: relative;
  z-index: 2;
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.egw-home--conversion .egw-hero-scene,
.egw-home--koperasi .egw-hero-scene{
  position: relative;
  width: min(640px, 100%);
  min-height: 420px;
}

.egw-home--conversion .egw-hero-surface,
.egw-home--koperasi .egw-hero-surface{
  position: absolute;
  inset: 28px 0 12px 52px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(245,250,247,.92));
  box-shadow:
    0 24px 58px rgba(0,0,0,.18),
    inset 0 1px 0 rgba(255,255,255,.85);
}

.egw-home--conversion .egw-hero-dashboard-card,
.egw-home--koperasi .egw-hero-dashboard-card{
  position: absolute;
  left: 86px;
  top: 58px;
  width: 350px;
  z-index: 2;
}

.egw-home--conversion .egw-hero-dashboard-head,
.egw-home--koperasi .egw-hero-dashboard-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.egw-home--conversion .egw-hero-dashboard-dots,
.egw-home--koperasi .egw-hero-dashboard-dots{
  display: inline-flex;
  gap: 7px;
}

.egw-home--conversion .egw-hero-dashboard-dots i,
.egw-home--koperasi .egw-hero-dashboard-dots i{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #c5e6d3;
  display: block;
}

.egw-home--conversion .egw-hero-dashboard-head strong,
.egw-home--koperasi .egw-hero-dashboard-head strong{
  font-size: 14px;
  line-height: 1;
  font-weight: 760;
  color: #0d3b34;
}

.egw-home--conversion .egw-hero-dashboard-grid,
.egw-home--koperasi .egw-hero-dashboard-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.egw-home--conversion .egw-hero-mini-stat,
.egw-home--koperasi .egw-hero-mini-stat{
  background: #ffffff;
  border: 1px solid #d8ebe1;
  border-radius: 18px;
  padding: 14px 14px 13px;
  box-shadow: 0 10px 24px rgba(9,54,43,.06);
}

.egw-home--conversion .egw-hero-mini-stat small,
.egw-home--koperasi .egw-hero-mini-stat small{
  display: block;
  color: #6f8192;
  font-size: 11px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.egw-home--conversion .egw-hero-mini-stat b,
.egw-home--koperasi .egw-hero-mini-stat b{
  display: block;
  color: #10324a;
  font-size: 19px;
  line-height: 1.1;
  font-weight: 760;
}

.egw-home--conversion .egw-hero-dashboard-panel,
.egw-home--koperasi .egw-hero-dashboard-panel{
  position: relative;
  margin-top: 16px;
  min-height: 176px;
  border-radius: 24px;
  border: 1px solid #dcece4;
  background:
    linear-gradient(180deg, rgba(236,248,240,.96), rgba(248,252,249,.94));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}

.egw-home--conversion .egw-hero-brand-badge,
.egw-home--koperasi .egw-hero-brand-badge{
  position: absolute;
  left: 16px;
  top: 14px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #0a6d5b;
  color: #fff;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: .01em;
  z-index: 3;
}

.egw-home--conversion .egw-hero-idr-badge,
.egw-home--koperasi .egw-hero-idr-badge{
  position: absolute;
  right: 16px;
  top: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  min-height: 28px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #b7ff21;
  color: #173400;
  font-size: 11px;
  font-weight: 800;
  z-index: 5;
  box-shadow: 0 10px 24px rgba(183,255,33,.25);
}

.egw-home--conversion .egw-hero-dashboard-caption,
.egw-home--koperasi .egw-hero-dashboard-caption{
  position: absolute;
  left: 16px;
  bottom: 14px;
  color: #6c7e8f;
  font-size: 12px;
  font-weight: 600;
}

.egw-home--conversion .egw-hero-lottie-shell,
.egw-home--koperasi .egw-hero-lottie-shell{
  position: absolute;
  right: 8px;
  bottom: -2px;
  width: 360px;
  height: 340px;
  z-index: 4;
  overflow: hidden;
  border-radius: 28px;
}

.egw-home--conversion .egw-hero-lottie-blob,
.egw-home--koperasi .egw-hero-lottie-blob{
  position: absolute;
  inset: 18px 10px 10px 26px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 35%, rgba(255,255,255,.5), transparent 30%),
    linear-gradient(180deg, rgba(220,245,229,.95), rgba(203,236,214,.82));
  filter: blur(.2px);
  z-index: 1;
}

.egw-home--conversion .egw-hero-lottie-shell dotlottie-player,
.egw-home--koperasi .egw-hero-lottie-shell dotlottie-player{
  position: absolute;
  left: -26px;
  top: -18px;
  width: 440px;
  height: 390px;
  z-index: 2;
  transform: scale(1.04);
  filter: drop-shadow(0 16px 28px rgba(0,0,0,.10));
  mix-blend-mode: normal;
}

.egw-home--conversion .egw-hero-chip,
.egw-home--koperasi .egw-hero-chip{
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(255,255,255,.95);
  color: #10324a;
  font-size: 12px;
  font-weight: 720;
  box-shadow: 0 12px 24px rgba(0,0,0,.12);
  z-index: 6;
  white-space: nowrap;
}

.egw-home--conversion .egw-hero-chip--one,
.egw-home--koperasi .egw-hero-chip--one{
  left: -8px;
  top: 160px;
}

.egw-home--conversion .egw-hero-chip--two,
.egw-home--koperasi .egw-hero-chip--two{
  right: -10px;
  top: 214px;
}

.egw-home--conversion .egw-hero-chip--three,
.egw-home--koperasi .egw-hero-chip--three{
  left: 68px;
  bottom: 4px;
}

@media (max-width: 1180px){
  .egw-home--conversion .egw-hero-scene,
  .egw-home--koperasi .egw-hero-scene{
    width: min(580px, 100%);
    min-height: 392px;
  }

  .egw-home--conversion .egw-hero-dashboard-card,
  .egw-home--koperasi .egw-hero-dashboard-card{
    left: 62px;
    width: 320px;
  }

  .egw-home--conversion .egw-hero-lottie-shell,
  .egw-home--koperasi .egw-hero-lottie-shell{
    width: 330px;
    height: 320px;
  }

  .egw-home--conversion .egw-hero-lottie-shell dotlottie-player,
  .egw-home--koperasi .egw-hero-lottie-shell dotlottie-player{
    width: 405px;
    height: 360px;
  }
}

@media (max-width: 960px){
  .egw-home--conversion .egw-hero__visual--refined,
  .egw-home--koperasi .egw-hero__visual--refined{
    min-height: auto;
  }

  .egw-home--conversion .egw-hero-scene,
  .egw-home--koperasi .egw-hero-scene{
    width: min(520px, 100%);
    min-height: 370px;
  }

  .egw-home--conversion .egw-hero-surface,
  .egw-home--koperasi .egw-hero-surface{
    inset: 24px 0 12px 28px;
  }

  .egw-home--conversion .egw-hero-dashboard-card,
  .egw-home--koperasi .egw-hero-dashboard-card{
    left: 38px;
    width: 290px;
    top: 52px;
  }

  .egw-home--conversion .egw-hero-mini-stat b,
  .egw-home--koperasi .egw-hero-mini-stat b{
    font-size: 17px;
  }

  .egw-home--conversion .egw-hero-dashboard-panel,
  .egw-home--koperasi .egw-hero-dashboard-panel{
    min-height: 156px;
  }

  .egw-home--conversion .egw-hero-lottie-shell,
  .egw-home--koperasi .egw-hero-lottie-shell{
    right: 0;
    width: 292px;
    height: 286px;
  }

  .egw-home--conversion .egw-hero-lottie-shell dotlottie-player,
  .egw-home--koperasi .egw-hero-lottie-shell dotlottie-player{
    left: -34px;
    top: -22px;
    width: 370px;
    height: 320px;
  }

  .egw-home--conversion .egw-hero-chip--one,
  .egw-home--koperasi .egw-hero-chip--one{
    left: 0;
    top: 152px;
  }

  .egw-home--conversion .egw-hero-chip--two,
  .egw-home--koperasi .egw-hero-chip--two{
    right: 0;
    top: 210px;
  }

  .egw-home--conversion .egw-hero-chip--three,
  .egw-home--koperasi .egw-hero-chip--three{
    left: 40px;
    bottom: 0;
  }
}

@media (max-width: 640px){
  .egw-home--conversion .egw-hero-scene,
  .egw-home--koperasi .egw-hero-scene{
    min-height: 330px;
  }

  .egw-home--conversion .egw-hero-surface,
  .egw-home--koperasi .egw-hero-surface{
    inset: 14px 0 8px 0;
    border-radius: 26px;
  }

  .egw-home--conversion .egw-hero-dashboard-card,
  .egw-home--koperasi .egw-hero-dashboard-card{
    left: 14px;
    right: 14px;
    width: auto;
    top: 26px;
  }

  .egw-home--conversion .egw-hero-dashboard-grid,
  .egw-home--koperasi .egw-hero-dashboard-grid{
    gap: 8px;
  }

  .egw-home--conversion .egw-hero-mini-stat,
  .egw-home--koperasi .egw-hero-mini-stat{
    padding: 12px 10px;
    border-radius: 14px;
  }

  .egw-home--conversion .egw-hero-mini-stat b,
  .egw-home--koperasi .egw-hero-mini-stat b{
    font-size: 15px;
  }

  .egw-home--conversion .egw-hero-dashboard-panel,
  .egw-home--koperasi .egw-hero-dashboard-panel{
    min-height: 132px;
    margin-top: 12px;
    border-radius: 18px;
  }

  .egw-home--conversion .egw-hero-lottie-shell,
  .egw-home--koperasi .egw-hero-lottie-shell{
    width: 240px;
    height: 232px;
    right: -6px;
    bottom: -4px;
  }

  .egw-home--conversion .egw-hero-lottie-shell dotlottie-player,
  .egw-home--koperasi .egw-hero-lottie-shell dotlottie-player{
    left: -54px;
    top: -18px;
    width: 330px;
    height: 280px;
  }

  .egw-home--conversion .egw-hero-chip,
  .egw-home--koperasi .egw-hero-chip{
    display: none;
  }
}

/* EGOVLY HERO CLEAN LOTTIE */
.egw-home--conversion .egw-hero__visual--clean,
.egw-home--koperasi .egw-hero__visual--clean{
  position: relative;
  z-index: 2;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.egw-home--conversion .egw-hero-clean-card,
.egw-home--koperasi .egw-hero-clean-card{
  width: min(560px, 100%);
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(247,251,248,.96));
  box-shadow: 0 28px 64px rgba(0,0,0,.18);
  padding: 22px;
  border: 1px solid rgba(255,255,255,.78);
}

.egw-home--conversion .egw-hero-clean-head,
.egw-home--koperasi .egw-hero-clean-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.egw-home--conversion .egw-hero-clean-dots,
.egw-home--koperasi .egw-hero-clean-dots{
  display: inline-flex;
  gap: 7px;
}

.egw-home--conversion .egw-hero-clean-dots i,
.egw-home--koperasi .egw-hero-clean-dots i{
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 999px;
  background: #c9e9d6;
}

.egw-home--conversion .egw-hero-clean-head strong,
.egw-home--koperasi .egw-hero-clean-head strong{
  color: #10324a;
  font-size: 14px;
  line-height: 1;
  font-weight: 760;
}

.egw-home--conversion .egw-hero-clean-stats,
.egw-home--koperasi .egw-hero-clean-stats{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 16px;
}

.egw-home--conversion .egw-hero-clean-stat,
.egw-home--koperasi .egw-hero-clean-stat{
  background: #ffffff;
  border: 1px solid #d7ebe0;
  border-radius: 18px;
  padding: 14px 14px 13px;
}

.egw-home--conversion .egw-hero-clean-stat small,
.egw-home--koperasi .egw-hero-clean-stat small{
  display: block;
  color: #718495;
  font-size: 11px;
  margin-bottom: 8px;
}

.egw-home--conversion .egw-hero-clean-stat b,
.egw-home--koperasi .egw-hero-clean-stat b{
  display: block;
  color: #10324a;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 760;
}

.egw-home--conversion .egw-hero-clean-body,
.egw-home--koperasi .egw-hero-clean-body{
  display: grid;
  grid-template-columns: 1fr 1.06fr;
  gap: 14px;
  align-items: end;
  min-height: 240px;
}

.egw-home--conversion .egw-hero-clean-info,
.egw-home--koperasi .egw-hero-clean-info{
  min-height: 220px;
  border-radius: 24px;
  border: 1px solid #dcece4;
  background: linear-gradient(180deg, #f2faf5, #f9fcfa);
  padding: 18px;
  position: relative;
  overflow: hidden;
}

.egw-home--conversion .egw-hero-clean-badge,
.egw-home--koperasi .egw-hero-clean-badge{
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #0b6c5b;
  color: #fff;
  font-size: 11px;
  font-weight: 760;
  margin-bottom: 14px;
}

.egw-home--conversion .egw-hero-clean-info h4,
.egw-home--koperasi .egw-hero-clean-info h4{
  margin: 0 0 10px;
  color: #10324a;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 760;
  letter-spacing: -.03em;
}

.egw-home--conversion .egw-hero-clean-info p,
.egw-home--koperasi .egw-hero-clean-info p{
  margin: 0;
  color: #617586;
  font-size: 13.5px;
  line-height: 1.68;
}

.egw-home--conversion .egw-hero-clean-lines,
.egw-home--koperasi .egw-hero-clean-lines{
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.egw-home--conversion .egw-hero-clean-lines i,
.egw-home--koperasi .egw-hero-clean-lines i{
  display: block;
  height: 12px;
  border-radius: 999px;
  background: #dfeee6;
}

.egw-home--conversion .egw-hero-clean-lines i:nth-child(1),
.egw-home--koperasi .egw-hero-clean-lines i:nth-child(1){ width: 88%; }

.egw-home--conversion .egw-hero-clean-lines i:nth-child(2),
.egw-home--koperasi .egw-hero-clean-lines i:nth-child(2){ width: 74%; }

.egw-home--conversion .egw-hero-clean-lines i:nth-child(3),
.egw-home--koperasi .egw-hero-clean-lines i:nth-child(3){ width: 61%; }

.egw-home--conversion .egw-hero-clean-lottie,
.egw-home--koperasi .egw-hero-clean-lottie{
  position: relative;
  min-height: 240px;
  border-radius: 26px;
  overflow: hidden;
  background: linear-gradient(180deg, #eef9f2, #f7fcf8);
  border: 1px solid #dcece4;
}

.egw-home--conversion .egw-hero-clean-lottie-bg,
.egw-home--koperasi .egw-hero-clean-lottie-bg{
  position: absolute;
  inset: 12px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(213,242,221,.95), rgba(199,236,210,.78));
}

.egw-home--conversion .egw-hero-clean-lottie dotlottie-player,
.egw-home--koperasi .egw-hero-clean-lottie dotlottie-player{
  position: absolute;
  left: -12px;
  top: -10px;
  width: 360px;
  height: 290px;
  z-index: 2;
  transform: scale(.95);
}

.egw-home--conversion .egw-hero-currency-cover,
.egw-home--koperasi .egw-hero-currency-cover{
  position: absolute;
  top: 18px;
  right: 16px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  min-height: 30px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #b7ff21;
  color: #173400;
  font-size: 11px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(183,255,33,.24);
}

/* sembunyikan komposisi hero lama */
.egw-home--conversion .egw-hero-chip,
.egw-home--koperasi .egw-hero-chip,
.egw-home--conversion .egw-floating-label,
.egw-home--koperasi .egw-floating-label,
.egw-home--conversion .egw-kop-dashboard,
.egw-home--koperasi .egw-kop-dashboard,
.egw-home--conversion .egw-hero-surface,
.egw-home--koperasi .egw-hero-surface,
.egw-home--conversion .egw-hero-dashboard-card,
.egw-home--koperasi .egw-hero-dashboard-card,
.egw-home--conversion .egw-hero-lottie-shell,
.egw-home--koperasi .egw-hero-lottie-shell{
  display: none !important;
}

@media (max-width: 960px){
  .egw-home--conversion .egw-hero__visual--clean,
  .egw-home--koperasi .egw-hero__visual--clean{
    min-height: auto;
  }

  .egw-home--conversion .egw-hero-clean-card,
  .egw-home--koperasi .egw-hero-clean-card{
    width: min(520px, 100%);
  }

  .egw-home--conversion .egw-hero-clean-body,
  .egw-home--koperasi .egw-hero-clean-body{
    grid-template-columns: 1fr;
  }

  .egw-home--conversion .egw-hero-clean-lottie,
  .egw-home--koperasi .egw-hero-clean-lottie{
    min-height: 250px;
  }

  .egw-home--conversion .egw-hero-clean-lottie dotlottie-player,
  .egw-home--koperasi .egw-hero-clean-lottie dotlottie-player{
    left: 8px;
    top: -4px;
    width: 320px;
    height: 270px;
  }
}

@media (max-width: 640px){
  .egw-home--conversion .egw-hero-clean-card,
  .egw-home--koperasi .egw-hero-clean-card{
    padding: 16px;
    border-radius: 24px;
  }

  .egw-home--conversion .egw-hero-clean-stats,
  .egw-home--koperasi .egw-hero-clean-stats{
    gap: 8px;
  }

  .egw-home--conversion .egw-hero-clean-stat,
  .egw-home--koperasi .egw-hero-clean-stat{
    padding: 12px 10px;
    border-radius: 14px;
  }

  .egw-home--conversion .egw-hero-clean-stat b,
  .egw-home--koperasi .egw-hero-clean-stat b{
    font-size: 15px;
  }

  .egw-home--conversion .egw-hero-clean-info,
  .egw-home--koperasi .egw-hero-clean-info,
  .egw-home--conversion .egw-hero-clean-lottie,
  .egw-home--koperasi .egw-hero-clean-lottie{
    border-radius: 18px;
  }

  .egw-home--conversion .egw-hero-clean-info h4,
  .egw-home--koperasi .egw-hero-clean-info h4{
    font-size: 18px;
  }

  .egw-home--conversion .egw-hero-clean-info p,
  .egw-home--koperasi .egw-hero-clean-info p{
    font-size: 13px;
  }

  .egw-home--conversion .egw-hero-clean-lottie{
    min-height: 220px;
  }

  .egw-home--conversion .egw-hero-clean-lottie dotlottie-player,
  .egw-home--koperasi .egw-hero-clean-lottie dotlottie-player{
    left: -8px;
    top: -6px;
    width: 290px;
    height: 240px;
    transform: scale(.92);
  }

  .egw-home--conversion .egw-hero-currency-cover,
  .egw-home--koperasi .egw-hero-currency-cover{
    top: 14px;
    right: 12px;
  }
}

/* FIX HERO JSON LOTTIE PLAYER */
.egw-home--conversion .egw-hero-clean-lottie lottie-player,
.egw-home--koperasi .egw-hero-clean-lottie lottie-player{
  position: absolute;
  left: -12px;
  top: -10px;
  width: 360px;
  height: 290px;
  z-index: 2;
  transform: scale(.95);
}

.egw-home--conversion .egw-hero-lottie-card lottie-player,
.egw-home--koperasi .egw-hero-lottie-card lottie-player{
  position: relative;
  z-index: 2;
  display: block;
  width: min(520px, 100%);
  height: 390px;
  filter: drop-shadow(0 28px 56px rgba(0,0,0,.18));
}

.egw-home--conversion dotlottie-player,
.egw-home--koperasi dotlottie-player{
  display: none !important;
}

@media (max-width: 960px){
  .egw-home--conversion .egw-hero-clean-lottie lottie-player,
  .egw-home--koperasi .egw-hero-clean-lottie lottie-player{
    left: 8px;
    top: -4px;
    width: 320px;
    height: 270px;
  }
}

@media (max-width: 640px){
  .egw-home--conversion .egw-hero-clean-lottie lottie-player,
  .egw-home--koperasi .egw-hero-clean-lottie lottie-player{
    left: -8px;
    top: -6px;
    width: 290px;
    height: 240px;
    transform: scale(.92);
  }
}

/* EGOVLY HERO LOTTIE-WEB RENDER FIX */
.egw-home--conversion .egw-hero-clean-lottie .egw-hero-lottie-render,
.egw-home--koperasi .egw-hero-clean-lottie .egw-hero-lottie-render{
  position: absolute;
  left: -12px;
  top: -10px;
  width: 360px;
  height: 290px;
  z-index: 2;
  transform: scale(.95);
}

.egw-home--conversion .egw-hero-clean-lottie .egw-hero-lottie-render svg,
.egw-home--koperasi .egw-hero-clean-lottie .egw-hero-lottie-render svg{
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.egw-home--conversion .egw-hero-clean-lottie lottie-player,
.egw-home--koperasi .egw-hero-clean-lottie lottie-player,
.egw-home--conversion .egw-hero-clean-lottie dotlottie-player,
.egw-home--koperasi .egw-hero-clean-lottie dotlottie-player{
  display: none !important;
}

.egw-lottie-failed .egw-hero-clean-lottie::after{
  content: "Egovly";
  position: absolute;
  inset: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg,#d9f6e2,#f5fff8);
  color: #053f35;
  font-weight: 800;
  font-size: 28px;
  letter-spacing: -.04em;
  z-index: 3;
}

@media (max-width: 960px){
  .egw-home--conversion .egw-hero-clean-lottie .egw-hero-lottie-render,
  .egw-home--koperasi .egw-hero-clean-lottie .egw-hero-lottie-render{
    left: 8px;
    top: -4px;
    width: 320px;
    height: 270px;
  }
}

@media (max-width: 640px){
  .egw-home--conversion .egw-hero-clean-lottie .egw-hero-lottie-render,
  .egw-home--koperasi .egw-hero-clean-lottie .egw-hero-lottie-render{
    left: -8px;
    top: -6px;
    width: 290px;
    height: 240px;
    transform: scale(.92);
  }
}

/* EGOVLY HERO PURE CSS VISUAL - NO LOTTIE */
.egw-home--conversion .egw-hero-css-visual,
.egw-home--koperasi .egw-hero-css-visual{
  position: relative;
  min-height: 240px;
  border-radius: 26px;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 32%, rgba(183,255,33,.16), transparent 34%),
    linear-gradient(180deg, #eef9f2, #f8fcf9);
  border: 1px solid #dcece4;
}

.egw-home--conversion .egw-css-dashboard-window,
.egw-home--koperasi .egw-css-dashboard-window{
  position: absolute;
  left: 18px;
  top: 18px;
  right: 18px;
  bottom: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(207,238,221,.9);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
  padding: 14px;
}

.egw-home--conversion .egw-css-window-top,
.egw-home--koperasi .egw-css-window-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.egw-home--conversion .egw-css-window-top span,
.egw-home--koperasi .egw-css-window-top span{
  display: inline-flex;
  gap: 6px;
}

.egw-home--conversion .egw-css-window-top i,
.egw-home--koperasi .egw-css-window-top i{
  width: 7px;
  height: 7px;
  display: block;
  border-radius: 999px;
  background: #bfe7ce;
}

.egw-home--conversion .egw-css-window-top strong,
.egw-home--koperasi .egw-css-window-top strong{
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 6px 11px;
  border-radius: 999px;
  background: #b7ff21;
  color: #173400;
  font-size: 11px;
  font-weight: 800;
}

.egw-home--conversion .egw-css-chart-card,
.egw-home--koperasi .egw-css-chart-card{
  position: relative;
  height: 128px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #d9ece2;
  overflow: hidden;
  padding: 12px;
}

.egw-home--conversion .egw-css-chart-head,
.egw-home--koperasi .egw-css-chart-head{
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.egw-home--conversion .egw-css-chart-head b,
.egw-home--koperasi .egw-css-chart-head b{
  color: #10324a;
  font-size: 12px;
  line-height: 1;
  font-weight: 760;
}

.egw-home--conversion .egw-css-chart-head em,
.egw-home--koperasi .egw-css-chart-head em{
  font-style: normal;
  color: #067a61;
  background: #e8fbef;
  border-radius: 999px;
  padding: 5px 8px;
  font-size: 10px;
  line-height: 1;
  font-weight: 760;
}

.egw-home--conversion .egw-css-bars,
.egw-home--koperasi .egw-css-bars{
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  height: 76px;
  display: flex;
  align-items: end;
  gap: 10px;
  opacity: .9;
}

.egw-home--conversion .egw-css-bars i,
.egw-home--koperasi .egw-css-bars i{
  flex: 1;
  border-radius: 999px 999px 8px 8px;
  background: linear-gradient(180deg,#0dbd62,#b7efc8);
}

.egw-home--conversion .egw-css-bars i:nth-child(1),
.egw-home--koperasi .egw-css-bars i:nth-child(1){ height: 42%; }

.egw-home--conversion .egw-css-bars i:nth-child(2),
.egw-home--koperasi .egw-css-bars i:nth-child(2){ height: 68%; }

.egw-home--conversion .egw-css-bars i:nth-child(3),
.egw-home--koperasi .egw-css-bars i:nth-child(3){ height: 54%; }

.egw-home--conversion .egw-css-bars i:nth-child(4),
.egw-home--koperasi .egw-css-bars i:nth-child(4){ height: 82%; }

.egw-home--conversion .egw-css-line,
.egw-home--koperasi .egw-css-line{
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 8px;
  width: calc(100% - 36px);
  height: 92px;
  z-index: 2;
  opacity: .92;
}

.egw-home--conversion .egw-css-mini-grid,
.egw-home--koperasi .egw-css-mini-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 10px;
}

.egw-home--conversion .egw-css-mini-grid div,
.egw-home--koperasi .egw-css-mini-grid div{
  border-radius: 15px;
  background: #fff;
  border: 1px solid #d9ece2;
  padding: 10px 11px;
}

.egw-home--conversion .egw-css-mini-grid small,
.egw-home--koperasi .egw-css-mini-grid small{
  display: block;
  color: #718495;
  font-size: 10.5px;
  margin-bottom: 5px;
}

.egw-home--conversion .egw-css-mini-grid b,
.egw-home--koperasi .egw-css-mini-grid b{
  color: #10324a;
  font-size: 14px;
  font-weight: 760;
}

.egw-home--conversion .egw-css-person,
.egw-home--koperasi .egw-css-person{
  position: absolute;
  right: 18px;
  bottom: 14px;
  width: 116px;
  height: 142px;
  z-index: 4;
  pointer-events: none;
}

.egw-home--conversion .egw-css-person-head,
.egw-home--koperasi .egw-css-person-head{
  position: absolute;
  left: 39px;
  top: 0;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #f7fff9;
  border: 2px solid #10324a;
}

.egw-home--conversion .egw-css-person-body,
.egw-home--koperasi .egw-css-person-body{
  position: absolute;
  left: 25px;
  top: 34px;
  width: 70px;
  height: 76px;
  border-radius: 28px 28px 16px 16px;
  background: linear-gradient(180deg,#8ee6ab,#0dbd62);
  border: 2px solid rgba(16,50,74,.9);
}

.egw-home--conversion .egw-css-laptop,
.egw-home--koperasi .egw-css-laptop{
  position: absolute;
  left: 6px;
  bottom: 0;
  width: 104px;
  height: 52px;
  border-radius: 12px;
  background: #10324a;
  box-shadow: 0 14px 24px rgba(0,0,0,.14);
  display: grid;
  place-items: center;
}

.egw-home--conversion .egw-css-laptop span,
.egw-home--koperasi .egw-css-laptop span{
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: -.02em;
}

.egw-home--conversion .egw-css-coin,
.egw-home--koperasi .egw-css-coin{
  position: absolute;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(0,0,0,.12);
}

.egw-home--conversion .egw-css-coin--one,
.egw-home--koperasi .egw-css-coin--one{
  right: 22px;
  top: 26px;
  min-width: 54px;
  height: 32px;
  background: #b7ff21;
  color: #173400;
  font-size: 11px;
}

.egw-home--conversion .egw-css-coin--two,
.egw-home--koperasi .egw-css-coin--two{
  left: 18px;
  bottom: 20px;
  min-width: 52px;
  height: 30px;
  background: #053f35;
  color: #fff;
  font-size: 10.5px;
}

.egw-home--conversion .egw-hero-clean-lottie,
.egw-home--koperasi .egw-hero-clean-lottie,
.egw-home--conversion .egw-hero-lottie-render,
.egw-home--koperasi .egw-hero-lottie-render,
.egw-home--conversion lottie-player,
.egw-home--koperasi lottie-player,
.egw-home--conversion dotlottie-player,
.egw-home--koperasi dotlottie-player{
  display: none !important;
}

@media (max-width: 960px){
  .egw-home--conversion .egw-hero-css-visual,
  .egw-home--koperasi .egw-hero-css-visual{
    min-height: 260px;
  }
}

@media (max-width: 640px){
  .egw-home--conversion .egw-hero-css-visual,
  .egw-home--koperasi .egw-hero-css-visual{
    min-height: 235px;
    border-radius: 20px;
  }

  .egw-home--conversion .egw-css-dashboard-window,
  .egw-home--koperasi .egw-css-dashboard-window{
    inset: 12px;
    border-radius: 18px;
  }

  .egw-home--conversion .egw-css-chart-card,
  .egw-home--koperasi .egw-css-chart-card{
    height: 112px;
  }

  .egw-home--conversion .egw-css-person,
  .egw-home--koperasi .egw-css-person{
    transform: scale(.82);
    transform-origin: right bottom;
    right: 10px;
    bottom: 10px;
  }
}

/* EGOVLY HERO FINAL - USE public/hero.lottie */
.egw-home--conversion .egw-hero__visual--lottie-final,
.egw-home--koperasi .egw-hero__visual--lottie-final{
  position: relative !important;
  z-index: 2 !important;
  min-height: 430px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.egw-home--conversion .egw-final-lottie-card,
.egw-home--koperasi .egw-final-lottie-card{
  position: relative !important;
  width: min(560px, 100%) !important;
  min-height: 390px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 34px !important;
  background:
    radial-gradient(circle at 72% 22%, rgba(183,255,33,.13), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(244,250,247,.92)) !important;
  border: 1px solid rgba(255,255,255,.82) !important;
  box-shadow: 0 28px 68px rgba(0,0,0,.18) !important;
  overflow: hidden !important;
}

.egw-home--conversion .egw-final-lottie-glow,
.egw-home--koperasi .egw-final-lottie-glow{
  position: absolute !important;
  inset: 18px !important;
  border-radius: 30px !important;
  background:
    radial-gradient(circle at 55% 48%, rgba(13,189,98,.13), transparent 42%),
    radial-gradient(circle at 80% 18%, rgba(183,255,33,.12), transparent 30%) !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

.egw-home--conversion .egw-final-lottie-card dotlottie-player,
.egw-home--koperasi .egw-final-lottie-card dotlottie-player{
  position: relative !important;
  z-index: 3 !important;
  display: block !important;
  width: min(520px, 100%) !important;
  height: 390px !important;
  filter: drop-shadow(0 18px 36px rgba(0,0,0,.10)) !important;
}

.egw-home--conversion .egw-final-lottie-fallback,
.egw-home--koperasi .egw-final-lottie-fallback{
  position: absolute !important;
  inset: 20px !important;
  z-index: 2 !important;
  display: grid !important;
  place-items: center !important;
  opacity: 1 !important;
  pointer-events: none !important;
}

.egw-home--conversion .egw-final-lottie-card dotlottie-player + .egw-final-lottie-fallback,
.egw-home--koperasi .egw-final-lottie-card dotlottie-player + .egw-final-lottie-fallback{
  opacity: 0 !important;
}

.egw-home--conversion .egw-final-fallback-window,
.egw-home--koperasi .egw-final-fallback-window{
  width: 86% !important;
  min-height: 250px !important;
  border-radius: 26px !important;
  background: rgba(255,255,255,.9) !important;
  border: 1px solid #d9ece2 !important;
  padding: 20px !important;
}

.egw-home--conversion .egw-final-fallback-top,
.egw-home--koperasi .egw-final-fallback-top{
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 18px !important;
}

.egw-home--conversion .egw-final-fallback-top span,
.egw-home--koperasi .egw-final-fallback-top span{
  display: inline-flex !important;
  gap: 7px !important;
}

.egw-home--conversion .egw-final-fallback-top i,
.egw-home--koperasi .egw-final-fallback-top i{
  width: 8px !important;
  height: 8px !important;
  border-radius: 999px !important;
  background: #c9e9d6 !important;
}

.egw-home--conversion .egw-final-fallback-top strong,
.egw-home--koperasi .egw-final-fallback-top strong{
  color: #10324a !important;
  font-size: 14px !important;
  font-weight: 760 !important;
}

.egw-home--conversion .egw-final-fallback-stats,
.egw-home--koperasi .egw-final-fallback-stats{
  display: grid !important;
  grid-template-columns: repeat(3,1fr) !important;
  gap: 10px !important;
  margin-bottom: 18px !important;
}

.egw-home--conversion .egw-final-fallback-stats b,
.egw-home--koperasi .egw-final-fallback-stats b{
  display: flex !important;
  align-items: center !important;
  min-height: 54px !important;
  border-radius: 16px !important;
  background: #f6fbf8 !important;
  border: 1px solid #d9ece2 !important;
  padding: 12px !important;
  color: #10324a !important;
  font-size: 12px !important;
}

.egw-home--conversion .egw-final-fallback-chart,
.egw-home--koperasi .egw-final-fallback-chart{
  height: 105px !important;
  border-radius: 18px !important;
  background: #ecf8f1 !important;
  border: 1px solid #d9ece2 !important;
  display: flex !important;
  align-items: end !important;
  gap: 12px !important;
  padding: 18px !important;
}

.egw-home--conversion .egw-final-fallback-chart i,
.egw-home--koperasi .egw-final-fallback-chart i{
  flex: 1 !important;
  border-radius: 999px 999px 8px 8px !important;
  background: linear-gradient(180deg,#0dbd62,#b7efc8) !important;
}

.egw-home--conversion .egw-final-fallback-chart i:nth-child(1),
.egw-home--koperasi .egw-final-fallback-chart i:nth-child(1){ height: 42% !important; }

.egw-home--conversion .egw-final-fallback-chart i:nth-child(2),
.egw-home--koperasi .egw-final-fallback-chart i:nth-child(2){ height: 70% !important; }

.egw-home--conversion .egw-final-fallback-chart i:nth-child(3),
.egw-home--koperasi .egw-final-fallback-chart i:nth-child(3){ height: 55% !important; }

.egw-home--conversion .egw-final-fallback-chart i:nth-child(4),
.egw-home--koperasi .egw-final-fallback-chart i:nth-child(4){ height: 82% !important; }

/* Matikan visual lama supaya tidak numpuk */
.egw-home--conversion .egw-hero-clean-card,
.egw-home--koperasi .egw-hero-clean-card,
.egw-home--conversion .egw-hero-css-visual,
.egw-home--koperasi .egw-hero-css-visual,
.egw-home--conversion .egw-hero-clean-lottie,
.egw-home--koperasi .egw-hero-clean-lottie,
.egw-home--conversion .egw-hero-lottie-render,
.egw-home--koperasi .egw-hero-lottie-render,
.egw-home--conversion .egw-kop-dashboard,
.egw-home--koperasi .egw-kop-dashboard,
.egw-home--conversion .egw-floating-label,
.egw-home--koperasi .egw-floating-label,
.egw-home--conversion .egw-hero-chip,
.egw-home--koperasi .egw-hero-chip,
.egw-home--conversion lottie-player,
.egw-home--koperasi lottie-player{
  display: none !important;
}

@media (max-width: 1100px){
  .egw-home--conversion .egw-final-lottie-card,
  .egw-home--koperasi .egw-final-lottie-card{
    width: min(500px, 100%) !important;
    min-height: 350px !important;
  }

  .egw-home--conversion .egw-final-lottie-card dotlottie-player,
  .egw-home--koperasi .egw-final-lottie-card dotlottie-player{
    height: 350px !important;
  }
}

@media (max-width: 960px){
  .egw-home--conversion .egw-hero__visual--lottie-final,
  .egw-home--koperasi .egw-hero__visual--lottie-final{
    min-height: auto !important;
  }

  .egw-home--conversion .egw-final-lottie-card,
  .egw-home--koperasi .egw-final-lottie-card{
    width: min(520px, 100%) !important;
  }
}

@media (max-width: 640px){
  .egw-home--conversion .egw-final-lottie-card,
  .egw-home--koperasi .egw-final-lottie-card{
    min-height: 280px !important;
    border-radius: 24px !important;
  }

  .egw-home--conversion .egw-final-lottie-card dotlottie-player,
  .egw-home--koperasi .egw-final-lottie-card dotlottie-player{
    height: 280px !important;
  }

  .egw-home--conversion .egw-final-lottie-fallback,
  .egw-home--koperasi .egw-final-lottie-fallback{
    inset: 12px !important;
  }
}

/* EGOVLY HERO DASHBOARD FINAL - NO LOTTIE */
.egw-home--conversion .egw-hero__visual--dashboard-final,
.egw-home--koperasi .egw-hero__visual--dashboard-final{
  position: relative !important;
  z-index: 2 !important;
  min-height: 430px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.egw-home--conversion .egw-hero-dashboard-final,
.egw-home--koperasi .egw-hero-dashboard-final{
  position: relative !important;
  width: min(610px, 100%) !important;
  border-radius: 34px !important;
  padding: 24px !important;
  background:
    radial-gradient(circle at 82% 18%, rgba(183,255,33,.14), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(246,251,248,.94)) !important;
  border: 1px solid rgba(255,255,255,.82) !important;
  box-shadow: 0 30px 76px rgba(0,0,0,.20) !important;
  overflow: hidden !important;
}

.egw-home--conversion .egw-hero-dashboard-final:before,
.egw-home--koperasi .egw-hero-dashboard-final:before{
  content: "" !important;
  position: absolute !important;
  inset: auto -80px -120px auto !important;
  width: 280px !important;
  height: 280px !important;
  border-radius: 999px !important;
  background: rgba(13,189,98,.10) !important;
  pointer-events: none !important;
}

.egw-home--conversion .egw-dash-final-top,
.egw-home--koperasi .egw-dash-final-top{
  position: relative !important;
  z-index: 2 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding-bottom: 18px !important;
  border-bottom: 1px solid #dcece4 !important;
}

.egw-home--conversion .egw-dash-final-dots,
.egw-home--koperasi .egw-dash-final-dots{
  display: inline-flex !important;
  gap: 8px !important;
}

.egw-home--conversion .egw-dash-final-dots i,
.egw-home--koperasi .egw-dash-final-dots i{
  width: 9px !important;
  height: 9px !important;
  display: block !important;
  border-radius: 999px !important;
  background: #c9e9d6 !important;
}

.egw-home--conversion .egw-dash-final-top strong,
.egw-home--koperasi .egw-dash-final-top strong{
  color: #10324a !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 780 !important;
  letter-spacing: -.02em !important;
}

.egw-home--conversion .egw-dash-final-stats,
.egw-home--koperasi .egw-dash-final-stats{
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 14px !important;
  margin-top: 20px !important;
}

.egw-home--conversion .egw-dash-final-stats div,
.egw-home--koperasi .egw-dash-final-stats div{
  min-height: 86px !important;
  border-radius: 20px !important;
  background: #ffffff !important;
  border: 1px solid #d8ebe1 !important;
  padding: 16px !important;
  box-shadow: 0 12px 26px rgba(9,54,43,.055) !important;
}

.egw-home--conversion .egw-dash-final-stats small,
.egw-home--koperasi .egw-dash-final-stats small{
  display: block !important;
  color: #718495 !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  margin-bottom: 10px !important;
}

.egw-home--conversion .egw-dash-final-stats b,
.egw-home--koperasi .egw-dash-final-stats b{
  display: block !important;
  color: #10324a !important;
  font-size: 22px !important;
  line-height: 1.1 !important;
  font-weight: 780 !important;
}

.egw-home--conversion .egw-dash-final-main,
.egw-home--koperasi .egw-dash-final-main{
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  grid-template-columns: 1.55fr .75fr !important;
  gap: 14px !important;
  margin-top: 16px !important;
}

.egw-home--conversion .egw-dash-final-chart-card,
.egw-home--koperasi .egw-dash-final-chart-card{
  min-height: 210px !important;
  border-radius: 24px !important;
  background: #ffffff !important;
  border: 1px solid #d8ebe1 !important;
  padding: 18px !important;
  box-shadow: 0 14px 28px rgba(9,54,43,.055) !important;
}

.egw-home--conversion .egw-dash-final-card-head,
.egw-home--koperasi .egw-dash-final-card-head{
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin-bottom: 12px !important;
}

.egw-home--conversion .egw-dash-final-card-head span,
.egw-home--koperasi .egw-dash-final-card-head span{
  display: block !important;
  color: #6f8192 !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  margin-bottom: 5px !important;
}

.egw-home--conversion .egw-dash-final-card-head strong,
.egw-home--koperasi .egw-dash-final-card-head strong{
  display: block !important;
  color: #10324a !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
  font-weight: 780 !important;
}

.egw-home--conversion .egw-dash-final-card-head em,
.egw-home--koperasi .egw-dash-final-card-head em{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 28px !important;
  padding: 6px 11px !important;
  border-radius: 999px !important;
  background: #b7ff21 !important;
  color: #173400 !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-style: normal !important;
  font-weight: 820 !important;
}

.egw-home--conversion .egw-dash-final-chart,
.egw-home--koperasi .egw-dash-final-chart{
  position: relative !important;
  height: 132px !important;
  border-radius: 20px !important;
  background: linear-gradient(180deg,#eef9f2,#f9fcfa) !important;
  border: 1px solid #dcece4 !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: end !important;
  gap: 13px !important;
  padding: 18px !important;
}

.egw-home--conversion .egw-dash-final-chart i,
.egw-home--koperasi .egw-dash-final-chart i{
  flex: 1 !important;
  border-radius: 999px 999px 9px 9px !important;
  background: linear-gradient(180deg,#0dbd62,#b7efc8) !important;
  opacity: .92 !important;
}

.egw-home--conversion .egw-dash-final-chart i:nth-child(1),
.egw-home--koperasi .egw-dash-final-chart i:nth-child(1){ height: 44% !important; }

.egw-home--conversion .egw-dash-final-chart i:nth-child(2),
.egw-home--koperasi .egw-dash-final-chart i:nth-child(2){ height: 68% !important; }

.egw-home--conversion .egw-dash-final-chart i:nth-child(3),
.egw-home--koperasi .egw-dash-final-chart i:nth-child(3){ height: 54% !important; }

.egw-home--conversion .egw-dash-final-chart i:nth-child(4),
.egw-home--koperasi .egw-dash-final-chart i:nth-child(4){ height: 82% !important; }

.egw-home--conversion .egw-dash-final-chart svg,
.egw-home--koperasi .egw-dash-final-chart svg{
  position: absolute !important;
  left: 20px !important;
  right: 20px !important;
  bottom: 12px !important;
  width: calc(100% - 40px) !important;
  height: 105px !important;
  opacity: .95 !important;
}

.egw-home--conversion .egw-dash-final-side,
.egw-home--koperasi .egw-dash-final-side{
  display: grid !important;
  grid-template-rows: 1fr 1fr !important;
  gap: 14px !important;
}

.egw-home--conversion .egw-dash-final-module,
.egw-home--koperasi .egw-dash-final-module{
  border-radius: 22px !important;
  background: #ffffff !important;
  border: 1px solid #d8ebe1 !important;
  padding: 16px !important;
  box-shadow: 0 14px 28px rgba(9,54,43,.055) !important;
}

.egw-home--conversion .egw-dash-final-module span,
.egw-home--koperasi .egw-dash-final-module span{
  display: block !important;
  color: #6f8192 !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  margin-bottom: 8px !important;
}

.egw-home--conversion .egw-dash-final-module b,
.egw-home--koperasi .egw-dash-final-module b{
  display: block !important;
  color: #10324a !important;
  font-size: 22px !important;
  line-height: 1.05 !important;
  font-weight: 780 !important;
}

.egw-home--conversion .egw-dash-final-module small,
.egw-home--koperasi .egw-dash-final-module small{
  display: block !important;
  color: #718495 !important;
  font-size: 11.5px !important;
  margin-top: 7px !important;
}

.egw-home--conversion .egw-dash-final-bottom,
.egw-home--koperasi .egw-dash-final-bottom{
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 10px !important;
  margin-top: 14px !important;
}

.egw-home--conversion .egw-dash-final-bottom div,
.egw-home--koperasi .egw-dash-final-bottom div{
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-height: 38px !important;
  border-radius: 999px !important;
  background: #ecfbf1 !important;
  border: 1px solid #cfeedd !important;
  padding: 8px 11px !important;
  color: #07503c !important;
  font-size: 11.5px !important;
  font-weight: 720 !important;
  white-space: nowrap !important;
}

.egw-home--conversion .egw-dash-final-bottom i,
.egw-home--koperasi .egw-dash-final-bottom i{
  width: 8px !important;
  height: 8px !important;
  display: block !important;
  border-radius: 999px !important;
  background: #0dbd62 !important;
  flex: 0 0 auto !important;
}

.egw-home--conversion .egw-hero-dashboard-chip,
.egw-home--koperasi .egw-hero-dashboard-chip{
  position: absolute !important;
  z-index: 5 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 34px !important;
  padding: 8px 14px !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #10324a !important;
  box-shadow: 0 14px 26px rgba(0,0,0,.12) !important;
  font-size: 12px !important;
  font-weight: 780 !important;
  white-space: nowrap !important;
}

.egw-home--conversion .egw-hero-dashboard-chip--one,
.egw-home--koperasi .egw-hero-dashboard-chip--one{
  left: -12px !important;
  top: 108px !important;
}

.egw-home--conversion .egw-hero-dashboard-chip--two,
.egw-home--koperasi .egw-hero-dashboard-chip--two{
  right: -8px !important;
  top: 182px !important;
  background: #b7ff21 !important;
  color: #173400 !important;
}

.egw-home--conversion .egw-hero-dashboard-chip--three,
.egw-home--koperasi .egw-hero-dashboard-chip--three{
  left: 56px !important;
  bottom: 16px !important;
}

/* Matikan semua visual hero lama */
.egw-home--conversion .egw-final-lottie-card,
.egw-home--koperasi .egw-final-lottie-card,
.egw-home--conversion .egw-hero-clean-card,
.egw-home--koperasi .egw-hero-clean-card,
.egw-home--conversion .egw-hero-css-visual,
.egw-home--koperasi .egw-hero-css-visual,
.egw-home--conversion .egw-kop-dashboard,
.egw-home--koperasi .egw-kop-dashboard,
.egw-home--conversion .egw-floating-label,
.egw-home--koperasi .egw-floating-label,
.egw-home--conversion lottie-player,
.egw-home--koperasi lottie-player,
.egw-home--conversion dotlottie-player,
.egw-home--koperasi dotlottie-player{
  display: none !important;
}

@media (max-width: 1180px){
  .egw-home--conversion .egw-hero-dashboard-final,
  .egw-home--koperasi .egw-hero-dashboard-final{
    width: min(540px, 100%) !important;
    padding: 20px !important;
  }

  .egw-home--conversion .egw-dash-final-main,
  .egw-home--koperasi .egw-dash-final-main{
    grid-template-columns: 1fr !important;
  }

  .egw-home--conversion .egw-dash-final-side,
  .egw-home--koperasi .egw-dash-final-side{
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: none !important;
  }

  .egw-home--conversion .egw-hero-dashboard-chip,
  .egw-home--koperasi .egw-hero-dashboard-chip{
    display: none !important;
  }
}

@media (max-width: 960px){
  .egw-home--conversion .egw-hero__visual--dashboard-final,
  .egw-home--koperasi .egw-hero__visual--dashboard-final{
    min-height: auto !important;
  }
}

@media (max-width: 640px){
  .egw-home--conversion .egw-hero-dashboard-final,
  .egw-home--koperasi .egw-hero-dashboard-final{
    border-radius: 24px !important;
    padding: 16px !important;
  }

  .egw-home--conversion .egw-dash-final-stats,
  .egw-home--koperasi .egw-dash-final-stats,
  .egw-home--conversion .egw-dash-final-bottom,
  .egw-home--koperasi .egw-dash-final-bottom{
    grid-template-columns: 1fr !important;
  }

  .egw-home--conversion .egw-dash-final-side,
  .egw-home--koperasi .egw-dash-final-side{
    grid-template-columns: 1fr !important;
  }

  .egw-home--conversion .egw-dash-final-chart,
  .egw-home--koperasi .egw-dash-final-chart{
    height: 116px !important;
  }
}

/* EGOVLY HERO DASHBOARD MOTION */
.egw-home--conversion .egw-hero-dashboard-final,
.egw-home--koperasi .egw-hero-dashboard-final{
  animation: egwHeroFloat 7s ease-in-out infinite;
  transform-origin: center;
}

.egw-home--conversion .egw-dash-final-stats div,
.egw-home--koperasi .egw-dash-final-stats div,
.egw-home--conversion .egw-dash-final-chart-card,
.egw-home--koperasi .egw-dash-final-chart-card,
.egw-home--conversion .egw-dash-final-module,
.egw-home--koperasi .egw-dash-final-module{
  position: relative;
  overflow: hidden;
}

.egw-home--conversion .egw-dash-final-stats div:after,
.egw-home--koperasi .egw-dash-final-stats div:after,
.egw-home--conversion .egw-dash-final-chart-card:after,
.egw-home--koperasi .egw-dash-final-chart-card:after,
.egw-home--conversion .egw-dash-final-module:after,
.egw-home--koperasi .egw-dash-final-module:after{
  content: "";
  position: absolute;
  top: -40%;
  left: -60%;
  width: 48%;
  height: 180%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.62), transparent);
  transform: rotate(18deg);
  animation: egwHeroShine 7.5s ease-in-out infinite;
  pointer-events: none;
}

.egw-home--conversion .egw-dash-final-stats div:nth-child(2):after,
.egw-home--koperasi .egw-dash-final-stats div:nth-child(2):after{
  animation-delay: .7s;
}

.egw-home--conversion .egw-dash-final-stats div:nth-child(3):after,
.egw-home--koperasi .egw-dash-final-stats div:nth-child(3):after{
  animation-delay: 1.4s;
}

.egw-home--conversion .egw-dash-final-chart i,
.egw-home--koperasi .egw-dash-final-chart i{
  transform-origin: bottom;
  animation: egwHeroBarPulse 3.8s ease-in-out infinite;
}

.egw-home--conversion .egw-dash-final-chart i:nth-child(1),
.egw-home--koperasi .egw-dash-final-chart i:nth-child(1){
  animation-delay: 0s;
}

.egw-home--conversion .egw-dash-final-chart i:nth-child(2),
.egw-home--koperasi .egw-dash-final-chart i:nth-child(2){
  animation-delay: .35s;
}

.egw-home--conversion .egw-dash-final-chart i:nth-child(3),
.egw-home--koperasi .egw-dash-final-chart i:nth-child(3){
  animation-delay: .7s;
}

.egw-home--conversion .egw-dash-final-chart i:nth-child(4),
.egw-home--koperasi .egw-dash-final-chart i:nth-child(4){
  animation-delay: 1.05s;
}

.egw-home--conversion .egw-dash-final-chart svg path,
.egw-home--koperasi .egw-dash-final-chart svg path{
  stroke-dasharray: 640;
  stroke-dashoffset: 640;
  animation: egwHeroLineDraw 5.8s ease-in-out infinite;
}

.egw-home--conversion .egw-dash-final-chart svg path:nth-child(2),
.egw-home--koperasi .egw-dash-final-chart svg path:nth-child(2){
  animation-delay: .2s;
}

.egw-home--conversion .egw-dash-final-card-head em,
.egw-home--koperasi .egw-dash-final-card-head em{
  animation: egwHeroLivePulse 2.4s ease-in-out infinite;
}

.egw-home--conversion .egw-dash-final-bottom div,
.egw-home--koperasi .egw-dash-final-bottom div{
  animation: egwHeroPillFade 6.2s ease-in-out infinite;
}

.egw-home--conversion .egw-dash-final-bottom div:nth-child(2),
.egw-home--koperasi .egw-dash-final-bottom div:nth-child(2){
  animation-delay: .45s;
}

.egw-home--conversion .egw-dash-final-bottom div:nth-child(3),
.egw-home--koperasi .egw-dash-final-bottom div:nth-child(3){
  animation-delay: .9s;
}

.egw-home--conversion .egw-hero-dashboard-chip,
.egw-home--koperasi .egw-hero-dashboard-chip{
  animation: egwHeroChipFloat 4.8s ease-in-out infinite;
}

.egw-home--conversion .egw-hero-dashboard-chip--two,
.egw-home--koperasi .egw-hero-dashboard-chip--two{
  animation-delay: .8s;
}

.egw-home--conversion .egw-hero-dashboard-chip--three,
.egw-home--koperasi .egw-hero-dashboard-chip--three{
  animation-delay: 1.35s;
}

.egw-home--conversion .egw-dash-final-module b,
.egw-home--koperasi .egw-dash-final-module b,
.egw-home--conversion .egw-dash-final-stats b,
.egw-home--koperasi .egw-dash-final-stats b{
  animation: egwHeroNumberLift 5.8s ease-in-out infinite;
}

.egw-home--conversion .egw-dash-final-module:nth-child(2) b,
.egw-home--koperasi .egw-dash-final-module:nth-child(2) b{
  animation-delay: .9s;
}

@keyframes egwHeroFloat{
  0%,100%{
    transform: translateY(0);
  }
  50%{
    transform: translateY(-8px);
  }
}

@keyframes egwHeroShine{
  0%,58%{
    left: -70%;
    opacity: 0;
  }
  64%{
    opacity: .8;
  }
  82%{
    left: 125%;
    opacity: 0;
  }
  100%{
    left: 125%;
    opacity: 0;
  }
}

@keyframes egwHeroBarPulse{
  0%,100%{
    transform: scaleY(.92);
    opacity: .82;
  }
  45%,60%{
    transform: scaleY(1.05);
    opacity: 1;
  }
}

@keyframes egwHeroLineDraw{
  0%{
    stroke-dashoffset: 640;
    opacity: .35;
  }
  28%,74%{
    stroke-dashoffset: 0;
    opacity: .95;
  }
  100%{
    stroke-dashoffset: -640;
    opacity: .35;
  }
}

@keyframes egwHeroLivePulse{
  0%,100%{
    transform: scale(1);
    box-shadow: 0 0 0 rgba(183,255,33,0);
  }
  50%{
    transform: scale(1.06);
    box-shadow: 0 0 0 8px rgba(183,255,33,.16);
  }
}

@keyframes egwHeroPillFade{
  0%,100%{
    transform: translateY(0);
    opacity: .92;
  }
  50%{
    transform: translateY(-3px);
    opacity: 1;
  }
}

@keyframes egwHeroChipFloat{
  0%,100%{
    transform: translateY(0);
  }
  50%{
    transform: translateY(-7px);
  }
}

@keyframes egwHeroNumberLift{
  0%,100%{
    transform: translateY(0);
  }
  50%{
    transform: translateY(-2px);
  }
}

@media (prefers-reduced-motion: reduce){
  .egw-home--conversion .egw-hero-dashboard-final,
  .egw-home--koperasi .egw-hero-dashboard-final,
  .egw-home--conversion .egw-dash-final-stats div:after,
  .egw-home--koperasi .egw-dash-final-stats div:after,
  .egw-home--conversion .egw-dash-final-chart-card:after,
  .egw-home--koperasi .egw-dash-final-chart-card:after,
  .egw-home--conversion .egw-dash-final-module:after,
  .egw-home--koperasi .egw-dash-final-module:after,
  .egw-home--conversion .egw-dash-final-chart i,
  .egw-home--koperasi .egw-dash-final-chart i,
  .egw-home--conversion .egw-dash-final-chart svg path,
  .egw-home--koperasi .egw-dash-final-chart svg path,
  .egw-home--conversion .egw-dash-final-card-head em,
  .egw-home--koperasi .egw-dash-final-card-head em,
  .egw-home--conversion .egw-dash-final-bottom div,
  .egw-home--koperasi .egw-dash-final-bottom div,
  .egw-home--conversion .egw-hero-dashboard-chip,
  .egw-home--koperasi .egw-hero-dashboard-chip,
  .egw-home--conversion .egw-dash-final-module b,
  .egw-home--koperasi .egw-dash-final-module b,
  .egw-home--conversion .egw-dash-final-stats b,
  .egw-home--koperasi .egw-dash-final-stats b{
    animation: none !important;
  }

  .egw-home--conversion .egw-dash-final-chart svg path,
  .egw-home--koperasi .egw-dash-final-chart svg path{
    stroke-dashoffset: 0 !important;
  }
}
