.gom-wrap{background:var(--gom-bg);color:var(--gom-text);padding:28px;border-radius:var(--gom-radius);margin:24px 0;box-sizing:border-box}.gom-wrap *{box-sizing:border-box}.gom-header{margin-bottom:22px}.gom-header h2{font-size:clamp(28px,4vw,46px);line-height:1.05;margin:0 0 10px;font-weight:800}.gom-header p{font-size:18px;margin:0;opacity:.82}.gom-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.gom-card,.gom-step{background:var(--gom-card);border-radius:var(--gom-radius);padding:22px;box-shadow:0 12px 30px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.06)}.gom-card h3,.gom-step h3{margin-top:0;font-size:24px}.gom-excerpt{opacity:.85}.gom-progress{height:12px;background:rgba(0,0,0,.1);border-radius:999px;overflow:hidden;margin:18px 0 7px}.gom-progress span{display:block;height:100%;background:var(--gom-primary);border-radius:999px}.gom-small{font-size:13px;opacity:.75;margin:0 0 14px}.gom-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--gom-primary);color:#fff!important;text-decoration:none!important;border:0;border-radius:999px;padding:12px 18px;font-weight:700;cursor:pointer;line-height:1.1;box-shadow:0 8px 18px rgba(0,0,0,.14)}.gom-btn:hover{filter:brightness(.94);transform:translateY(-1px)}.gom-btn-secondary{background:#1f1f29}.gom-lock{display:inline-block;font-weight:800;padding:8px 10px;border-radius:999px;background:rgba(0,0,0,.08);margin-right:8px}.gom-steps{display:flex;flex-direction:column;gap:18px}.gom-step{display:grid;grid-template-columns:54px 1fr;gap:18px}.gom-step-number{width:54px;height:54px;border-radius:50%;background:var(--gom-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:900}.gom-step.is-complete{outline:3px solid color-mix(in srgb,var(--gom-primary) 45%,transparent)}.gom-done{font-size:12px;background:var(--gom-primary);color:#fff;border-radius:999px;padding:5px 9px;vertical-align:middle}.gom-content{font-size:17px;line-height:1.65}.gom-content iframe,.gom-content video{max-width:100%;border-radius:16px}.gom-complete-form{margin-top:16px}.gom-module{margin-top:28px}.gom-completion{margin-top:22px}@media(max-width:640px){.gom-wrap{padding:18px}.gom-step{grid-template-columns:1fr}.gom-step-number{width:44px;height:44px;font-size:18px}.gom-btn{width:100%;margin-top:6px}.gom-lock{display:block;text-align:center;margin:0 0 8px}}

.gom-module-tile{position:relative;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease}.gom-module-tile:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(0,0,0,.12)}.gom-module-tile.is-complete{border:2px solid var(--gom-primary)}.gom-module-tile.is-complete:after{content:'✓';position:absolute;right:-18px;bottom:-30px;font-size:150px;font-weight:900;color:var(--gom-primary);opacity:.08;line-height:1}.gom-tile-top{display:flex;gap:10px;align-items:center;justify-content:space-between;margin-bottom:14px}.gom-status-badge,.gom-step-count{display:inline-flex;align-items:center;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800;background:rgba(0,0,0,.08)}.gom-status-badge.is-complete{background:var(--gom-primary);color:#fff}.gom-step-count{opacity:.76}.gom-card.is-locked{opacity:.72}.gom-card.is-locked .gom-progress span{background:rgba(0,0,0,.3)}@media(max-width:640px){.gom-tile-top{align-items:flex-start;flex-direction:column}.gom-status-badge,.gom-step-count{width:100%;justify-content:center}}

.gom-prereq-note{font-weight:800;background:rgba(0,0,0,.06);border-radius:999px;padding:9px 12px;display:inline-block;margin-top:10px}.gom-status-badge:not(.is-complete){text-align:center}

.gom-dashboard-section{margin:28px 0 36px}
.gom-section-heading{display:flex;align-items:center;gap:12px;margin:0 0 14px}
.gom-section-heading h3{font-size:1.45rem;margin:0;color:var(--gom-text)}
.gom-section-heading:after{content:"";height:1px;background:rgba(0,0,0,.12);flex:1}
.gom-section-addons .gom-module-tile{border-style:dashed}

.gom-module-layout{display:grid;grid-template-columns:minmax(220px,320px) 1fr;gap:22px;align-items:start}.gom-step-nav{position:sticky;top:24px;background:var(--gom-card);border-radius:var(--gom-radius);padding:18px;box-shadow:0 12px 30px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.06)}.gom-step-nav h3{margin:0 0 12px;font-size:20px}.gom-step-nav-item{display:grid;grid-template-columns:38px 1fr;gap:12px;align-items:center;text-decoration:none!important;color:var(--gom-text)!important;padding:12px;border-radius:14px;margin-bottom:8px;border:1px solid rgba(0,0,0,.07);background:rgba(0,0,0,.025)}.gom-step-nav-item strong{display:block;font-size:14px;line-height:1.25}.gom-step-nav-item em{display:block;font-size:12px;font-style:normal;opacity:.65;margin-top:3px}.gom-step-nav-num{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;background:rgba(0,0,0,.1)}.gom-step-nav-item.is-active{border-color:var(--gom-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--gom-primary) 18%,transparent);background:#fff}.gom-step-nav-item.is-active .gom-step-nav-num,.gom-step-nav-item.is-complete .gom-step-nav-num{background:var(--gom-primary);color:#fff}.gom-step-nav-item.is-complete .gom-step-nav-num:before{content:'✓';font-size:16px}.gom-step-nav-item.is-complete .gom-step-nav-num{font-size:0}.gom-step-nav-item.is-locked{opacity:.5;cursor:not-allowed}.gom-step-content-card{background:var(--gom-card);border-radius:var(--gom-radius);padding:26px;box-shadow:0 12px 30px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.06)}.gom-step-content-top{display:flex;gap:16px;align-items:center;margin-bottom:18px}.gom-step-content-top h3{margin:0;font-size:clamp(24px,3vw,36px)}.gom-step-content-top .gom-small{margin:0 0 4px}@media(max-width:800px){.gom-module-layout{grid-template-columns:1fr}.gom-step-nav{position:static}.gom-step-content-top{align-items:flex-start}.gom-step-content-card{padding:20px}}

