/* 1MZ Showcase — Material 3 */
.onemz-showcase,.onemz-showcase *{box-sizing:border-box}
.onemz-showcase{
 --mz-primary:#126b45;--mz-primary-container:#d7f7e4;--mz-on-primary-container:#073c25;
 --mz-surface:#f9fbf8;--mz-surface-low:#f1f5f1;--mz-surface-high:#e7ede8;
 --mz-on-surface:#18201b;--mz-on-variant:#566159;--mz-outline:#bcc6be;--mz-outline-soft:#d7ded8;
 position:relative;left:50%;width:100vw;max-width:100vw;margin:0 0 0 -50vw;overflow:hidden;
 background:var(--mz-surface);color:var(--mz-on-surface);font:400 16px/1.55 Inter,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
 letter-spacing:0;text-align:left;-webkit-font-smoothing:antialiased
}
.onemz-showcase [hidden]{display:none!important}
.onemz-showcase a{color:inherit;text-decoration:none}
.onemz-showcase button,.onemz-showcase input{font:inherit;letter-spacing:0}
.onemz-showcase button{cursor:pointer}
.onemz-showcase h1,.onemz-showcase h2,.onemz-showcase h3,.onemz-showcase h4,.onemz-showcase p,.onemz-showcase ol,.onemz-showcase ul{margin-top:0}
.onemz-showcase h1,.onemz-showcase h2,.onemz-showcase h3,.onemz-showcase h4{color:inherit;font-family:inherit;font-weight:750;letter-spacing:0;line-height:1.12}
.onemz-showcase :focus-visible{outline:3px solid #f5bf29;outline-offset:3px}
.onemz-showcase .dashicons{flex:0 0 auto;width:20px;height:20px;font-size:20px;line-height:1}

.onemz-showcase__hero{
 position:relative;display:flex;min-height:640px;height:calc(100svh - 64px);max-height:760px;isolation:isolate;overflow:hidden;
 background-color:#07110d;background-image:var(--onemz-hero-image);background-position:center;background-repeat:no-repeat;background-size:cover;color:#fff
}
.onemz-showcase__hero-shade{position:absolute;inset:0;z-index:-1;background:rgba(4,12,8,.52);pointer-events:none}
.onemz-showcase__nav{
 position:absolute;top:0;left:50%;z-index:2;display:grid;grid-template-columns:minmax(200px,1fr) auto minmax(200px,1fr);
 align-items:center;gap:28px;width:min(1120px,calc(100% - 48px));min-height:76px;padding:12px 0;transform:translateX(-50%);
 border-bottom:1px solid rgba(255,255,255,.25)
}
.onemz-showcase__brand{display:inline-flex;align-items:center;gap:11px;width:fit-content;color:#fff!important;font-size:16px;font-weight:750}
.onemz-showcase__brand-mark{display:grid;width:36px;height:36px;place-items:center;border-radius:8px;background:#f0bb19;color:#18200b;font-size:20px;font-weight:850}
.onemz-showcase__nav-links{display:flex;align-items:center;justify-content:center;gap:28px}
.onemz-showcase__nav-links a{position:relative;padding:12px 0;color:rgba(255,255,255,.86)!important;font-size:14px;font-weight:650}
.onemz-showcase__nav-links a:after{position:absolute;right:0;bottom:5px;left:0;height:2px;background:#f0bb19;content:"";opacity:0;transform:scaleX(.5);transition:opacity .18s ease,transform .18s ease}
.onemz-showcase__nav-links a:hover:after,.onemz-showcase__nav-links a:focus-visible:after{opacity:1;transform:scaleX(1)}
.onemz-showcase__nav>.onemz-button{justify-self:end}

.onemz-button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:9px;padding:11px 20px;border:1px solid transparent;border-radius:8px;font-size:14px;font-weight:750;line-height:1.2;text-align:center;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}
.onemz-button:hover{transform:translateY(-1px)}
.onemz-button--nav{min-height:42px;padding:9px 16px;border-color:rgba(255,255,255,.38);background:rgba(8,18,13,.52);color:#fff!important;backdrop-filter:blur(12px)}
.onemz-button--nav:hover{border-color:#fff;background:rgba(8,18,13,.76)}
.onemz-button--primary{background:#f0bb19;color:#16200b!important;box-shadow:0 8px 22px rgba(0,0,0,.24)}
.onemz-button--primary:hover{background:#ffd65a}
.onemz-button--tonal{border-color:rgba(255,255,255,.4);background:rgba(255,255,255,.14);color:#fff!important;backdrop-filter:blur(12px)}
.onemz-button--tonal:hover{background:rgba(255,255,255,.22)}
.onemz-showcase__hero-content{align-self:center;width:min(1120px,calc(100% - 48px));margin:58px auto 0}
.onemz-showcase__hero-content>*{max-width:620px}
.onemz-showcase__eyebrow{margin-bottom:14px;color:#f8d45e;font-size:12px;font-weight:850;text-transform:uppercase}
.onemz-showcase__eyebrow--green{color:var(--mz-primary)}
.onemz-showcase__hero h1{max-width:700px;margin-bottom:18px;color:#fff;font-size:58px}
.onemz-showcase__lead{margin-bottom:28px;color:rgba(255,255,255,.88);font-size:20px;line-height:1.5}
.onemz-showcase__hero-actions,.onemz-showcase__cta-actions{display:flex;flex-wrap:wrap;gap:12px}
.onemz-showcase__share{display:inline-flex;min-height:40px;align-items:center;gap:8px;margin-top:20px;padding:7px 0;border:0;background:transparent;color:rgba(255,255,255,.82);font-size:14px;font-weight:700}
.onemz-showcase__share:hover{color:#fff}
.onemz-showcase__scroll-cue{position:absolute;right:max(24px,calc((100% - 1120px)/2));bottom:28px;display:inline-flex;align-items:center;gap:8px;color:rgba(255,255,255,.82)!important;font-size:13px;font-weight:700}

.onemz-showcase__metrics,.onemz-showcase__cta{background:var(--mz-primary);color:#fff}
.onemz-showcase__metrics-inner{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));width:min(1120px,calc(100% - 48px));margin:0 auto}
.onemz-showcase__metric{display:flex;min-width:0;flex-direction:column;justify-content:center;min-height:118px;padding:24px 30px;border-right:1px solid rgba(255,255,255,.22)}
.onemz-showcase__metric:first-child{padding-left:0}.onemz-showcase__metric:last-child{padding-right:0;border-right:0}
.onemz-showcase__metric strong{margin-bottom:4px;font-size:27px;line-height:1.1}.onemz-showcase__metric span{color:rgba(255,255,255,.8);font-size:13px}

.onemz-showcase__section{width:min(1120px,calc(100% - 48px));margin:0 auto;padding:84px 0}
.onemz-showcase__section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:36px;margin-bottom:38px}
.onemz-showcase__section-heading>div:first-child{max-width:690px}
.onemz-showcase__section-heading h2,.onemz-showcase__faq-heading h2{margin-bottom:14px;font-size:38px}
.onemz-showcase__section-heading p:last-child,.onemz-showcase__faq-heading p:last-child{margin-bottom:0;color:var(--mz-on-variant);font-size:17px}
.onemz-showcase__segments{display:inline-grid;grid-auto-columns:minmax(78px,auto);grid-auto-flow:column;flex:0 0 auto;padding:4px;border:1px solid var(--mz-outline-soft);border-radius:8px;background:var(--mz-surface-low)}
.onemz-showcase__segments button{min-height:40px;padding:8px 14px;border:0;border-radius:6px;background:transparent;color:var(--mz-on-variant);font-size:13px;font-weight:750}
.onemz-showcase__segments button[aria-pressed=true]{background:var(--mz-primary);color:#fff;box-shadow:0 2px 8px rgba(13,87,56,.2)}

.onemz-showcase__feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.onemz-showcase__feature{min-width:0;min-height:250px;padding:26px;border:1px solid var(--mz-outline-soft);border-radius:8px;background:var(--mz-surface);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.onemz-showcase__feature:hover{transform:translateY(-3px);border-color:var(--mz-outline);box-shadow:0 10px 28px rgba(31,43,35,.1)}
.onemz-showcase__feature-icon,.onemz-showcase__step-icon{display:grid!important;width:46px!important;height:46px!important;place-items:center;margin-bottom:28px;border-radius:8px;background:var(--mz-primary-container);color:var(--mz-on-primary-container);font-size:23px!important}
.onemz-showcase__feature h3{margin-bottom:10px;font-size:20px}.onemz-showcase__feature p{margin-bottom:0;color:var(--mz-on-variant);font-size:15px}

.onemz-showcase__product-band,.onemz-showcase__faq-band{background:var(--mz-surface-low);border-top:1px solid var(--mz-outline-soft);border-bottom:1px solid var(--mz-outline-soft)}
.onemz-showcase__section--product{padding-top:78px;padding-bottom:78px}.onemz-showcase__section-heading--compact{margin-bottom:30px}
.onemz-showcase__product{display:grid;grid-template-columns:240px minmax(0,1fr);min-height:490px;overflow:hidden;border:1px solid var(--mz-outline);border-radius:8px;background:var(--mz-surface);box-shadow:0 16px 40px rgba(34,47,38,.09)}
.onemz-showcase__product-tabs{display:flex;flex-direction:column;gap:4px;padding:18px 12px;border-right:1px solid var(--mz-outline-soft);background:var(--mz-surface-high)}
.onemz-showcase__product-tabs button{display:flex;min-height:48px;align-items:center;gap:12px;padding:10px 14px;border:0;border-radius:6px;background:transparent;color:var(--mz-on-variant);font-size:14px;font-weight:750;text-align:left}
.onemz-showcase__product-tabs button[aria-selected=true]{background:var(--mz-primary-container);color:var(--mz-on-primary-container)}
.onemz-showcase__product-panels{min-width:0}.onemz-showcase__product-panel{padding:38px 40px}
.onemz-showcase__panel-heading{display:flex;align-items:flex-start;gap:16px;margin-bottom:34px}
.onemz-showcase__panel-heading>.dashicons{display:grid;width:48px;height:48px;place-items:center;border-radius:8px;background:var(--mz-primary);color:#fff;font-size:24px}
.onemz-showcase__panel-heading h3{margin-bottom:8px;font-size:26px}.onemz-showcase__panel-heading p{max-width:650px;margin-bottom:0;color:var(--mz-on-variant)}
.onemz-showcase__panel-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:32px;border-top:1px solid var(--mz-outline-soft);border-bottom:1px solid var(--mz-outline-soft)}
.onemz-showcase__panel-metrics>div{display:flex;min-width:0;flex-direction:column;padding:22px;border-right:1px solid var(--mz-outline-soft)}
.onemz-showcase__panel-metrics>div:first-child{padding-left:0}.onemz-showcase__panel-metrics>div:last-child{padding-right:0;border-right:0}
.onemz-showcase__panel-metrics span{margin-bottom:8px;color:var(--mz-on-variant);font-size:12px;font-weight:700;text-transform:uppercase}
.onemz-showcase__panel-metrics strong{overflow-wrap:anywhere;font-size:24px;line-height:1.2}.onemz-showcase__panel-metrics small{margin-top:7px;color:var(--mz-primary);font-size:12px;font-weight:700}
.onemz-showcase__activity h4{margin-bottom:16px;font-size:14px;text-transform:uppercase}.onemz-showcase__activity ul{display:grid;gap:12px;margin-bottom:0;padding:0;list-style:none}
.onemz-showcase__activity li{display:flex;align-items:center;gap:10px;color:var(--mz-on-variant);font-size:14px}.onemz-showcase__activity .dashicons{color:var(--mz-primary)}

.onemz-showcase__steps{margin-bottom:0;padding:0;border-top:1px solid var(--mz-outline-soft);list-style:none}
.onemz-showcase__steps li{display:grid;grid-template-columns:52px 48px minmax(0,1fr);align-items:center;gap:22px;min-height:142px;padding:26px 0;border-bottom:1px solid var(--mz-outline-soft)}
.onemz-showcase__step-number{color:var(--mz-outline);font-size:30px;font-weight:800}.onemz-showcase__steps .onemz-showcase__step-icon{margin:0}
.onemz-showcase__steps h3{margin-bottom:6px;font-size:21px}.onemz-showcase__steps p{max-width:720px;margin-bottom:0;color:var(--mz-on-variant)}

.onemz-showcase__section--faq{padding-top:82px;padding-bottom:82px}
.onemz-showcase__faq-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,410px);align-items:end;gap:40px;margin-bottom:18px}
.onemz-showcase__search{display:grid;grid-template-columns:24px minmax(0,1fr) 36px;align-items:center;min-height:54px;padding:0 10px 0 16px;border:1px solid var(--mz-outline);border-radius:8px;background:var(--mz-surface);color:var(--mz-on-variant)}
.onemz-showcase__search:focus-within{border-color:var(--mz-primary);box-shadow:0 0 0 3px rgba(18,107,69,.14)}
.onemz-showcase__search input{width:100%;min-width:0;height:52px;padding:0 10px;border:0;outline:0;background:transparent;color:var(--mz-on-surface);font-size:15px}
.onemz-showcase__search button{display:grid;width:36px;height:36px;place-items:center;padding:0;border:0;border-radius:6px;background:transparent;color:var(--mz-on-variant)}
.onemz-showcase__search button:hover{background:var(--mz-surface-high)}
.onemz-showcase__result-count{margin-bottom:14px;color:var(--mz-on-variant);font-size:13px}.onemz-showcase__faqs{border-top:1px solid var(--mz-outline)}
.onemz-showcase__faqs details{border-bottom:1px solid var(--mz-outline-soft)}
.onemz-showcase__faqs summary{display:flex;min-height:72px;align-items:center;justify-content:space-between;gap:24px;padding:18px 4px;color:var(--mz-on-surface);font-size:17px;font-weight:750;list-style:none;cursor:pointer}
.onemz-showcase__faqs summary::-webkit-details-marker{display:none}.onemz-showcase__faqs summary .dashicons{transition:transform .18s ease}.onemz-showcase__faqs details[open] summary .dashicons{transform:rotate(45deg)}
.onemz-showcase__faqs details>div{max-width:800px;padding:0 48px 20px 4px;color:var(--mz-on-variant)}.onemz-showcase__faqs details p{margin-bottom:0}
.onemz-showcase__empty{padding:56px 20px;border-bottom:1px solid var(--mz-outline-soft);color:var(--mz-on-variant);text-align:center}
.onemz-showcase__empty>.dashicons{width:42px;height:42px;margin-bottom:12px;font-size:42px}.onemz-showcase__empty h3{margin-bottom:6px;color:var(--mz-on-surface);font-size:20px}.onemz-showcase__empty p{margin-bottom:0}

.onemz-showcase__cta{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:48px;padding:66px max(24px,calc((100% - 1120px)/2))}
.onemz-showcase__cta>div:first-child{max-width:700px}.onemz-showcase__cta h2{margin-bottom:12px;color:#fff;font-size:36px}.onemz-showcase__cta p:last-child{margin-bottom:0;color:rgba(255,255,255,.82)}
.onemz-showcase__cta-actions{justify-content:flex-end}.onemz-button--light{background:#fff;color:var(--mz-primary)!important}.onemz-button--light:hover{background:var(--mz-primary-container)}
.onemz-button--outline-light{border-color:rgba(255,255,255,.5);background:transparent;color:#fff!important}.onemz-button--outline-light:hover{border-color:#fff;background:rgba(255,255,255,.1)}
.onemz-showcase__toast{position:fixed;right:22px;bottom:22px;z-index:99999;max-width:min(360px,calc(100vw - 44px));padding:13px 16px;border-radius:8px;background:#202722;color:#fff;box-shadow:0 10px 30px rgba(0,0,0,.24);font-size:14px;font-weight:650}
.onemz-showcase .screen-reader-text{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;border:0;clip:rect(0,0,0,0);white-space:nowrap}

@media(prefers-color-scheme:dark){
 .onemz-showcase{--mz-primary:#62d39a;--mz-primary-container:#184c32;--mz-on-primary-container:#d2f7e1;--mz-surface:#121713;--mz-surface-low:#191f1a;--mz-surface-high:#212822;--mz-on-surface:#e8eee9;--mz-on-variant:#b7c2b9;--mz-outline:#707b72;--mz-outline-soft:#39423b}
 .onemz-showcase__metrics,.onemz-showcase__cta{background:#145c3c}.onemz-showcase__feature:hover{box-shadow:0 10px 28px rgba(0,0,0,.28)}
 .onemz-showcase__product{box-shadow:0 16px 40px rgba(0,0,0,.3)}.onemz-showcase__segments button[aria-pressed=true],.onemz-showcase__panel-heading>.dashicons{background:#2f9b68;color:#fff}
 .onemz-showcase__eyebrow--green,.onemz-showcase__panel-metrics small,.onemz-showcase__activity .dashicons{color:#62d39a}.onemz-button--light{color:#145c3c!important}
}
@media(max-width:900px){
 .onemz-showcase__nav{grid-template-columns:1fr auto}.onemz-showcase__nav-links{display:none}.onemz-showcase__feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .onemz-showcase__section-heading{align-items:flex-start;flex-direction:column}.onemz-showcase__product{grid-template-columns:190px minmax(0,1fr)}
 .onemz-showcase__product-panel{padding:32px 28px}.onemz-showcase__panel-metrics strong{font-size:20px}.onemz-showcase__cta{grid-template-columns:1fr}.onemz-showcase__cta-actions{justify-content:flex-start}
}
@media(max-width:700px){
 .onemz-showcase__hero{height:auto;min-height:680px;max-height:none;background-position:62% center}.onemz-showcase__hero-shade{background:rgba(3,10,7,.66)}
 .onemz-showcase__nav{width:calc(100% - 32px);min-height:68px;gap:12px}.onemz-showcase__brand{font-size:14px}.onemz-showcase__brand-mark{width:32px;height:32px}
 .onemz-showcase__nav>.onemz-button{min-height:38px;padding:8px 11px;font-size:12px}.onemz-showcase__hero-content{width:calc(100% - 32px);margin-top:98px;padding:72px 0 92px}
 .onemz-showcase__hero h1{font-size:42px}.onemz-showcase__lead{font-size:17px}.onemz-showcase__hero-actions{align-items:stretch;flex-direction:column;max-width:330px}
 .onemz-showcase__scroll-cue{right:16px;bottom:18px}.onemz-showcase__metrics-inner{grid-template-columns:repeat(2,minmax(0,1fr));width:calc(100% - 32px)}
 .onemz-showcase__metric{min-height:104px;padding:20px 16px;border-bottom:1px solid rgba(255,255,255,.22)}.onemz-showcase__metric:nth-child(2){border-right:0}
 .onemz-showcase__metric:nth-child(3),.onemz-showcase__metric:nth-child(4){border-bottom:0}.onemz-showcase__metric:first-child,.onemz-showcase__metric:last-child{padding:20px 16px}
 .onemz-showcase__section{width:calc(100% - 32px);padding:62px 0}.onemz-showcase__section-heading{margin-bottom:28px}
 .onemz-showcase__section-heading h2,.onemz-showcase__faq-heading h2{font-size:31px}.onemz-showcase__segments{width:100%;grid-auto-columns:minmax(0,1fr);overflow-x:auto}
 .onemz-showcase__segments button{padding-right:9px;padding-left:9px}.onemz-showcase__feature-grid{grid-template-columns:1fr}.onemz-showcase__feature{min-height:0}
 .onemz-showcase__product{display:block;min-height:0}.onemz-showcase__product-tabs{display:grid;grid-template-columns:repeat(4,minmax(115px,1fr));overflow-x:auto;border-right:0;border-bottom:1px solid var(--mz-outline-soft)}
 .onemz-showcase__product-tabs button{justify-content:center}.onemz-showcase__product-panel{padding:28px 22px}.onemz-showcase__panel-heading h3{font-size:23px}
 .onemz-showcase__panel-metrics{grid-template-columns:1fr}.onemz-showcase__panel-metrics>div,.onemz-showcase__panel-metrics>div:first-child,.onemz-showcase__panel-metrics>div:last-child{padding:16px 0;border-right:0;border-bottom:1px solid var(--mz-outline-soft)}
 .onemz-showcase__panel-metrics>div:last-child{border-bottom:0}.onemz-showcase__steps li{grid-template-columns:38px 44px minmax(0,1fr);gap:14px}.onemz-showcase__step-number{font-size:24px}
 .onemz-showcase__faq-heading{grid-template-columns:1fr;gap:24px}.onemz-showcase__cta{padding:54px 16px}.onemz-showcase__cta h2{font-size:30px}
}
@media(max-width:480px){
 .onemz-showcase__brand>span:last-child{max-width:88px;line-height:1.15}.onemz-showcase__nav>.onemz-button{max-width:132px}.onemz-showcase__hero h1{font-size:38px;overflow-wrap:anywhere}
 .onemz-showcase__metric strong{font-size:22px}.onemz-showcase__segments{grid-auto-columns:minmax(74px,1fr)}.onemz-showcase__product-tabs{grid-template-columns:repeat(4,minmax(106px,1fr))}
 .onemz-showcase__product-tabs button{flex-direction:column;gap:6px;font-size:12px}.onemz-showcase__panel-heading{gap:12px}.onemz-showcase__panel-heading>.dashicons{width:42px;height:42px;font-size:21px}
 .onemz-showcase__steps li{grid-template-columns:34px minmax(0,1fr);align-items:start}.onemz-showcase__step-icon{display:none!important}.onemz-showcase__cta-actions,.onemz-showcase__cta-actions .onemz-button{width:100%}
}
@media(prefers-reduced-motion:reduce){.onemz-showcase *,.onemz-showcase *:before,.onemz-showcase *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}

/* Ícones locais quando o tema/WordPress não regista Dashicons no frontend. */
.onemz-showcase--icon-fallback .dashicons::before {
	display: block;
	content: "\2022";
	font-family: "Segoe UI Symbol", "Arial Unicode MS", sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}
.onemz-showcase--icon-fallback .dashicons-arrow-right-alt::before { content: "\2192"; }
.onemz-showcase--icon-fallback .dashicons-arrow-down-alt2::before { content: "\2193"; }
.onemz-showcase--icon-fallback .dashicons-smartphone::before { content: "\25AF"; }
.onemz-showcase--icon-fallback .dashicons-share::before,
.onemz-showcase--icon-fallback .dashicons-chart-line::before,
.onemz-showcase--icon-fallback .dashicons-chart-area::before { content: "\2197"; }
.onemz-showcase--icon-fallback .dashicons-upload::before { content: "\2191"; }
.onemz-showcase--icon-fallback .dashicons-playlist-audio::before,
.onemz-showcase--icon-fallback .dashicons-album::before,
.onemz-showcase--icon-fallback .dashicons-format-audio::before { content: "\266B"; }
.onemz-showcase--icon-fallback .dashicons-megaphone::before { content: "!"; }
.onemz-showcase--icon-fallback .dashicons-money-alt::before { content: "$"; }
.onemz-showcase--icon-fallback .dashicons-shield-alt::before,
.onemz-showcase--icon-fallback .dashicons-yes-alt::before { content: "\2713"; }
.onemz-showcase--icon-fallback .dashicons-dashboard::before { content: "\25A6"; }
.onemz-showcase--icon-fallback .dashicons-portfolio::before { content: "\25A1"; }
.onemz-showcase--icon-fallback .dashicons-admin-users::before { content: "\25C9"; }
.onemz-showcase--icon-fallback .dashicons-chart-bar::before { content: "\25A5"; }
.onemz-showcase--icon-fallback .dashicons-search::before { content: "\2315"; }
.onemz-showcase--icon-fallback .dashicons-no-alt::before { content: "\00D7"; }
.onemz-showcase--icon-fallback .dashicons-plus-alt2::before { content: "+"; }
/* Serviços da 1MZ For Artists */
.onemz-showcase__service-band {
	background: #0f1511;
	color: #ffffff;
	border-top: 1px solid #28332c;
	border-bottom: 1px solid #28332c;
}
.onemz-showcase__section--services {
	padding-top: 82px;
	padding-bottom: 74px;
}
.onemz-showcase__service-band .onemz-showcase__section-heading h2 {
	color: #ffffff;
}
.onemz-showcase__service-band .onemz-showcase__section-heading p:last-child {
	color: #aebbb1;
}
.onemz-showcase__service-band .onemz-showcase__eyebrow--green {
	color: #79dda8;
}
.onemz-showcase__services-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}
.onemz-showcase__service {
	display: flex;
	min-width: 0;
	min-height: 330px;
	flex-direction: column;
	padding: 25px;
	border: 1px solid #303b33;
	border-radius: 8px;
	background: #171e19;
	transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}
.onemz-showcase__service:hover {
	border-color: #6b7b70;
	background: #1b241d;
	transform: translateY(-3px);
}
.onemz-showcase__service-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 34px;
}
.onemz-showcase__service-number {
	color: #748077;
	font-size: 12px;
	font-weight: 800;
}
.onemz-showcase__service-icon {
	display: grid !important;
	width: 42px !important;
	height: 42px !important;
	place-items: center;
	border: 1px solid #42614f;
	border-radius: 8px;
	background: #1e3427;
	color: #8ce5b3;
	font-size: 21px !important;
}
.onemz-showcase__service h3 {
	margin-bottom: 11px;
	color: #ffffff;
	font-size: 20px;
}
.onemz-showcase__service > p {
	margin-bottom: 22px;
	color: #aeb8b0;
	font-size: 14px;
	line-height: 1.55;
}
.onemz-showcase__service ul {
	display: grid;
	gap: 9px;
	margin: auto 0 0;
	padding: 18px 0 0;
	border-top: 1px solid #2b352e;
	list-style: none;
}
.onemz-showcase__service li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	color: #d4dcd6;
	font-size: 12px;
	line-height: 1.45;
}
.onemz-showcase__service li .dashicons {
	margin-top: 1px;
	color: #79dda8;
	font-size: 16px;
}
.onemz-showcase__service-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	margin-top: 26px;
	padding-top: 26px;
	border-top: 1px solid #303b33;
}
.onemz-showcase__service-footer p {
	max-width: 660px;
	margin: 0;
	color: #929f96;
	font-size: 13px;
}
.onemz-button--service {
	flex: 0 0 auto;
	background: #ffffff;
	color: #111713 !important;
}
.onemz-button--service:hover {
	background: #d7f7e4;
}
.onemz-showcase--icon-fallback .dashicons-admin-site-alt3::before { content: "\25CE"; }
.onemz-showcase--icon-fallback .dashicons-video-alt3::before { content: "\25B6"; }

@media (max-width: 900px) {
	.onemz-showcase__services-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 700px) {
	.onemz-showcase__section--services {
		padding-top: 62px;
		padding-bottom: 58px;
	}
	.onemz-showcase__services-grid {
		grid-template-columns: 1fr;
	}
	.onemz-showcase__service {
		min-height: 0;
	}
	.onemz-showcase__service-footer {
		align-items: stretch;
		flex-direction: column;
	}
	.onemz-button--service {
		width: 100%;
	}
}
/* ==========================================================================
 * 1MusicMoz — Material 3 monocromático
 * ========================================================================== */
.onemz-showcase {
	--mz-primary: #111111;
	--mz-primary-container: #eeeeee;
	--mz-on-primary-container: #111111;
	--mz-surface: #ffffff;
	--mz-surface-low: #f5f5f5;
	--mz-surface-high: #eeeeee;
	--mz-on-surface: #111111;
	--mz-on-variant: #606060;
	--mz-outline: #a8a8a8;
	--mz-outline-soft: #dedede;
	color-scheme: light;
}
.onemz-showcase :focus-visible {
	outline-color: #8a8a8a;
}
.onemz-showcase__hero {
	background-color: #161616;
	background-blend-mode: luminosity;
}
.onemz-showcase__hero-shade {
	background: rgba(0, 0, 0, 0.58);
}
.onemz-showcase__brand-mark {
	background: #ffffff;
	color: #111111;
}
.onemz-showcase__nav-links a::after {
	background: #ffffff;
}
.onemz-showcase__eyebrow {
	color: #ffffff;
}
.onemz-showcase__eyebrow--green {
	color: #111111;
}
.onemz-button--primary {
	background: #ffffff;
	color: #111111 !important;
}
.onemz-button--primary:hover {
	background: #e5e5e5;
}
.onemz-button--tonal,
.onemz-button--nav {
	border-color: rgba(255, 255, 255, 0.52);
	background: rgba(0, 0, 0, 0.48);
}
.onemz-button--tonal:hover,
.onemz-button--nav:hover {
	background: rgba(255, 255, 255, 0.14);
}
.onemz-showcase__metrics,
.onemz-showcase__cta {
	background: #050505;
}
.onemz-showcase__segments button[aria-pressed="true"],
.onemz-showcase__segments button[aria-pressed=true] {
	background: #111111;
	color: #ffffff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}
.onemz-showcase__feature-icon,
.onemz-showcase__step-icon {
	background: #eeeeee;
	color: #111111;
}
.onemz-showcase__panel-heading > .dashicons {
	background: #111111;
	color: #ffffff;
}
.onemz-showcase__panel-metrics small,
.onemz-showcase__activity .dashicons {
	color: #111111;
}
.onemz-showcase__search:focus-within {
	border-color: #111111;
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.onemz-button--light {
	color: #111111 !important;
}
.onemz-button--light:hover {
	background: #e5e5e5;
}

/* Serviços monocromáticos */
.onemz-showcase__service-band {
	background: #080808;
	border-color: #2d2d2d;
}
.onemz-showcase__service-band .onemz-showcase__eyebrow--green {
	color: #ffffff;
}
.onemz-showcase__service-band .onemz-showcase__section-heading p:last-child {
	color: #a6a6a6;
}
.onemz-showcase__service {
	border-color: #303030;
	background: #121212;
}
.onemz-showcase__service:hover {
	border-color: #777777;
	background: #181818;
}
.onemz-showcase__service-number {
	color: #858585;
}
.onemz-showcase__service-icon {
	border-color: #ffffff;
	background: #ffffff;
	color: #111111;
}
.onemz-showcase__service > p {
	color: #aaaaaa;
}
.onemz-showcase__service ul {
	border-color: #303030;
}
.onemz-showcase__service li {
	color: #dedede;
}
.onemz-showcase__service li .dashicons {
	color: #ffffff;
}
.onemz-showcase__service-footer {
	border-color: #303030;
}
.onemz-showcase__service-footer p {
	color: #999999;
}
.onemz-button--service {
	background: #ffffff;
	color: #111111 !important;
}
.onemz-button--service:hover {
	background: #e5e5e5;
}
.onemz-showcase__service-more {
	display: flex;
	width: 100%;
	min-height: 46px;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 22px;
	padding: 10px 14px;
	border: 1px solid #484848;
	border-radius: 8px;
	background: transparent;
	color: #ffffff;
	font-size: 13px;
	font-weight: 750;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 120ms ease;
}
.onemz-showcase__service-more:hover {
	border-color: #ffffff;
	background: #ffffff;
	color: #111111;
}
.onemz-showcase__service-more:active {
	transform: scale(0.985);
}

/* Diálogo dos serviços */
html.onemz-showcase-dialog-open {
	overflow: hidden;
}
.onemz-showcase__service-dialog {
	width: min(920px, calc(100% - 32px));
	max-width: 920px;
	height: auto;
	max-height: min(820px, calc(100svh - 32px));
	margin: auto;
	padding: 0;
	overflow: hidden;
	border: 1px solid #bdbdbd;
	border-radius: 8px;
	background: #ffffff;
	color: #111111;
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}
.onemz-showcase__service-dialog[open] {
	animation: onemz-service-dialog-in 240ms cubic-bezier(0.2, 0, 0, 1) both;
}
.onemz-showcase__service-dialog::backdrop {
	background: rgba(0, 0, 0, 0.74);
	backdrop-filter: blur(4px);
}
.onemz-showcase__service-dialog-surface {
	display: flex;
	max-height: min(820px, calc(100svh - 32px));
	flex-direction: column;
	background: #ffffff;
}
.onemz-showcase__service-dialog-header {
	display: flex;
	min-height: 76px;
	flex: 0 0 auto;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 14px 18px 14px 22px;
	border-bottom: 1px solid #dedede;
	background: #ffffff;
}
.onemz-showcase__service-dialog-brand {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 13px;
}
.onemz-showcase__service-dialog-brand > span {
	display: grid;
	width: 42px;
	height: 42px;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 8px;
	background: #111111;
	color: #ffffff;
	font-size: 12px;
	font-weight: 850;
}
.onemz-showcase__service-dialog-brand > div {
	display: flex;
	min-width: 0;
	flex-direction: column;
}
.onemz-showcase__service-dialog-brand small {
	color: #6a6a6a;
	font-size: 11px;
	font-weight: 700;
}
.onemz-showcase__service-dialog-brand strong {
	overflow: hidden;
	color: #111111;
	font-size: 15px;
	font-weight: 780;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.onemz-showcase__service-dialog-header > button {
	display: grid;
	width: 44px;
	height: 44px;
	flex: 0 0 auto;
	place-items: center;
	padding: 0;
	border: 0;
	border-radius: 8px;
	background: #eeeeee;
	color: #111111;
}
.onemz-showcase__service-dialog-header > button:hover {
	background: #dddddd;
}
.onemz-showcase__service-dialog-content {
	min-height: 0;
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-color: #888888 #eeeeee;
}
.onemz-showcase__service-detail {
	padding: 36px 40px 40px;
}
.onemz-showcase__service-detail-heading {
	padding-bottom: 30px;
	border-bottom: 1px solid #dedede;
}
.onemz-showcase__service-detail-heading > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
}
.onemz-showcase__service-detail-heading .onemz-showcase__service-icon {
	border-color: #111111;
	background: #111111;
	color: #ffffff;
}
.onemz-showcase__service-detail-heading h3 {
	margin-bottom: 10px;
	color: #111111;
	font-size: 30px;
}
.onemz-showcase__service-detail-heading p {
	max-width: 720px;
	margin-bottom: 0;
	color: #5f5f5f;
	font-size: 15px;
}
.onemz-showcase__service-audience {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	align-items: start;
	gap: 15px;
	padding: 24px 0;
	border-bottom: 1px solid #dedede;
}
.onemz-showcase__service-audience > .dashicons {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border-radius: 8px;
	background: #eeeeee;
	color: #111111;
	font-size: 21px;
}
.onemz-showcase__service-audience h4,
.onemz-showcase__service-detail-grid h4,
.onemz-showcase__service-note h4 {
	margin-bottom: 7px;
	color: #111111;
	font-size: 14px;
	text-transform: uppercase;
}
.onemz-showcase__service-audience p,
.onemz-showcase__service-note p {
	margin-bottom: 0;
	color: #5f5f5f;
	font-size: 14px;
}
.onemz-showcase__service-detail-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-bottom: 1px solid #dedede;
}
.onemz-showcase__service-detail-grid > section {
	min-width: 0;
	padding: 28px 28px 28px 0;
}
.onemz-showcase__service-detail-grid > section + section {
	padding-right: 0;
	padding-left: 28px;
	border-left: 1px solid #dedede;
}
.onemz-showcase__service-detail-grid ul,
.onemz-showcase__service-detail-grid ol {
	display: grid;
	gap: 13px;
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}
.onemz-showcase__service-detail-grid li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: #444444;
	font-size: 13px;
	line-height: 1.5;
}
.onemz-showcase__service-detail-grid ul .dashicons {
	margin-top: 2px;
	color: #111111;
	font-size: 17px;
}
.onemz-showcase__service-detail-grid ol li > span {
	display: grid;
	width: 25px;
	height: 25px;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 50%;
	background: #111111;
	color: #ffffff;
	font-size: 11px;
	font-weight: 800;
}
.onemz-showcase__service-detail-grid ol p {
	margin: 2px 0 0;
	color: #444444;
}
.onemz-showcase__service-note {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	align-items: start;
	gap: 14px;
	margin: 26px 0;
	padding: 18px;
	border-left: 4px solid #111111;
	background: #f3f3f3;
}
.onemz-showcase__service-note > .dashicons {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 8px;
	background: #111111;
	color: #ffffff;
	font-size: 20px;
}
.onemz-showcase__service-detail-action {
	display: flex;
	justify-content: flex-end;
	padding-top: 2px;
}
.onemz-button--detail {
	background: #111111;
	color: #ffffff !important;
}
.onemz-button--detail:hover {
	background: #333333;
}

@keyframes onemz-service-dialog-in {
	from { opacity: 0; transform: translateY(14px) scale(0.985); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}

.onemz-showcase--icon-fallback .dashicons-info-outline::before {
	content: "i";
}

@media (max-width: 700px) {
	.onemz-showcase__service-dialog {
		width: 100%;
		max-width: 100%;
		max-height: 92svh;
		margin: auto 0 0;
		border-right: 0;
		border-bottom: 0;
		border-left: 0;
		border-radius: 8px 8px 0 0;
	}
	.onemz-showcase__service-dialog-surface {
		max-height: 92svh;
	}
	.onemz-showcase__service-dialog-header {
		min-height: 68px;
		padding: 11px 10px 11px 14px;
	}
	.onemz-showcase__service-dialog-brand > span {
		width: 38px;
		height: 38px;
	}
	.onemz-showcase__service-dialog-brand small {
		display: none;
	}
	.onemz-showcase__service-detail {
		padding: 26px 20px 28px;
	}
	.onemz-showcase__service-detail-heading h3 {
		font-size: 25px;
	}
	.onemz-showcase__service-detail-grid {
		grid-template-columns: 1fr;
	}
	.onemz-showcase__service-detail-grid > section,
	.onemz-showcase__service-detail-grid > section + section {
		padding: 24px 0;
		border-left: 0;
	}
	.onemz-showcase__service-detail-grid > section + section {
		border-top: 1px solid #dedede;
	}
	.onemz-showcase__service-note {
		grid-template-columns: 36px minmax(0, 1fr);
		padding: 15px;
	}
	.onemz-showcase__service-note > .dashicons {
		width: 36px;
		height: 36px;
	}
	.onemz-showcase__service-detail-action,
	.onemz-button--detail {
		width: 100%;
	}
}
/* Termos e Condições do showcase */
.onemz-showcase__terms-band {
	padding: 76px 24px;
	background: linear-gradient(180deg, var(--mz-surface) 0%, #edf5ef 100%);
}
.onemz-showcase__terms-preview {
	width: min(1120px, 100%);
	margin: 0 auto;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 28px;
	background: radial-gradient(circle at 94% 8%, rgba(240, 187, 25, 0.22) 0 118px, transparent 119px), linear-gradient(135deg, #0c2d21, #164f39);
	color: #ffffff;
	box-shadow: 0 24px 60px rgba(7, 60, 37, 0.18);
}
.onemz-showcase__terms-preview-copy {
	display: grid;
	grid-template-columns: 62px minmax(0, 1fr);
	align-items: start;
	gap: 20px;
	padding: 38px 40px 26px;
}
.onemz-showcase__terms-preview-icon {
	display: grid !important;
	width: 62px !important;
	height: 62px !important;
	place-items: center;
	border-radius: 19px;
	background: #f0bb19;
	color: #16301f;
	font-size: 27px !important;
}
.onemz-showcase__terms-preview .onemz-showcase__eyebrow { margin-bottom: 8px; }
.onemz-showcase__terms-preview h2 { max-width: 760px; margin-bottom: 10px; color: #ffffff; font-size: 34px; }
.onemz-showcase__terms-preview-copy p:last-child { max-width: 780px; margin-bottom: 0; color: rgba(255, 255, 255, 0.76); }
.onemz-showcase__terms-trust {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin: 0 40px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.13);
}
.onemz-showcase__terms-trust > div {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	grid-template-rows: auto auto;
	gap: 2px 12px;
	align-items: center;
	min-width: 0;
	padding: 18px;
	background: rgba(7, 31, 22, 0.46);
}
.onemz-showcase__terms-trust .dashicons {
	display: grid;
	grid-row: 1 / 3;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 13px;
	background: rgba(240, 187, 25, 0.16);
	color: #ffd45a;
	font-size: 20px;
}
.onemz-showcase__terms-trust strong,.onemz-showcase__terms-trust small { display: block; min-width: 0; }
.onemz-showcase__terms-trust strong { color: #ffffff; font-size: 14px; }
.onemz-showcase__terms-trust small { color: rgba(255, 255, 255, 0.66); font-size: 12px; line-height: 1.35; }
.onemz-showcase__terms-preview-action {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 26px 40px 38px;
}
.onemz-showcase__terms-preview-action > div { display: grid; gap: 2px; }
.onemz-showcase__terms-preview-action strong { color: #ffffff; font-size: 13px; }
.onemz-showcase__terms-preview-action span { color: rgba(255, 255, 255, 0.62); font-size: 12px; }
.onemz-button--terms { border-radius: 999px; background: #f0bb19; color: #17210c !important; }
.onemz-button--terms:hover { background: #ffd65a; }
.onemz-button--terms > .dashicons { color: inherit; }

.onemz-showcase__terms-dialog {
	width: min(1220px, calc(100vw - 40px));
	max-width: 1220px;
	height: min(900px, calc(100dvh - 40px));
	max-height: calc(100dvh - 40px);
	margin: auto;
	padding: 0;
	overflow: hidden;
	border: 1px solid #ccd6cf;
	border-radius: 28px;
	background: #f7faf7;
	color: #172019;
	box-shadow: 0 32px 110px rgba(0, 0, 0, 0.46);
}
.onemz-showcase__terms-dialog[open] { animation: onemz-terms-dialog-in 260ms cubic-bezier(0.2, 0, 0, 1) both; }
.onemz-showcase__terms-dialog::backdrop { background: rgba(4, 13, 9, 0.8); backdrop-filter: blur(6px); }
.onemz-showcase__terms-dialog-surface { display: grid; grid-template-rows: auto minmax(0, 1fr) auto; height: 100%; background: #f7faf7; }
.onemz-showcase__terms-dialog-header {
	display: flex;
	min-height: 78px;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 13px 18px 13px 24px;
	border-bottom: 1px solid #dbe2dc;
	background: rgba(255, 255, 255, 0.96);
}
.onemz-showcase__terms-dialog-brand { display: flex; min-width: 0; align-items: center; gap: 14px; }
.onemz-showcase__terms-dialog-brand > .dashicons {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border-radius: 15px;
	background: #173d2d;
	color: #f7c529;
	font-size: 22px;
}
.onemz-showcase__terms-dialog-brand > div { display: grid; min-width: 0; gap: 1px; }
.onemz-showcase__terms-dialog-brand small { color: #69756d; font-size: 11px; font-weight: 720; }
.onemz-showcase__terms-dialog-brand strong { overflow: hidden; color: #172019; font-size: 20px; text-overflow: ellipsis; white-space: nowrap; }
.onemz-showcase__terms-dialog-header > button {
	display: grid;
	width: 46px;
	height: 46px;
	flex: 0 0 auto;
	place-items: center;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #edf1ed;
	color: #243029;
}
.onemz-showcase__terms-dialog-header > button:hover { background: #dde6df; }
.onemz-showcase__terms-dialog-body { display: grid; min-height: 0; grid-template-columns: 292px minmax(0, 1fr); }
.onemz-showcase__terms-sidebar {
	display: flex;
	min-height: 0;
	flex-direction: column;
	gap: 14px;
	padding: 20px 16px;
	overflow: hidden;
	border-right: 1px solid #dbe2dc;
	background: #eef3ef;
}
.onemz-showcase__terms-version {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 3px 10px;
	padding: 16px;
	border-radius: 18px;
	background: #173d2d;
	color: #ffffff;
}
.onemz-showcase__terms-version span { color: #f7ce51; font-size: 10px; font-weight: 850; text-transform: uppercase; }
.onemz-showcase__terms-version strong { grid-column: 1 / -1; font-size: 14px; }
.onemz-showcase__terms-version small { grid-column: 2; grid-row: 1; color: rgba(255, 255, 255, 0.66); font-size: 10px; }
.onemz-showcase__terms-search {
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr) 32px;
	align-items: center;
	gap: 8px;
	min-height: 48px;
	padding: 4px 6px 4px 14px;
	border: 1px solid #ccd6cf;
	border-radius: 16px;
	background: #ffffff;
}
.onemz-showcase__terms-search > .dashicons { color: #677269; font-size: 18px; }
.onemz-showcase__terms-search input { min-width: 0; height: 38px; padding: 0; border: 0; outline: 0; background: transparent; color: #18201b; font-size: 13px; }
.onemz-showcase__terms-search button { display: grid; width: 32px; height: 32px; place-items: center; padding: 0; border: 0; border-radius: 50%; background: #edf1ed; color: #34423a; }
.onemz-showcase__terms-index { display: grid; min-height: 0; gap: 4px; padding-right: 3px; overflow-y: auto; overscroll-behavior: contain; }
.onemz-showcase__terms-index button {
	display: grid;
	grid-template-columns: 32px minmax(0, 1fr);
	align-items: center;
	gap: 9px;
	width: 100%;
	min-height: 43px;
	padding: 6px 10px 6px 7px;
	border: 0;
	border-radius: 13px;
	background: transparent;
	color: #3e4942;
	font-size: 12px;
	font-weight: 680;
	line-height: 1.25;
	text-align: left;
}
.onemz-showcase__terms-index button > span { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 10px; background: #ffffff; color: #768078; font-size: 10px; }
.onemz-showcase__terms-index button:hover { background: #e1e9e3; }
.onemz-showcase__terms-index button.is-active { background: #d7f7e4; color: #075536; }
.onemz-showcase__terms-index button.is-active > span { background: #126b45; color: #ffffff; }
.onemz-showcase__terms-content {
	min-width: 0;
	min-height: 0;
	padding: 28px clamp(22px, 4vw, 50px) 44px;
	overflow-y: auto;
	outline: 0;
	overscroll-behavior: contain;
	scroll-behavior: smooth;
	scrollbar-color: #93a198 #eef3ef;
}
.onemz-showcase__terms-intro {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: clamp(26px, 4vw, 44px);
	border-radius: 26px;
	background: radial-gradient(circle at 94% 0, rgba(240, 187, 25, 0.24) 0 110px, transparent 111px), linear-gradient(135deg, #102f24, #1a5640);
	color: #ffffff;
}
.onemz-showcase__terms-intro h2 { max-width: 720px; margin-bottom: 12px; color: #ffffff; font-size: clamp(29px, 4vw, 43px); }
.onemz-showcase__terms-intro > p:not(.onemz-showcase__eyebrow) { max-width: 760px; margin-bottom: 22px; color: rgba(255, 255, 255, 0.76); }
.onemz-showcase__terms-intro-meta { display: flex; flex-wrap: wrap; gap: 9px; }
.onemz-showcase__terms-intro-meta > span { display: inline-flex; min-height: 34px; align-items: center; gap: 7px; padding: 7px 11px; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 999px; background: rgba(255, 255, 255, 0.09); color: #ffffff; font-size: 11px; font-weight: 720; }
.onemz-showcase__terms-intro-meta .dashicons { color: #f7ca3c; font-size: 16px; }
.onemz-showcase__terms-sections { display: grid; gap: 16px; margin-top: 20px; }
.onemz-showcase__terms-article {
	scroll-margin-top: 18px;
	padding: 24px;
	border: 1px solid #d9e1da;
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 8px 24px rgba(28, 57, 39, 0.045);
}
.onemz-showcase__terms-article header { display: grid; grid-template-columns: 52px minmax(0, 1fr); align-items: start; gap: 15px; padding-bottom: 18px; border-bottom: 1px solid #e1e7e2; }
.onemz-showcase__terms-article-icon { display: grid !important; width: 52px !important; height: 52px !important; place-items: center; border-radius: 16px; background: #e4f5eb; color: #0d7350; font-size: 22px !important; }
.onemz-showcase__terms-article:nth-child(3n+2) .onemz-showcase__terms-article-icon { background: #fff2c8; color: #8d6900; }
.onemz-showcase__terms-article:nth-child(3n) .onemz-showcase__terms-article-icon { background: #e9edff; color: #3858a8; }
.onemz-showcase__terms-article header small { display: block; margin-bottom: 3px; color: #0d7350; font-size: 10px; font-weight: 850; letter-spacing: 0.08em; }
.onemz-showcase__terms-article h3 { margin-bottom: 5px; color: #172019; font-size: 21px; }
.onemz-showcase__terms-article header p { margin-bottom: 0; color: #68736b; font-size: 13px; }
.onemz-showcase__terms-article ul { display: grid; gap: 11px; margin: 18px 0 0; padding: 0; list-style: none; }
.onemz-showcase__terms-article li { display: grid; grid-template-columns: 22px minmax(0, 1fr); align-items: start; gap: 9px; color: #3e4942; font-size: 13px; line-height: 1.55; }
.onemz-showcase__terms-article li > .dashicons { margin-top: 2px; color: #14815c; font-size: 17px; }
.onemz-showcase__terms-empty { padding: 54px 20px; text-align: center; }
.onemz-showcase__terms-empty > .dashicons { display: grid; width: 50px; height: 50px; margin: 0 auto 14px; place-items: center; border-radius: 16px; background: #e7ede8; color: #59655d; font-size: 22px; }
.onemz-showcase__terms-empty h3 { margin-bottom: 5px; }
.onemz-showcase__terms-empty p { margin-bottom: 0; color: #68736b; }
.onemz-showcase__terms-contact { display: grid; grid-template-columns: 52px minmax(0, 1fr) auto; align-items: center; gap: 15px; margin-top: 20px; padding: 22px; border-radius: 22px; background: #fff2c8; color: #3d310a; }
.onemz-showcase__terms-contact > .dashicons { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 16px; background: #f0bb19; color: #302500; font-size: 22px; }
.onemz-showcase__terms-contact small,.onemz-showcase__terms-contact h3,.onemz-showcase__terms-contact p { margin: 0; }
.onemz-showcase__terms-contact small { color: #806400; font-size: 10px; font-weight: 820; text-transform: uppercase; }
.onemz-showcase__terms-contact h3 { margin: 2px 0; font-size: 17px; }
.onemz-showcase__terms-contact p { color: #685817; font-size: 12px; }
.onemz-showcase__terms-contact a { padding: 10px 14px; border: 1px solid rgba(90, 69, 0, 0.24); border-radius: 999px; color: #5c4700 !important; font-size: 12px; font-weight: 780; }
.onemz-showcase__terms-dialog-footer { display: flex; min-height: 68px; align-items: center; justify-content: space-between; gap: 18px; padding: 10px 18px 10px 24px; border-top: 1px solid #dbe2dc; background: #ffffff; }
.onemz-showcase__terms-dialog-footer > span { color: #69756d; font-size: 11px; font-weight: 680; }
.onemz-button--terms-close { min-height: 44px; border-radius: 999px; background: #173d2d; color: #ffffff !important; }
.onemz-button--terms-close:hover { background: #235641; }
.onemz-showcase__footer { display: flex; min-height: 104px; align-items: center; justify-content: space-between; gap: 24px; padding: 24px max(24px, calc((100% - 1120px) / 2)); background: #07140f; color: #ffffff; }
.onemz-showcase__footer > div { display: grid; gap: 2px; }
.onemz-showcase__footer strong { font-size: 15px; }
.onemz-showcase__footer span { color: rgba(255, 255, 255, 0.56); font-size: 11px; }
.onemz-showcase__footer nav { display: flex; align-items: center; gap: 18px; }
.onemz-showcase__footer button,.onemz-showcase__footer a { padding: 7px 0; border: 0; background: transparent; color: rgba(255, 255, 255, 0.78) !important; font-size: 12px; font-weight: 720; }
.onemz-showcase__footer button:hover,.onemz-showcase__footer a:hover { color: #f7cb40 !important; }

@keyframes onemz-terms-dialog-in {
	from { opacity: 0; transform: translateY(16px) scale(0.985); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 900px) {
	.onemz-showcase__terms-dialog-body { grid-template-columns: 245px minmax(0, 1fr); }
	.onemz-showcase__terms-sidebar { padding: 16px 12px; }
	.onemz-showcase__terms-index button { grid-template-columns: 29px minmax(0, 1fr); padding-right: 6px; font-size: 11px; }
	.onemz-showcase__terms-index button > span { width: 28px; height: 28px; }
}
@media (max-width: 700px) {
	.onemz-showcase__terms-band { padding: 50px 16px; }
	.onemz-showcase__terms-preview { border-radius: 24px; }
	.onemz-showcase__terms-preview-copy { grid-template-columns: 50px minmax(0, 1fr); gap: 14px; padding: 24px 20px 18px; }
	.onemz-showcase__terms-preview-icon { width: 50px !important; height: 50px !important; border-radius: 15px; font-size: 22px !important; }
	.onemz-showcase__terms-preview h2 { font-size: 27px; }
	.onemz-showcase__terms-trust { grid-template-columns: 1fr; margin: 0 20px; border-radius: 17px; }
	.onemz-showcase__terms-trust > div { padding: 14px; }
	.onemz-showcase__terms-preview-action { display: grid; padding: 20px 20px 24px; }
	.onemz-showcase__terms-preview-action .onemz-button { width: 100%; }
	.onemz-showcase__terms-dialog { width: 100%; max-width: 100%; height: 100dvh; max-height: 100dvh; margin: 0; border: 0; border-radius: 0; }
	.onemz-showcase__terms-dialog-surface { height: 100dvh; }
	.onemz-showcase__terms-dialog-header { min-height: 68px; padding: max(10px, env(safe-area-inset-top)) 10px 10px 14px; }
	.onemz-showcase__terms-dialog-brand > .dashicons { width: 42px; height: 42px; border-radius: 13px; }
	.onemz-showcase__terms-dialog-brand small { font-size: 9px; }
	.onemz-showcase__terms-dialog-brand strong { font-size: 17px; }
	.onemz-showcase__terms-dialog-header > button { width: 42px; height: 42px; }
	.onemz-showcase__terms-dialog-body { grid-template-columns: 1fr; grid-template-rows: auto minmax(0, 1fr); }
	.onemz-showcase__terms-sidebar { display: grid; grid-template-columns: minmax(0, 1fr); gap: 10px; padding: 12px 14px; overflow: visible; border-right: 0; border-bottom: 1px solid #dbe2dc; }
	.onemz-showcase__terms-version { display: none; }
	.onemz-showcase__terms-search { min-height: 46px; }
	.onemz-showcase__terms-index { display: flex; gap: 7px; padding: 0 0 2px; overflow-x: auto; overflow-y: hidden; scrollbar-width: none; }
	.onemz-showcase__terms-index::-webkit-scrollbar { display: none; }
	.onemz-showcase__terms-index button { display: inline-flex; width: auto; min-width: max-content; min-height: 38px; gap: 7px; padding: 5px 11px 5px 6px; border: 1px solid #d5ddd7; border-radius: 999px; background: #ffffff; font-size: 10px; white-space: nowrap; }
	.onemz-showcase__terms-index button > span { width: 27px; height: 27px; border-radius: 50%; }
	.onemz-showcase__terms-content { padding: 18px 14px 28px; }
	.onemz-showcase__terms-intro { padding: 25px 21px; border-radius: 22px; }
	.onemz-showcase__terms-intro h2 { font-size: 29px; }
	.onemz-showcase__terms-intro-meta { display: grid; grid-template-columns: 1fr; }
	.onemz-showcase__terms-article { padding: 19px 16px; border-radius: 20px; }
	.onemz-showcase__terms-article header { grid-template-columns: 44px minmax(0, 1fr); gap: 12px; }
	.onemz-showcase__terms-article-icon { width: 44px !important; height: 44px !important; border-radius: 14px; font-size: 19px !important; }
	.onemz-showcase__terms-article h3 { font-size: 18px; overflow-wrap: anywhere; }
	.onemz-showcase__terms-article li { font-size: 12.5px; }
	.onemz-showcase__terms-contact { grid-template-columns: 44px minmax(0, 1fr); padding: 18px 16px; }
	.onemz-showcase__terms-contact > .dashicons { width: 44px; height: 44px; }
	.onemz-showcase__terms-contact a { grid-column: 1 / -1; text-align: center; }
	.onemz-showcase__terms-dialog-footer { min-height: 64px; padding: 9px 12px max(9px, env(safe-area-inset-bottom)); }
	.onemz-showcase__terms-dialog-footer > span { display: none; }
	.onemz-showcase__terms-dialog-footer .onemz-button { width: 100%; }
	.onemz-showcase__footer { min-height: 120px; flex-direction: column; align-items: flex-start; padding: 25px 20px; }
	.onemz-showcase__footer nav { width: 100%; justify-content: space-between; border-top: 1px solid rgba(255, 255, 255, 0.12); padding-top: 13px; }
}
/* Showcase evolution 1.5.627 */
.onemz-showcase__hero-signals {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	max-width: 760px;
	margin-top: 18px;
}
.onemz-showcase__hero-signals > span {
	display: inline-flex;
	min-height: 34px;
	align-items: center;
	gap: 7px;
	padding: 7px 11px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 999px;
	background: rgba(7, 18, 13, 0.36);
	color: rgba(255, 255, 255, 0.9);
	font-size: 12px;
	font-weight: 740;
	backdrop-filter: blur(10px);
}
.onemz-showcase__hero-signals .dashicons {
	width: 17px;
	height: 17px;
	color: #f8d45e;
	font-size: 17px;
}
.onemz-showcase__feature-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.onemz-showcase__feature {
	min-height: 220px;
}
@media (max-width: 700px) {
	.onemz-showcase__hero-signals {
		gap: 7px;
		margin-top: 15px;
	}
	.onemz-showcase__hero-signals > span {
		min-height: 32px;
		padding: 6px 9px;
		font-size: 11px;
	}
	.onemz-showcase__feature-grid {
		grid-template-columns: 1fr;
	}
	.onemz-showcase__product-tabs {
		display: grid;
		grid-auto-flow: column;
		grid-auto-columns: minmax(126px, 1fr);
		grid-template-columns: none;
		justify-content: start;
		overflow-x: auto;
		overscroll-behavior-inline: contain;
		scroll-snap-type: inline proximity;
		scrollbar-width: none;
	}
	.onemz-showcase__product-tabs::-webkit-scrollbar {
		display: none;
	}
	.onemz-showcase__product-tabs button {
		min-width: 126px;
		scroll-snap-align: start;
	}
}