/* 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%;
	}
}