/* Reference-style onboarding tile dashboard */
.gom-dashboard{background:linear-gradient(180deg,#f7fafc 0%,#eef3f7 100%);padding:34px;border:1px solid rgba(120,130,140,.18);box-shadow:inset 0 0 0 1px rgba(255,255,255,.65)}
.gom-dashboard .gom-header{text-align:center;margin-bottom:30px}.gom-dashboard .gom-header h2{font-weight:500;letter-spacing:.01em;color:#4f5b66}.gom-dashboard .gom-header p{color:#8a949d}.gom-dashboard .gom-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:18px;align-items:stretch}.gom-dashboard .gom-module-tile{min-height:245px;text-align:center;padding:34px 26px 24px;border-radius:2px;background:rgba(255,255,255,.88);border:1px solid rgba(202,211,219,.75);box-shadow:0 15px 34px rgba(58,72,84,.08);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;position:relative}.gom-dashboard .gom-module-tile:hover{transform:translateY(-5px);box-shadow:0 22px 48px rgba(58,72,84,.14)}.gom-dashboard .gom-module-tile.is-locked{opacity:.6;filter:grayscale(.3)}.gom-dashboard .gom-module-tile.is-complete{border-color:rgba(85,200,177,.42)}.gom-tile-link{position:absolute;inset:0;z-index:2}.gom-tile-visual{height:66px;display:flex;align-items:center;justify-content:center;margin-bottom:10px}.gom-tile-image{max-width:64px;max-height:64px;object-fit:contain;opacity:.62}.gom-tile-icon{width:56px;height:56px;border:2px solid #a4adb5;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#9aa4ac;font-size:25px;background:#fff}.gom-dashboard .gom-module-tile h3{font-weight:500;font-size:23px;line-height:1.18;margin:7px 0 12px;color:#4e5963}.gom-dashboard .gom-excerpt{color:#9aa4ac;font-size:16px;line-height:1.35;max-width:280px}.gom-dashboard .gom-excerpt p{margin:0}.gom-corner-check{position:absolute;right:18px;top:18px;width:29px;height:29px;border-radius:50%;background:#dfe4e8;color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:800;z-index:3}.gom-corner-check.is-complete{background:#58c9b5}.gom-dashboard .gom-progress{height:5px;width:80%;margin:auto 0 8px;background:#e8edf1}.gom-dashboard .gom-progress span{background:#58c9b5}.gom-tile-meta{display:flex;justify-content:space-between;gap:20px;width:80%;font-size:12px;color:#9aa4ac}.gom-tile-actions{position:relative;z-index:4;margin-top:12px;display:flex;gap:8px;align-items:center;justify-content:center;flex-wrap:wrap}.gom-dashboard .gom-btn{padding:9px 13px;font-size:12px}.gom-dashboard .gom-lock{background:#edf1f4;color:#78838c;margin:0}.gom-dashboard-section{margin:32px 0 46px}.gom-section-heading h3{font-weight:500;color:#5c6872}.gom-section-heading:after{background:rgba(160,170,178,.3)}

.gom-step-pager{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:24px 0 10px;padding-top:18px;border-top:1px solid rgba(0,0,0,.08)}.gom-btn-light{background:#eef2f5!important;color:#4e5963!important;box-shadow:none}.gom-next-locked{font-size:13px;font-weight:800;opacity:.65;background:rgba(0,0,0,.06);border-radius:999px;padding:10px 14px;text-align:center}@media(max-width:640px){.gom-dashboard{padding:18px}.gom-dashboard .gom-grid{grid-template-columns:1fr}.gom-step-pager{flex-direction:column}.gom-step-pager .gom-btn,.gom-next-locked{width:100%}}

/* Full-page module lesson layout */
.gom-module-page{display:grid;grid-template-columns:280px minmax(0,1fr);gap:0;align-items:stretch;background:#fff;padding:0;border-radius:0;box-shadow:0 18px 60px rgba(26,38,52,.08);border:1px solid rgba(205,214,222,.65);min-height:72vh;overflow:hidden}
.gom-module-sidebar{background:#f6f8fa;border-right:1px solid rgba(205,214,222,.7);padding:24px 20px;position:relative}
.gom-back-link{display:inline-block;text-decoration:none!important;color:#66727d!important;text-transform:uppercase;font-size:11px;font-weight:800;letter-spacing:.04em;margin-bottom:22px}
.gom-back-link:hover{color:var(--gom-primary)!important}
.gom-sidebar-group{display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(0,0,0,.08);padding-top:18px;margin-bottom:8px}
.gom-sidebar-group h3{font-size:18px;margin:0;color:#374151;font-weight:800}.gom-sidebar-group span{font-size:12px;color:#9aa4ac;font-weight:700}
.gom-sidebar-module-title{font-weight:700;color:#66727d;font-size:13px;margin:0 0 18px;line-height:1.35}
.gom-module-page .gom-step-nav{position:static;background:transparent;border:0;box-shadow:none;border-radius:0;padding:0;margin:0}.gom-module-page .gom-step-nav-item{grid-template-columns:28px 1fr;border:0;background:transparent;padding:10px 6px;margin:0 0 5px;border-radius:10px;box-shadow:none}.gom-module-page .gom-step-nav-item.is-active{background:#fff;box-shadow:0 6px 18px rgba(35,48,60,.06);border:0}.gom-module-page .gom-step-nav-num{width:22px;height:22px;background:transparent;color:#9ba6af;border-radius:4px;font-size:14px}.gom-module-page .gom-step-nav-item.is-active .gom-step-nav-num,.gom-module-page .gom-step-nav-item.is-complete .gom-step-nav-num{background:transparent;color:var(--gom-primary)}.gom-module-page .gom-step-nav-item strong{font-size:13px;color:#4b5563}.gom-module-page .gom-step-nav-item em{font-size:11px}.gom-module-page .gom-step-nav-item.is-locked{opacity:.45}.gom-sidebar-progress{position:absolute;left:20px;right:20px;bottom:24px}.gom-sidebar-progress .gom-progress{height:6px;margin:0 0 8px}.gom-sidebar-progress p{font-size:12px;margin:0;color:#7a8590;font-weight:700}.gom-module-main{background:#fff;padding:0;min-width:0}.gom-content-shell{max-width:760px;margin:0 auto;padding:48px 34px}.gom-content-shell h1{font-size:clamp(30px,4vw,46px);line-height:1.08;margin:0 0 12px;color:#2f3a4a;font-weight:900}.gom-content-shell .gom-module-intro{font-size:16px;line-height:1.65;color:#4f5b66;margin:0 0 28px}.gom-content-shell .gom-content{font-size:16px;line-height:1.72;color:#424d59}.gom-content-shell .gom-content img{max-width:100%;height:auto;border-radius:6px;box-shadow:0 16px 36px rgba(31,42,55,.12);margin:18px 0}.gom-content-shell .gom-content ul{padding-left:26px}.gom-content-shell .gom-content li{margin:6px 0}.gom-step-footer{border-top:1px solid rgba(0,0,0,.08);margin-top:34px;padding-top:18px;display:grid;gap:14px}.gom-module-page .gom-step-pager{margin:0;padding:0;border:0}.gom-module-page .gom-complete-form{margin:0;text-align:right}.gom-module-page .gom-completion{border-top:1px solid rgba(0,0,0,.08);margin-top:0}.gom-module-page .gom-done{font-size:12px;vertical-align:middle}.gom-module-page .gom-small{text-transform:uppercase;font-size:11px;letter-spacing:.08em;font-weight:800;color:#98a2ac;opacity:1}
@media(max-width:860px){.gom-module-page{grid-template-columns:1fr}.gom-module-sidebar{border-right:0;border-bottom:1px solid rgba(205,214,222,.7)}.gom-sidebar-progress{position:static;margin-top:14px}.gom-content-shell{padding:32px 22px}.gom-module-page .gom-complete-form{text-align:stretch}.gom-module-page .gom-complete-form .gom-btn{width:100%}}

/* Reference-style module page: large content canvas with progress sidebar */
.gom-module-page{display:grid!important;grid-template-columns:320px minmax(0,1fr)!important;min-height:86vh!important;border:0!important;box-shadow:0 22px 70px rgba(28,42,58,.08)!important;background:#fff!important;overflow:hidden!important;margin:0!important;padding:0!important;border-radius:0!important}
.gom-module-sidebar{background:#f7f9fb!important;border-right:1px solid #e7edf2!important;padding:36px 28px!important;min-height:86vh!important;display:flex!important;flex-direction:column!important;position:relative!important}
.gom-sidebar-brand{display:flex;align-items:center;gap:12px;margin:0 0 42px;color:#121a27;font-weight:900;letter-spacing:.18em;font-size:18px;text-transform:uppercase}.gom-sidebar-logo-mark{font-size:34px;letter-spacing:-12px;color:#18ba94;font-weight:900;line-height:1;transform:rotate(0deg);display:inline-block}.gom-sidebar-logo-text{white-space:nowrap}.gom-back-link{display:block!important;margin:0 0 28px!important;padding:0 0 28px!important;border-bottom:1px solid #e2e8ee!important;color:#3481e7!important;text-decoration:none!important;font-size:16px!important;font-weight:600!important}.gom-sidebar-group{display:flex!important;align-items:center!important;justify-content:space-between!important;margin:0 0 22px!important}.gom-sidebar-group h3{font-size:20px!important;color:#111827!important;margin:0!important;font-weight:800!important}.gom-sidebar-group span{display:none!important}.gom-sidebar-module-title{display:none!important}.gom-module-page .gom-step-nav{margin:0!important;padding:0!important;background:transparent!important}.gom-module-page .gom-step-nav-item{display:grid!important;grid-template-columns:34px 1fr 22px!important;gap:14px!important;align-items:center!important;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:999px!important;padding:8px 0!important;margin:0 0 14px!important;color:#253142!important;text-decoration:none!important;opacity:1!important}.gom-module-page .gom-step-nav-item strong{font-size:15px!important;line-height:1.25!important;color:#263244!important;font-weight:800!important}.gom-module-page .gom-step-nav-item em{display:none!important}.gom-module-page .gom-step-nav-num{width:30px!important;height:30px!important;border-radius:50%!important;border:2px solid #cbd5df!important;background:#f7f9fb!important;color:#7b8794!important;font-size:15px!important;font-weight:800!important;display:flex!important;align-items:center!important;justify-content:center!important}.gom-module-page .gom-step-nav-item.is-active .gom-step-nav-num{background:#18ba7a!important;border-color:#18ba7a!important;color:#fff!important}.gom-module-page .gom-step-nav-item.is-active strong{color:#18a970!important}.gom-module-page .gom-step-nav-item.is-complete .gom-step-nav-num{background:#18ba7a!important;border-color:#18ba7a!important;color:#fff!important}.gom-module-page .gom-step-nav-item.is-complete .gom-step-nav-num:before{content:'✓';font-size:16px}.gom-module-page .gom-step-nav-item.is-complete .gom-step-nav-num{font-size:0!important}.gom-module-page .gom-step-nav-item.is-locked strong{color:#2d3748!important}.gom-step-lock-icon{font-size:15px;opacity:.55;justify-self:end;filter:grayscale(1)}.gom-sidebar-progress{position:static!important;margin-top:auto!important;background:#fff!important;border:1px solid #dde5ed!important;border-radius:10px!important;padding:20px 22px!important;left:auto!important;right:auto!important;bottom:auto!important;box-shadow:0 8px 22px rgba(24,39,54,.04)!important}.gom-sidebar-progress h4{margin:0 0 12px!important;color:#202b3b!important;font-size:16px!important;font-weight:800!important}.gom-sidebar-progress .gom-progress{height:8px!important;border-radius:999px!important;background:#e6ecf2!important;margin:0 0 12px!important;width:100%!important}.gom-sidebar-progress .gom-progress span{background:#18ba7a!important}.gom-sidebar-progress p{font-size:18px!important;line-height:1.1!important;color:#6b7280!important;font-weight:700!important;margin:0!important;text-transform:none!important}.gom-module-main{background:#fff!important;min-width:0!important}.gom-content-shell{max-width:980px!important;margin:0 auto!important;padding:62px 64px 44px!important}.gom-content-shell .gom-small{display:none!important}.gom-content-shell h1{font-size:42px!important;line-height:1.08!important;margin:0 0 22px!important;color:#111827!important;font-weight:900!important;letter-spacing:-.03em!important}.gom-content-shell .gom-module-intro{font-size:18px!important;line-height:1.65!important;color:#4a5568!important;max-width:820px!important;margin:0 0 30px!important}.gom-content-shell .gom-content{font-size:17px!important;line-height:1.75!important;color:#374151!important}.gom-content-shell .gom-content img{width:100%;max-width:900px;height:auto;border-radius:8px!important;box-shadow:none!important;margin:28px 0!important}.gom-content-shell .gom-content ul{list-style:none!important;padding-left:0!important;margin:28px 0!important}.gom-content-shell .gom-content li{position:relative!important;padding-left:34px!important;margin:10px 0!important}.gom-content-shell .gom-content li:before{content:'✓';position:absolute;left:0;top:2px;width:20px;height:20px;border-radius:50%;background:#18ba7a;color:#fff;font-size:13px;font-weight:900;display:flex;align-items:center;justify-content:center}.gom-step-footer{border-top:1px solid #e5eaf0!important;margin-top:40px!important;padding-top:28px!important;display:block!important}.gom-module-page .gom-step-pager{display:grid!important;grid-template-columns:180px minmax(260px,1fr) 160px!important;align-items:center!important;gap:24px!important;margin:0!important}.gom-module-page .gom-complete-form{text-align:center!important;margin:0!important}.gom-module-page .gom-btn{border-radius:8px!important;min-height:58px!important;padding:0 22px!important;font-size:16px!important;font-weight:800!important;box-shadow:none!important}.gom-module-page .gom-btn-light{background:#fff!important;color:#253142!important;border:1px solid #dce3ea!important}.gom-complete-big{width:100%!important;background:#18ba7a!important;font-size:24px!important;border-radius:10px!important}.gom-next-locked{display:flex;align-items:center;justify-content:center;min-height:58px;border-radius:8px;background:#f2f5f8;color:#7b8794;font-weight:700;text-align:center;padding:8px 14px}.gom-done{background:#18ba7a!important}.gom-completion{max-width:980px!important}
@media(max-width:900px){.gom-module-page{grid-template-columns:1fr!important}.gom-module-sidebar{min-height:auto!important;padding:24px!important}.gom-sidebar-brand{margin-bottom:24px}.gom-sidebar-progress{margin-top:24px!important}.gom-content-shell{padding:34px 24px!important}.gom-module-page .gom-step-pager{grid-template-columns:1fr!important}.gom-complete-big{font-size:20px!important}.gom-content-shell h1{font-size:34px!important}}

/* Full-screen dedicated module pages */
.gom-module-page{
  position:relative!important;
  left:50%!important;
  right:50%!important;
  margin-left:-50vw!important;
  margin-right:-50vw!important;
  width:100vw!important;
  max-width:100vw!important;
  min-height:100vh!important;
  height:100vh!important;
  display:grid!important;
  grid-template-columns:350px minmax(0,1fr)!important;
  background:#fff!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
.admin-bar .gom-module-page{
  min-height:calc(100vh - 32px)!important;
  height:calc(100vh - 32px)!important;
}
.gom-module-sidebar{
  min-height:100%!important;
  height:100%!important;
  overflow-y:auto!important;
  background:#f7f9fb!important;
  padding:42px 38px!important;
  border-right:1px solid #e6edf3!important;
}
.gom-module-main{
  height:100%!important;
  overflow-y:auto!important;
  background:#fff!important;
}
.gom-content-shell{
  max-width:1040px!important;
  margin:0 auto!important;
  padding:66px 80px 48px!important;
}
.gom-content-shell h1{
  font-size:44px!important;
  margin-bottom:22px!important;
}
.gom-content-shell .gom-module-intro{
  max-width:850px!important;
}
.gom-content-shell .gom-content img{
  width:100%!important;
  max-width:930px!important;
  display:block!important;
}
.gom-step-footer{
  position:sticky!important;
  bottom:0!important;
  background:#fff!important;
  z-index:5!important;
  padding:28px 0 0!important;
}
.gom-module-page .gom-step-pager{
  grid-template-columns:180px minmax(320px,1fr) 170px!important;
}
@media(max-width:900px){
  .gom-module-page{
    left:auto!important;right:auto!important;margin-left:0!important;margin-right:0!important;
    width:100%!important;max-width:100%!important;height:auto!important;min-height:100vh!important;overflow:visible!important;
    grid-template-columns:1fr!important;
  }
  .admin-bar .gom-module-page{height:auto!important;min-height:calc(100vh - 32px)!important;}
  .gom-module-sidebar,.gom-module-main{height:auto!important;overflow:visible!important;}
  .gom-content-shell{padding:34px 24px!important;}
}


/* FINAL OVERRIDE: true full-screen module page, even inside narrow theme/page containers */
.gom-wrap.gom-module-page{
  position:relative!important;
  left:50%!important;
  margin-left:-50vw!important;
  width:100vw!important;
  max-width:100vw!important;
  min-height:100vh!important;
  height:100vh!important;
  display:grid!important;
  grid-template-columns:330px minmax(0,1fr)!important;
  gap:0!important;
  padding:0!important;
  background:#fff!important;
  border-radius:0!important;
  overflow:hidden!important;
}
.gom-wrap.gom-module-page .gom-module-sidebar{
  grid-column:1!important;
  height:100vh!important;
  min-height:100vh!important;
  overflow-y:auto!important;
  background:#f7f9fb!important;
  padding:42px 38px!important;
}
.gom-wrap.gom-module-page .gom-module-main{
  grid-column:2!important;
  height:100vh!important;
  min-height:100vh!important;
  overflow-y:auto!important;
  background:#fff!important;
}
.gom-wrap.gom-module-page .gom-content-shell{
  max-width:1040px!important;
  margin:0 auto!important;
  padding:66px 80px 48px!important;
}
.gom-wrap.gom-module-page .gom-step-footer{position:sticky!important;bottom:0!important;background:#fff!important;z-index:20!important;}
.gom-wrap.gom-module-page .gom-step-pager{display:grid!important;grid-template-columns:180px minmax(320px,1fr) 170px!important;gap:24px!important;align-items:center!important;}
@media(max-width:700px){
  .gom-wrap.gom-module-page{left:auto!important;margin-left:0!important;width:100%!important;height:auto!important;min-height:100vh!important;grid-template-columns:1fr!important;overflow:visible!important;}
  .gom-wrap.gom-module-page .gom-module-sidebar,.gom-wrap.gom-module-page .gom-module-main{grid-column:1!important;height:auto!important;min-height:0!important;overflow:visible!important;}
  .gom-wrap.gom-module-page .gom-content-shell{padding:34px 24px!important;}
  .gom-wrap.gom-module-page .gom-step-pager{grid-template-columns:1fr!important;}
}


/* Leco Client Portal inspired layout override */
:root{--gom-leco-primary:#49ABF7;--gom-leco-success:#16C8AE;--gom-leco-text:#2C314C;--gom-leco-muted:#6B6E7B;--gom-leco-bg:#F8FAFB;--gom-leco-border:#e7eaec;--gom-leco-soft:#EEF2F5;}
.gom-dashboard{background:var(--gom-leco-bg)!important;border-radius:0!important;margin:0!important;padding:42px!important;color:var(--gom-leco-text)!important;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;}
.gom-dashboard .gom-header{max-width:80rem;margin:0 auto 28px!important;}
.gom-dashboard .gom-header h2{font-size:30px!important;line-height:38px!important;letter-spacing:-.5px!important;font-weight:700!important;color:var(--gom-leco-text)!important;}
.gom-dashboard .gom-header p{font-size:15px!important;line-height:24px!important;color:var(--gom-leco-muted)!important;}
.gom-dashboard-section{max-width:80rem;margin:0 auto 42px!important;}
.gom-section-heading{margin-bottom:18px!important;}
.gom-section-heading h3{font-size:24px!important;line-height:30px!important;font-weight:700!important;letter-spacing:-.5px!important;color:var(--gom-leco-text)!important;}
.gom-section-heading:after{background:var(--gom-leco-border)!important;}
.gom-dashboard .gom-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))!important;gap:24px!important;}
.gom-dashboard .gom-module-tile{min-height:220px!important;background:#fff!important;border:1px solid var(--gom-leco-border)!important;border-radius:0!important;box-shadow:none!important;padding:28px 24px!important;text-align:center!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;color:var(--gom-leco-text)!important;}
.gom-dashboard .gom-module-tile:hover{transform:none!important;box-shadow:0 12px 28px rgba(44,49,76,.08)!important;border-color:#C8D2D5!important;}
.gom-dashboard .gom-corner-check{position:absolute!important;top:18px!important;right:18px!important;width:28px!important;height:28px!important;border-radius:50%!important;background:#dde7ea!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;font-weight:800!important;}
.gom-dashboard .gom-corner-check.is-complete{background:var(--gom-leco-success)!important;}
.gom-dashboard .gom-tile-visual{height:48px!important;margin:0 0 18px!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#9AA6B2!important;}
.gom-dashboard .gom-tile-icon{background:none!important;color:#9AA6B2!important;font-size:42px!important;}
.gom-dashboard .gom-module-tile h3{font-size:18px!important;line-height:24px!important;font-weight:600!important;letter-spacing:-.5px!important;margin:0 0 10px!important;color:var(--gom-leco-text)!important;}
.gom-dashboard .gom-excerpt{font-size:14px!important;line-height:20px!important;color:var(--gom-leco-muted)!important;opacity:1!important;max-width:220px!important;}
.gom-dashboard .gom-progress,.gom-dashboard .gom-tile-meta,.gom-dashboard .gom-tile-actions{width:100%!important;max-width:220px!important;}
.gom-dashboard .gom-progress{height:6px!important;background:var(--gom-leco-soft)!important;margin:18px 0 8px!important;}
.gom-dashboard .gom-progress span{background:var(--gom-leco-success)!important;}
.gom-dashboard .gom-tile-meta{font-size:12px!important;line-height:17px!important;color:var(--gom-leco-muted)!important;display:flex!important;justify-content:space-between!important;}

/* True full-screen content page that mirrors Leco Client Portal content pages */
html:has(.gom-wrap.gom-module-page),body:has(.gom-wrap.gom-module-page){overflow:hidden!important;}
.gom-wrap.gom-module-page{
  position:fixed!important;
  inset:0!important;
  width:100vw!important;
  height:100vh!important;
  max-width:none!important;
  min-height:100vh!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  gap:0!important;
  background:var(--gom-leco-bg)!important;
  border-radius:0!important;
  box-shadow:none!important;
  overflow:hidden!important;
  z-index:999!important;
  color:var(--gom-leco-text)!important;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
}
.admin-bar .gom-wrap.gom-module-page{top:32px!important;height:calc(100vh - 32px)!important;}
.gom-wrap.gom-module-page *{box-sizing:border-box!important;}
.gom-wrap.gom-module-page .gom-module-sidebar{
  flex:0 0 25%!important;
  max-width:360px!important;
  min-width:280px!important;
  height:100%!important;
  min-height:0!important;
  overflow-y:auto!important;
  background:var(--gom-leco-bg)!important;
  border-right:0!important;
  padding:40px 40px 40px 48px!important;
  display:flex!important;
  flex-direction:column!important;
}
.gom-wrap.gom-module-page .gom-sidebar-brand{display:flex!important;align-items:center!important;gap:10px!important;margin:0 0 42px!important;color:#111827!important;font-size:24px!important;line-height:1!important;font-weight:400!important;letter-spacing:-.8px!important;}
.gom-wrap.gom-module-page .gom-sidebar-logo-mark{color:var(--gom-leco-success)!important;font-size:24px!important;font-weight:900!important;letter-spacing:-10px!important;transform:rotate(0deg);display:inline-block!important;margin-right:8px!important;}
.gom-wrap.gom-module-page .gom-sidebar-logo-text{font-weight:500!important;letter-spacing:1px!important;}
.gom-wrap.gom-module-page .gom-back-link{display:block!important;margin:0 0 28px!important;padding:0 0 14px!important;border-bottom:1px solid rgba(44,49,76,.31)!important;color:var(--gom-leco-text)!important;text-decoration:none!important;text-transform:uppercase!important;font-size:11px!important;line-height:18px!important;font-weight:400!important;}
.gom-wrap.gom-module-page .gom-sidebar-group{display:block!important;margin:0 0 12px!important;}
.gom-wrap.gom-module-page .gom-sidebar-group h3{font-size:22px!important;line-height:28px!important;font-weight:700!important;letter-spacing:-.5px!important;color:var(--gom-leco-text)!important;margin:0!important;}
.gom-wrap.gom-module-page .gom-sidebar-group span{display:none!important;}
.gom-wrap.gom-module-page .gom-sidebar-module-title{display:none!important;}
.gom-wrap.gom-module-page .gom-step-nav{background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;padding:0!important;margin:0 0 30px!important;position:static!important;}
.gom-wrap.gom-module-page .gom-step-nav-item{display:grid!important;grid-template-columns:18px 1fr 18px!important;gap:12px!important;align-items:center!important;margin:0!important;padding:12px 0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;color:var(--gom-leco-text)!important;text-decoration:none!important;opacity:1!important;}
.gom-wrap.gom-module-page .gom-step-nav-item strong{font-size:14px!important;line-height:20px!important;font-weight:600!important;color:var(--gom-leco-text)!important;letter-spacing:-.1px!important;}
.gom-wrap.gom-module-page .gom-step-nav-item em{display:none!important;}
.gom-wrap.gom-module-page .gom-step-nav-num{width:16px!important;height:16px!important;border-radius:0!important;border:0!important;background:transparent!important;color:var(--gom-leco-muted)!important;font-size:0!important;font-weight:400!important;display:block!important;position:relative!important;}
.gom-wrap.gom-module-page .gom-step-nav-num:before{content:"";display:block;width:16px;height:16px;background:currentColor;mask:radial-gradient(circle,#000 42%,transparent 44%);-webkit-mask:radial-gradient(circle,#000 42%,transparent 44%);opacity:.65;}
.gom-wrap.gom-module-page .gom-step-nav-item.is-active strong,.gom-wrap.gom-module-page .gom-step-nav-item.current strong{font-weight:700!important;}
.gom-wrap.gom-module-page .gom-step-nav-item.is-active .gom-step-nav-num:before{mask:none;-webkit-mask:none;border:2px solid var(--gom-leco-primary);border-radius:50%;background:transparent!important;opacity:1;}
.gom-wrap.gom-module-page .gom-step-nav-item.is-complete .gom-step-nav-num:before{content:"✓";mask:none;-webkit-mask:none;background:var(--gom-leco-success)!important;color:#fff!important;border-radius:50%!important;font-size:11px!important;font-weight:900!important;display:flex!important;align-items:center!important;justify-content:center!important;opacity:1!important;}
.gom-wrap.gom-module-page .gom-step-nav-item.is-locked{opacity:.5!important;}
.gom-wrap.gom-module-page .gom-step-lock-icon{font-size:14px!important;opacity:.55!important;filter:grayscale(1)!important;justify-self:end!important;}
.gom-wrap.gom-module-page .gom-sidebar-progress{margin-top:auto!important;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;padding:0!important;}
.gom-wrap.gom-module-page .gom-sidebar-progress h4{font-size:15px!important;line-height:24px!important;font-weight:700!important;margin:0 0 10px!important;color:var(--gom-leco-text)!important;}
.gom-wrap.gom-module-page .gom-sidebar-progress .gom-progress{height:8px!important;background:var(--gom-leco-soft)!important;border-radius:999px!important;margin:0 0 12px!important;}
.gom-wrap.gom-module-page .gom-sidebar-progress .gom-progress span{background:var(--gom-leco-success)!important;}
.gom-wrap.gom-module-page .gom-sidebar-progress p{font-size:14px!important;line-height:20px!important;margin:0!important;color:var(--gom-leco-muted)!important;font-weight:400!important;}
.gom-wrap.gom-module-page .gom-module-main{flex:1 1 auto!important;height:100%!important;min-height:0!important;overflow-y:auto!important;background:#fff!important;padding:0!important;}
.gom-wrap.gom-module-page .gom-content-shell{max-width:960px!important;margin:0 auto!important;padding:56px 64px 44px!important;background:#fff!important;}
.gom-wrap.gom-module-page .gom-content-shell .gom-small{font-size:12px!important;line-height:17px!important;color:var(--gom-leco-muted)!important;margin:0 0 14px!important;display:block!important;}
.gom-wrap.gom-module-page .gom-content-shell h1{font-size:30px!important;line-height:38px!important;font-weight:700!important;letter-spacing:-.5px!important;color:var(--gom-leco-text)!important;margin:0 0 16px!important;}
.gom-wrap.gom-module-page .gom-module-intro,.gom-wrap.gom-module-page .gom-content{font-size:15px!important;line-height:24px!important;color:var(--gom-leco-text)!important;}
.gom-wrap.gom-module-page .gom-content p{font-size:15px!important;line-height:24px!important;margin:0 0 1em!important;}
.gom-wrap.gom-module-page .gom-content h2{font-size:30px!important;line-height:38px!important;font-weight:700!important;letter-spacing:-.5px!important;margin:0 0 10px!important;color:var(--gom-leco-text)!important;}
.gom-wrap.gom-module-page .gom-content h3{font-size:22px!important;line-height:28px!important;font-weight:700!important;letter-spacing:-.5px!important;margin:1.25rem 0 .3125rem!important;color:var(--gom-leco-text)!important;}
.gom-wrap.gom-module-page .gom-content a{color:var(--gom-leco-primary)!important;font-weight:600!important;}
.gom-wrap.gom-module-page .gom-content img,.gom-wrap.gom-module-page .gom-content iframe,.gom-wrap.gom-module-page .gom-content video{max-width:100%!important;height:auto!important;border-radius:0!important;box-shadow:none!important;margin:24px 0!important;}
.gom-wrap.gom-module-page .gom-content ul{padding-left:1.2em!important;margin:1em 0!important;}
.gom-wrap.gom-module-page .gom-content li{margin:.35em 0!important;}
.gom-wrap.gom-module-page .gom-step-footer{position:static!important;background:#fff!important;border-top:1px solid var(--gom-leco-border)!important;margin-top:34px!important;padding:24px 0 0!important;}
.gom-wrap.gom-module-page .gom-step-pager{display:grid!important;grid-template-columns:160px minmax(250px,1fr) 140px!important;gap:18px!important;align-items:center!important;}
.gom-wrap.gom-module-page .gom-complete-form{margin:0!important;text-align:center!important;}
.gom-wrap.gom-module-page .gom-btn{min-height:48px!important;border-radius:0!important;box-shadow:none!important;border:0!important;padding:12px 18px!important;font-size:16px!important;line-height:24px!important;font-weight:600!important;letter-spacing:-.1px!important;text-decoration:none!important;}
.gom-wrap.gom-module-page .gom-btn-light{background:var(--gom-leco-soft)!important;color:var(--gom-leco-text)!important;}
.gom-wrap.gom-module-page .gom-complete-big{width:100%!important;background:var(--gom-leco-success)!important;color:#fff!important;}
.gom-wrap.gom-module-page .gom-next-locked{min-height:48px!important;background:var(--gom-leco-soft)!important;color:var(--gom-leco-muted)!important;border-radius:0!important;font-size:13px!important;line-height:17px!important;font-weight:600!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:10px!important;}
@media(max-width:800px){
  html:has(.gom-wrap.gom-module-page),body:has(.gom-wrap.gom-module-page){overflow:auto!important;}
  .gom-wrap.gom-module-page{position:relative!important;inset:auto!important;height:auto!important;min-height:100vh!important;display:block!important;overflow:visible!important;z-index:auto!important;}
  .admin-bar .gom-wrap.gom-module-page{top:auto!important;height:auto!important;}
  .gom-wrap.gom-module-page .gom-module-sidebar{max-width:none!important;width:100%!important;height:auto!important;min-width:0!important;padding:28px 24px!important;}
  .gom-wrap.gom-module-page .gom-module-main{height:auto!important;overflow:visible!important;}
  .gom-wrap.gom-module-page .gom-content-shell{padding:32px 24px!important;}
  .gom-wrap.gom-module-page .gom-step-pager{grid-template-columns:1fr!important;}
}

.gom-completion-screen {
  min-height: calc(100vh - 180px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.gom-completion-screen .gom-content {
  max-width: 760px;
  margin: 0 auto 32px;
}
.gom-module-complete-badge {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 30;
  padding: 14px 22px;
  border-radius: 999px;
  background: #14b875;
  color: #fff;
  font-weight: 800;
  box-shadow: 0 18px 40px rgba(20,184,117,.28);
}

.gom-video-wrap{position:relative;width:100%;aspect-ratio:16/9;background:#000;border-radius:18px;overflow:hidden;margin:0 0 28px;box-shadow:0 18px 50px rgba(15,23,42,.14)}
.gom-video-wrap iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:block}

/* Form Step: the onboarding completion button acts as the visible CF7 submit button. */
.gom-form-step .wpcf7-submit{display:none!important;}
.gom-form-step{margin:24px 0;}
.gom-form-step .wpcf7-form input:not([type="submit"]),
.gom-form-step .wpcf7-form textarea,
.gom-form-step .wpcf7-form select{width:100%;max-width:720px;border:1px solid #d7dce5;border-radius:12px;padding:12px 14px;font:inherit;}
.gom-form-step .wpcf7-form label{font-weight:700;color:var(--gom-text);}

/* Added branding/settings controls */
.gom-sidebar-logo-img{max-width:190px!important;max-height:72px!important;width:auto!important;height:auto!important;display:block!important;object-fit:contain!important;border-radius:0!important;margin:0!important;box-shadow:none!important}.gom-tile-image{width:76px!important;height:76px!important;object-fit:cover!important;border-radius:18px!important;display:block!important}.gom-step-nav-icon{width:28px;height:28px;border-radius:50%;position:relative;display:flex;align-items:center;justify-content:center;overflow:visible}.gom-step-nav-icon img{width:28px!important;height:28px!important;object-fit:cover!important;border-radius:50%!important;display:block!important;margin:0!important}.gom-step-nav-icon b{position:absolute;right:-6px;bottom:-5px;width:17px;height:17px;border-radius:50%;background:var(--gom-primary);color:#fff;font-size:11px;line-height:17px;text-align:center;box-shadow:0 1px 4px rgba(0,0,0,.2)}.gom-wrap.gom-module-page .gom-step-nav-item.is-complete .gom-step-nav-icon b{background:var(--gom-leco-success)!important}.gom-wrap.gom-module-page .gom-step-nav-icon{width:20px!important;height:20px!important}.gom-wrap.gom-module-page .gom-step-nav-icon img{width:20px!important;height:20px!important}.gom-wrap.gom-module-page .gom-step-nav-icon b{right:-7px!important;bottom:-7px!important}

/* Responsive module tile count from Settings */
.gom-dashboard .gom-grid{
  display:grid!important;
  grid-template-columns:repeat(var(--gom-cols-desktop,3), minmax(0, 1fr))!important;
  gap:24px!important;
}
@media(max-width:1024px){
  .gom-dashboard .gom-grid{grid-template-columns:repeat(var(--gom-cols-tablet,2), minmax(0, 1fr))!important;}
}
@media(max-width:640px){
  .gom-dashboard .gom-grid{grid-template-columns:repeat(var(--gom-cols-mobile,1), minmax(0, 1fr))!important;}
}

/* Theme/Divi fullscreen support for individual module pages */
body.gom-module-fullscreen,
body.gom-module-fullscreen #page-container,
body.gom-module-fullscreen #et-main-area,
body.gom-module-fullscreen #main-content{
  margin:0!important;
  padding-top:0!important;
  overflow:hidden!important;
}
body.gom-module-fullscreen #main-header,
body.gom-module-fullscreen #top-header,
body.gom-module-fullscreen #main-footer,
body.gom-module-fullscreen #footer-bottom,
body.gom-module-fullscreen .et-l--header,
body.gom-module-fullscreen .et-l--footer,
body.gom-module-fullscreen header#main-header,
body.gom-module-fullscreen footer#main-footer{
  display:none!important;
}
body.gom-module-fullscreen .gom-wrap.gom-module-page{
  z-index:2147483000!important;
}
body.gom-module-fullscreen.admin-bar .gom-wrap.gom-module-page{
  top:32px!important;
  height:calc(100vh - 32px)!important;
}
.gom-module-complete-badge{background:var(--gom-leco-success)!important;box-shadow:0 18px 40px color-mix(in srgb,var(--gom-leco-success) 28%,transparent)!important;}

/* Dashboard active/completed grouping */
.gom-dashboard-section-title{
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.15;
  font-weight: 700;
  color: var(--gom-text, #1f1f29);
  margin: 0 0 18px;
  text-align: left;
}
.gom-section-completed{
  margin-top: 54px !important;
  padding-top: 34px;
  border-top: 1px solid rgba(31,31,41,.10);
}
.gom-section-completed .gom-module-tile{
  opacity: .92;
}
