/*
Theme Name: EZ-Solutions
Theme URI: https://ezsolutionsge.com.br
Author: EZ-Solutions
Description: Tema institucional e comercial de alta conversão para a EZ-Solutions Consultoria & Assessoria Empresarial.
Version: 2.1.0
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 8.1
Text Domain: ez-solutions
*/

:root {
  --ez-blue: #00206D;
  --ez-blue-2: #4D5F89;
  --ez-yellow: #FEB61A;
  --ez-gray: #7D7D7D;
  --ez-text: #111827;
  --ez-muted: #5F6877;
  --ez-bg: #F7F8FB;
  --ez-white: #FFFFFF;
  --ez-border: #E4E8F0;
  --ez-success: #16784B;
  --ez-shadow: 0 24px 70px rgba(0, 32, 109, .12);
  --ez-radius: 24px;
  --ez-radius-sm: 14px;
  --ez-container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; max-width: 100%; overflow-x: hidden; overflow-x: clip; }
body {
  margin: 0;
  color: var(--ez-text);
  background: var(--ez-white);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}
img, video { display: block; max-width: 100%; height: auto; }
a { color: var(--ez-blue); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: #00164d; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid rgba(254,182,26,.65); outline-offset: 3px; }

.skip-link { position: fixed; left: 14px; top: -70px; z-index: 9999; background: var(--ez-yellow); color: #111; padding: 12px 18px; border-radius: 10px; font-weight: 700; }
.skip-link:focus { top: 14px; }

.ez-container { width: min(calc(100% - 40px), var(--ez-container)); margin-inline: auto; }
.ez-section { padding: 96px 0; }
.ez-section--soft { background: var(--ez-bg); }
.ez-section--blue { background: var(--ez-blue); color: var(--ez-white); }
.ez-section--tight { padding: 64px 0; }
.ez-grid { display: grid; gap: 28px; }
.ez-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ez-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ez-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ez-kicker { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 16px; color: var(--ez-blue); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.ez-kicker::before { content: ""; width: 28px; height: 4px; border-radius: 999px; background: var(--ez-yellow); }
.ez-section--blue .ez-kicker { color: var(--ez-white); }
.ez-heading { margin: 0; color: var(--ez-blue); font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1.08; letter-spacing: -.045em; }
.ez-section--blue .ez-heading { color: var(--ez-white); }
.ez-lead { max-width: 760px; margin: 20px 0 0; color: var(--ez-muted); font-size: clamp(1.02rem, 1.7vw, 1.2rem); }
.ez-section--blue .ez-lead { color: rgba(255,255,255,.78); }
.ez-section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 44px; }
.ez-section-head .ez-lead { margin-top: 0; max-width: 520px; }
.ez-eyebrow { margin: 0 0 16px; color: var(--ez-yellow); font-size: .82rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }

.ez-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 13px 22px; border: 1px solid transparent; border-radius: 12px; background: var(--ez-yellow); color: #141414; font-weight: 800; line-height: 1.2; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.ez-btn:hover { color: #111; transform: translateY(-2px); box-shadow: 0 12px 26px rgba(254,182,26,.28); }
.ez-btn--blue { background: var(--ez-blue); color: #fff; }
.ez-btn--blue:hover { background: #001955; color: #fff; box-shadow: 0 12px 26px rgba(0,32,109,.18); }
.ez-btn--ghost { background: transparent; border-color: rgba(0,32,109,.22); color: var(--ez-blue); }
.ez-btn--ghost:hover { background: rgba(0,32,109,.05); box-shadow: none; }
.ez-btn--light { background: #fff; color: var(--ez-blue); }
.ez-btn--light:hover { color: var(--ez-blue); }
.ez-btn--full { width: 100%; }
.ez-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.ez-arrow { font-size: 1.15em; }

/* Header */
.ez-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(0,32,109,.08); backdrop-filter: blur(16px); }
.ez-header__inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.ez-brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.ez-brand img { width: 154px; height: 62px; object-fit: contain; object-position: left center; }
.ez-nav { display: flex; align-items: center; gap: 26px; }
.ez-nav ul { display: flex; align-items: center; gap: 24px; margin: 0; padding: 0; list-style: none; }
.ez-nav a { color: #283244; font-size: .9rem; font-weight: 650; text-decoration: none; }
.ez-nav a:hover, .ez-nav .current-menu-item > a { color: var(--ez-blue); }
.ez-menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--ez-border); border-radius: 12px; background: #fff; color: var(--ez-blue); }
.ez-menu-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: currentColor; }

/* Hero */
.ez-hero { position: relative; overflow: hidden; background: var(--ez-blue); color: #fff; }
.ez-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 82% 22%, rgba(254,182,26,.22), transparent 28%), radial-gradient(circle at 10% 90%, rgba(77,95,137,.45), transparent 34%); pointer-events: none; }
.ez-hero__inner { position: relative; min-height: 690px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 64px; padding-block: 70px; }
.ez-hero h1 { max-width: 720px; margin: 0; font-size: clamp(2.7rem, 5.6vw, 5.4rem); line-height: .99; letter-spacing: -.06em; }
.ez-hero h1 span { color: var(--ez-yellow); }
.ez-hero__copy > p:not(.ez-eyebrow) { max-width: 690px; margin: 24px 0 0; color: rgba(255,255,255,.79); font-size: clamp(1.04rem, 1.9vw, 1.22rem); }
.ez-hero__trust { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.ez-chip { display: inline-flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.07); color: rgba(255,255,255,.92); font-size: .8rem; font-weight: 650; }
.ez-chip::before { content: "✓"; color: var(--ez-yellow); font-weight: 900; }
.ez-hero__media { position: relative; justify-self: end; width: min(100%, 470px); }
.ez-hero__frame { position: relative; overflow: hidden; aspect-ratio: .78; border: 1px solid rgba(255,255,255,.2); border-radius: 34px; background: #dfe5ef; box-shadow: 0 32px 90px rgba(0,0,0,.28); }
.ez-hero__frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }
.ez-hero__badge { position: absolute; left: -28px; bottom: 28px; width: 220px; padding: 18px; border-radius: 18px; background: #fff; color: var(--ez-blue); box-shadow: var(--ez-shadow); }
.ez-hero__badge strong { display: block; font-size: 1rem; }
.ez-hero__badge span { display: block; margin-top: 4px; color: var(--ez-muted); font-size: .78rem; }

/* Cards */
.ez-card { position: relative; height: 100%; padding: 30px; border: 1px solid var(--ez-border); border-radius: var(--ez-radius); background: #fff; box-shadow: 0 14px 44px rgba(0,32,109,.055); }
.ez-card h3 { margin: 18px 0 10px; color: var(--ez-blue); font-size: 1.18rem; line-height: 1.3; }
.ez-card p { margin: 0; color: var(--ez-muted); font-size: .94rem; }
.ez-card--dark { border-color: rgba(255,255,255,.13); background: rgba(255,255,255,.075); box-shadow: none; }
.ez-card--dark h3 { color: #fff; }
.ez-card--dark p { color: rgba(255,255,255,.72); }
.ez-icon { display: inline-grid; width: 48px; height: 48px; place-items: center; border-radius: 14px; background: rgba(254,182,26,.16); color: var(--ez-blue); font-size: 1.25rem; font-weight: 900; }
.ez-card--dark .ez-icon { color: var(--ez-yellow); background: rgba(254,182,26,.12); }
.ez-card-link { display: inline-flex; gap: 7px; margin-top: 18px; font-size: .86rem; font-weight: 800; text-decoration: none; }

.ez-symptoms { grid-template-columns: repeat(3, 1fr); }
.ez-symptom { display: flex; gap: 14px; align-items: flex-start; padding: 20px; border: 1px solid var(--ez-border); border-radius: 16px; background: #fff; }
.ez-symptom__mark { flex: 0 0 auto; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: rgba(254,182,26,.18); color: var(--ez-blue); font-weight: 900; }
.ez-symptom strong { display: block; color: var(--ez-blue); font-size: .96rem; }
.ez-symptom span { display: block; margin-top: 4px; color: var(--ez-muted); font-size: .82rem; }

/* Transformation */
.ez-contrast { border: 1px solid var(--ez-border); border-radius: 28px; overflow: hidden; background: #fff; }
.ez-contrast__row { display: grid; grid-template-columns: 1fr 52px 1fr; align-items: center; gap: 20px; padding: 22px 28px; border-bottom: 1px solid var(--ez-border); }
.ez-contrast__row:last-child { border-bottom: 0; }
.ez-contrast__from { color: var(--ez-muted); }
.ez-contrast__to { color: var(--ez-blue); font-weight: 750; }
.ez-contrast__arrow { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--ez-yellow); color: #111; font-weight: 900; }

/* Method */
.ez-method { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 14px; counter-reset: method; }
.ez-method__item { position: relative; min-height: 240px; padding: 28px 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: rgba(255,255,255,.06); counter-increment: method; }
.ez-method__item::before { content: "0" counter(method); display: block; margin-bottom: 48px; color: var(--ez-yellow); font-size: .82rem; font-weight: 900; letter-spacing: .1em; }
.ez-method__item h3 { margin: 0 0 10px; font-size: 1.05rem; }
.ez-method__item p { margin: 0; color: rgba(255,255,255,.68); font-size: .82rem; }

/* Deliverables */
.ez-deliverables { display: grid; grid-template-columns: 1.15fr .85fr; gap: 30px; align-items: stretch; }
.ez-deliverable-image { position: relative; overflow: hidden; min-height: 520px; border-radius: 30px; background: var(--ez-blue); }
.ez-deliverable-image img { width: 100%; height: 100%; object-fit: cover; }
.ez-deliverable-image::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(0,32,109,.88)); }
.ez-deliverable-image__copy { position: absolute; z-index: 1; inset: auto 30px 28px; color: #fff; }
.ez-deliverable-image__copy strong { font-size: 1.3rem; }
.ez-deliverable-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.ez-mini-card { min-height: 142px; padding: 20px; border: 1px solid var(--ez-border); border-radius: 18px; background: #fff; }
.ez-mini-card strong { display: block; color: var(--ez-blue); font-size: .92rem; }
.ez-mini-card span { display: block; margin-top: 8px; color: var(--ez-muted); font-size: .78rem; }

/* Case */
.ez-case { display: grid; grid-template-columns: .76fr 1.24fr; gap: 58px; align-items: center; }
.ez-case__video { position: relative; justify-self: center; width: min(100%, 355px); overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 30px; background: #000; box-shadow: 0 32px 80px rgba(0,0,0,.28); }
.ez-case__video video { width: 100%; aspect-ratio: 9 / 16; object-fit: contain; background: #000; }
.ez-case__video-wrap { justify-self: center; width: min(100%, 355px); }
.ez-video-note { margin: 12px 6px 0; color: rgba(255,255,255,.72); font-size: .76rem; line-height: 1.5; text-align: center; }
.ez-video-library { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.ez-video-card { display: grid; grid-template-columns: 190px 1fr; overflow: hidden; min-height: 350px; border: 1px solid var(--ez-border); border-radius: 24px; background: #fff; box-shadow: 0 18px 55px rgba(0,32,109,.08); }
.ez-video-card:last-child { grid-column: 1 / -1; max-width: 780px; width: 100%; justify-self: center; }
.ez-video-card__media { background: #000; }
.ez-video-card__media video { width: 100%; height: 100%; min-height: 350px; aspect-ratio: 9 / 16; object-fit: contain; background: #000; }
.ez-video-card__copy { align-self: center; padding: 28px; }
.ez-video-card__copy h3 { margin: 8px 0 10px; color: var(--ez-blue); font-size: 1.15rem; line-height: 1.3; }
.ez-video-card__copy p { margin: 0; color: var(--ez-muted); font-size: .85rem; }
.ez-video-card__duration { color: var(--ez-blue-2); font-size: .72rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.ez-case__tags { display: flex; flex-wrap: wrap; gap: 9px; margin: 24px 0; }
.ez-case__tag { padding: 8px 11px; border-radius: 999px; background: rgba(254,182,26,.12); color: var(--ez-yellow); font-size: .76rem; font-weight: 800; }
.ez-case__list { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-top: 26px; }
.ez-case__result { padding: 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.06); }
.ez-case__result strong { display: block; color: #fff; font-size: .9rem; }
.ez-case__result span { display: block; margin-top: 5px; color: rgba(255,255,255,.65); font-size: .76rem; }

/* About */
.ez-about { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 74px; }
.ez-about__image { position: relative; }
.ez-about__image img { width: 100%; aspect-ratio: .78; object-fit: cover; border-radius: 30px; box-shadow: var(--ez-shadow); }
.ez-about__image::before { content: ""; position: absolute; z-index: -1; width: 74%; height: 70%; right: -18px; bottom: -18px; border-radius: 28px; background: var(--ez-yellow); }
.ez-about__facts { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin: 26px 0; }
.ez-fact { padding: 16px; border-left: 4px solid var(--ez-yellow); border-radius: 0 12px 12px 0; background: var(--ez-bg); }
.ez-fact strong { display: block; color: var(--ez-blue); font-size: .9rem; }
.ez-fact span { color: var(--ez-muted); font-size: .78rem; }

/* Qualification */
.ez-fit { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.ez-fit__box { padding: 32px; border-radius: 24px; }
.ez-fit__box--yes { border: 1px solid rgba(0,32,109,.12); background: #fff; }
.ez-fit__box--no { background: #F3F4F7; }
.ez-fit__box h3 { margin: 0 0 18px; color: var(--ez-blue); }
.ez-checklist { margin: 0; padding: 0; list-style: none; }
.ez-checklist li { position: relative; padding: 8px 0 8px 31px; color: var(--ez-muted); font-size: .9rem; }
.ez-checklist li::before { content: "✓"; position: absolute; left: 0; top: 7px; width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; background: rgba(22,120,75,.12); color: var(--ez-success); font-size: .72rem; font-weight: 900; }
.ez-fit__box--no .ez-checklist li::before { content: "–"; background: rgba(125,125,125,.12); color: var(--ez-gray); }

/* Diagnostic form */
.ez-diagnostic-wrap { display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; align-items: start; }
.ez-diagnostic-copy { position: sticky; top: 112px; }
.ez-form-card { padding: 34px; border: 1px solid var(--ez-border); border-radius: 28px; background: #fff; box-shadow: var(--ez-shadow); }
.ez-form-progress { height: 8px; overflow: hidden; border-radius: 999px; background: #E8ECF4; }
.ez-form-progress__bar { width: 16.666%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--ez-yellow), #ffd067); transition: width .35s ease; }
.ez-form-meta { display: flex; justify-content: space-between; gap: 18px; margin: 12px 0 28px; color: var(--ez-muted); font-size: .75rem; }
.ez-form-step { display: none; }
.ez-form-step.is-active { display: block; animation: ezFade .25s ease; }
@keyframes ezFade { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: none; } }
.ez-form-step h3 { margin: 0 0 8px; color: var(--ez-blue); font-size: 1.42rem; line-height: 1.25; }
.ez-form-step > p { margin: 0 0 24px; color: var(--ez-muted); font-size: .88rem; }
.ez-field { margin-bottom: 20px; }
.ez-field label, .ez-field legend { display: block; margin-bottom: 8px; color: #26324A; font-size: .82rem; font-weight: 750; }
.ez-field input[type="text"], .ez-field input[type="email"], .ez-field input[type="tel"], .ez-field select, .ez-field textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #D8DDE8; border-radius: 11px; background: #fff; color: var(--ez-text); }
.ez-field textarea { min-height: 110px; resize: vertical; }
.ez-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.ez-option { position: relative; }
.ez-option input { position: absolute; opacity: 0; pointer-events: none; }
.ez-option label { display: flex; min-height: 58px; align-items: center; margin: 0; padding: 12px 13px; border: 1px solid #DCE1EB; border-radius: 12px; background: #fff; color: #354056; font-size: .8rem; font-weight: 650; cursor: pointer; transition: border-color .2s, background .2s; }
.ez-option input:checked + label { border-color: var(--ez-blue); background: rgba(0,32,109,.055); color: var(--ez-blue); box-shadow: inset 0 0 0 1px var(--ez-blue); }
.ez-option input:focus-visible + label { outline: 3px solid rgba(254,182,26,.5); outline-offset: 2px; }
.ez-form-nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 26px; }
.ez-form-note { margin-top: 18px; color: var(--ez-muted); font-size: .72rem; }
.ez-consent { display: flex; gap: 10px; align-items: flex-start; }
.ez-consent input { margin-top: 5px; }
.ez-consent label { margin: 0; font-weight: 500; }
.ez-form-error { display: none; margin: 0 0 18px; padding: 12px 14px; border-radius: 10px; background: #FFF0F0; color: #9C2424; font-size: .8rem; }
.ez-form-error.is-visible { display: block; }
.ez-form-result { display: none; text-align: center; padding: 22px 4px 4px; }
.ez-form-result.is-visible { display: block; }
.ez-form-result__icon { width: 68px; height: 68px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 50%; background: rgba(22,120,75,.11); color: var(--ez-success); font-size: 1.6rem; font-weight: 900; }
.ez-form-result h3 { margin: 0; color: var(--ez-blue); font-size: 1.45rem; }
.ez-form-result p { color: var(--ez-muted); }

/* FAQ */
.ez-faq { max-width: 900px; margin-inline: auto; }
.ez-faq details { border-bottom: 1px solid var(--ez-border); }
.ez-faq summary { position: relative; padding: 22px 44px 22px 0; color: var(--ez-blue); font-weight: 750; cursor: pointer; list-style: none; }
.ez-faq summary::-webkit-details-marker { display: none; }
.ez-faq summary::after { content: "+"; position: absolute; right: 4px; top: 18px; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: rgba(0,32,109,.07); }
.ez-faq details[open] summary::after { content: "−"; }
.ez-faq details p { margin: 0; padding: 0 44px 22px 0; color: var(--ez-muted); }

/* Page hero / content */
.ez-page-hero { padding: 96px 0 78px; background: linear-gradient(135deg, var(--ez-blue), #00164d); color: #fff; }
.ez-page-hero__inner { max-width: 900px; }
.ez-page-hero h1 { margin: 0; font-size: clamp(2.5rem, 5vw, 4.8rem); line-height: 1.02; letter-spacing: -.055em; }
.ez-page-hero p { max-width: 720px; margin: 22px 0 0; color: rgba(255,255,255,.76); font-size: 1.08rem; }
.ez-prose { max-width: 850px; margin-inline: auto; }
.ez-prose h2, .ez-prose h3 { color: var(--ez-blue); line-height: 1.22; }
.ez-prose h2 { margin-top: 46px; font-size: 2rem; }
.ez-prose h3 { margin-top: 30px; }
.ez-prose p, .ez-prose li { color: var(--ez-muted); }
.ez-prose ul { padding-left: 20px; }
.ez-page-image { overflow: hidden; border-radius: 30px; box-shadow: var(--ez-shadow); }
.ez-page-image img { width: 100%; max-height: 680px; object-fit: cover; }
.ez-service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.ez-steps { display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; }
.ez-step { padding: 22px; border: 1px solid var(--ez-border); border-radius: 18px; background: #fff; }
.ez-step__number { color: var(--ez-yellow); font-size: 1.5rem; font-weight: 900; }
.ez-step h3 { margin: 14px 0 8px; color: var(--ez-blue); font-size: 1rem; }
.ez-step p { margin: 0; color: var(--ez-muted); font-size: .8rem; }
.ez-contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 38px; }
.ez-contact-card { padding: 28px; border: 1px solid var(--ez-border); border-radius: 22px; background: #fff; }
.ez-contact-card h3 { margin-top: 0; color: var(--ez-blue); }
.ez-contact-item { margin: 18px 0; }
.ez-contact-item strong { display: block; color: var(--ez-blue); font-size: .82rem; }
.ez-contact-item span, .ez-contact-item a { color: var(--ez-muted); font-size: .9rem; }

/* CTA */
.ez-cta { overflow: hidden; position: relative; padding: 58px; border-radius: 32px; background: var(--ez-blue); color: #fff; }
.ez-cta::after { content: ""; position: absolute; width: 320px; height: 320px; right: -90px; top: -150px; border-radius: 50%; background: rgba(254,182,26,.18); }
.ez-cta__inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.ez-cta h2 { max-width: 710px; margin: 0; font-size: clamp(2rem,4vw,3.5rem); line-height: 1.08; letter-spacing: -.045em; }

/* Footer */
.ez-footer { background: #07153E; color: rgba(255,255,255,.72); }
.ez-footer__top { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 60px; padding: 72px 0 46px; }
.ez-footer__logo { width: 190px; height: 92px; object-fit: contain; object-position: left center; }
.ez-footer h3 { margin: 0 0 18px; color: #fff; font-size: .92rem; }
.ez-footer p, .ez-footer a { color: rgba(255,255,255,.65); font-size: .82rem; }
.ez-footer a { text-decoration: none; }
.ez-footer a:hover { color: #fff; }
.ez-footer ul { margin: 0; padding: 0; list-style: none; }
.ez-footer li { margin: 9px 0; }
.ez-footer__bottom { display: flex; justify-content: space-between; gap: 30px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.11); font-size: .72rem; }
.ez-whatsapp { position: fixed; z-index: 900; right: 18px; bottom: 18px; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #1FAF63; color: #fff; box-shadow: 0 16px 34px rgba(31,175,99,.34); text-decoration: none; font-size: 1.45rem; font-weight: 900; }
.ez-whatsapp:hover { color: #fff; transform: translateY(-2px); }

/* Blog */
.ez-post-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.ez-post-card { overflow: hidden; border: 1px solid var(--ez-border); border-radius: 22px; background: #fff; }
.ez-post-card__content { padding: 24px; }
.ez-post-card h2 { margin: 0 0 10px; color: var(--ez-blue); font-size: 1.2rem; }
.ez-post-card p { color: var(--ez-muted); font-size: .86rem; }
.ez-post-card a { text-decoration: none; }

@media (max-width: 1050px) {
  .ez-grid--4 { grid-template-columns: repeat(2,1fr); }
  .ez-hero__inner { grid-template-columns: 1fr .78fr; gap: 34px; }
  .ez-method { grid-template-columns: repeat(3,1fr); }
  .ez-service-grid { grid-template-columns: repeat(2,1fr); }
  .ez-steps { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 860px) {
  .ez-section { padding: 72px 0; }
  .ez-section-head { display: block; }
  .ez-section-head .ez-lead { margin-top: 16px; }
  .ez-menu-toggle { display: block; }
  .ez-nav { display: none; position: absolute; left: 20px; right: 20px; top: 72px; padding: 18px; border: 1px solid var(--ez-border); border-radius: 18px; background: #fff; box-shadow: var(--ez-shadow); }
  .ez-nav.is-open { display: block; }
  .ez-nav ul { display: block; }
  .ez-nav li { margin: 4px 0; }
  .ez-nav a { display: block; padding: 10px; }
  .ez-nav .ez-btn { margin-top: 10px; }
  .ez-hero__inner { grid-template-columns: 1fr; padding-block: 68px; }
  .ez-hero__media { justify-self: start; width: min(100%, 520px); }
  .ez-hero__frame { aspect-ratio: 1 / 1.18; }
  .ez-hero__badge { left: 18px; }
  .ez-symptoms { grid-template-columns: repeat(2,1fr); }
  .ez-deliverables, .ez-case, .ez-about, .ez-diagnostic-wrap, .ez-contact-grid { grid-template-columns: 1fr; }
  .ez-about__image { max-width: 560px; }
  .ez-diagnostic-copy { position: static; }
  .ez-footer__top { grid-template-columns: 1fr 1fr; }
  .ez-footer__brand { grid-column: 1 / -1; }
  .ez-cta__inner { display: block; }
  .ez-cta .ez-actions { margin-top: 28px; }
  .ez-post-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 620px) {
  .ez-container { width: min(calc(100% - 28px), var(--ez-container)); }
  .ez-section { padding: 58px 0; }
  .ez-header__inner { min-height: 70px; }
  .ez-brand img { width: 124px; height: 50px; }
  .ez-hero__inner { min-height: auto; padding-block: 54px; gap: 38px; }
  .ez-hero h1 { font-size: clamp(2.55rem, 12vw, 4rem); }
  .ez-hero__frame { border-radius: 24px; }
  .ez-hero__badge { position: relative; left: auto; bottom: auto; width: 100%; margin-top: 12px; }
  .ez-actions { display: grid; }
  .ez-actions .ez-btn { width: 100%; }
  .ez-grid--2, .ez-grid--3, .ez-grid--4, .ez-symptoms, .ez-service-grid, .ez-post-grid { grid-template-columns: 1fr; }
  .ez-method, .ez-steps { display: grid; grid-template-columns: 1fr; }
  .ez-method__item { min-height: 0; }
  .ez-method__item::before { margin-bottom: 22px; }
  .ez-deliverable-list, .ez-case__list, .ez-about__facts, .ez-fit, .ez-options { grid-template-columns: 1fr; }
  .ez-deliverable-image { min-height: 430px; }
  .ez-contrast__row { grid-template-columns: 1fr; gap: 9px; padding: 20px; }
  .ez-contrast__arrow { transform: rotate(90deg); }
  .ez-form-card { padding: 24px 18px; border-radius: 20px; }
  .ez-form-nav { display: grid; grid-template-columns: 1fr; }
  .ez-form-nav .ez-btn { width: 100%; }
  .ez-cta { padding: 38px 24px; border-radius: 24px; }
  .ez-footer__top { grid-template-columns: 1fr; gap: 34px; }
  .ez-footer__brand { grid-column: auto; }
  .ez-footer__bottom { display: block; }
  .ez-whatsapp { width: 52px; height: 52px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}

@media (max-width: 820px) {
  .ez-video-library { grid-template-columns: 1fr; }
  .ez-video-card, .ez-video-card:last-child { grid-column: auto; grid-template-columns: 145px 1fr; max-width: none; min-height: 290px; }
  .ez-video-card__media video { min-height: 290px; }
  .ez-video-card__copy { padding: 20px; }
}
@media (max-width: 560px) {
  .ez-video-card, .ez-video-card:last-child { grid-template-columns: 1fr; }
  .ez-video-card__media video { width: 100%; height: auto; min-height: 0; max-height: 72vh; }
  .ez-video-card__copy { padding: 20px; }
}

/* =========================================================
   Ajustes de acabamento e diagnóstico completo — v1.2
   ========================================================= */

/* Cabeçalho: alinhamento, respiro e rótulos em uma única linha */
.ez-header__inner { min-height: 86px; gap: 20px; }
.ez-brand img { width: 138px; height: 58px; }
.ez-nav { flex: 1 1 auto; justify-content: flex-end; gap: 16px; }
.ez-nav ul { gap: 18px; }
.ez-nav li { display: flex; align-items: center; }
.ez-nav a { white-space: nowrap; line-height: 1.2; }
.ez-nav .ez-btn { min-height: 48px; padding: 12px 18px; }

/* O trecho amarelo do hero sempre começa em uma nova linha */
.ez-hero h1 span { display: block; margin-top: .08em; }

/* Foto de Como trabalhamos sem corte */
.ez-page-image--contained {
  display: grid;
  place-items: center;
  max-width: 920px;
  margin-inline: auto;
  padding: 24px;
  background: linear-gradient(145deg, #F7F8FB, #EEF1F7);
}
.ez-page-image--contained img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 720px;
  object-fit: contain;
  object-position: center;
  border-radius: 22px;
}

/* Vídeos: mostrar o quadro completo, sem crop e sem altura forçada */
.ez-case__video,
.ez-case__video-wrap { width: min(100%, 410px); }
.ez-case__video { overflow: hidden; }
.ez-case__video video {
  width: 100%;
  height: auto;
  max-height: 76vh;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  background: #000;
}
.ez-video-card,
.ez-video-card:last-child {
  grid-template-columns: minmax(230px, 300px) 1fr;
  min-height: 0;
  max-width: none;
}
.ez-video-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  background: #000;
}
.ez-video-card__media video {
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: 720px;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  background: #000;
}

/* Diagnóstico completo */
.ez-form-card { scroll-margin-top: 110px; }
.ez-form-intro {
  margin: -8px -8px 30px;
  padding: 28px;
  border-radius: 22px;
  background: linear-gradient(145deg, var(--ez-blue), #00164D);
  color: #fff;
}
.ez-form-intro__tag,
.ez-form-step__kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--ez-yellow);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ez-form-intro h3 { margin: 0 0 12px; font-size: 1.55rem; line-height: 1.18; }
.ez-form-intro p { margin: 0; color: rgba(255,255,255,.82); font-size: .86rem; }
.ez-form-intro ul { margin: 18px 0; padding-left: 20px; color: rgba(255,255,255,.84); font-size: .82rem; }
.ez-form-intro li + li { margin-top: 7px; }
.ez-form-intro__time { padding-top: 16px; border-top: 1px solid rgba(255,255,255,.16); }
.ez-form-step__kicker { margin-bottom: 8px; color: var(--ez-blue-2); }
.ez-form-step h3 { font-size: clamp(1.35rem, 2.4vw, 1.75rem); }
.ez-form-step > p { max-width: 760px; }
.ez-form-step textarea { min-height: 120px; resize: vertical; }
.ez-options--checks { grid-template-columns: repeat(2, minmax(0,1fr)); }
.ez-maturity-list { display: grid; gap: 18px; }
.ez-maturity-question {
  margin: 0;
  padding: 22px;
  border: 1px solid var(--ez-border);
  border-radius: 18px;
  background: #FBFCFE;
}
.ez-maturity-question legend {
  width: 100%;
  padding: 0;
  color: var(--ez-blue);
  font-size: .9rem;
  font-weight: 750;
  line-height: 1.45;
}
.ez-scale {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}
.ez-scale-option { position: relative; }
.ez-scale-option input { position: absolute; opacity: 0; pointer-events: none; }
.ez-scale-option label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  min-height: 112px;
  padding: 12px 9px;
  border: 1px solid #DCE1EB;
  border-radius: 12px;
  background: #fff;
  color: #4A5568;
  font-size: .68rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.ez-scale-value {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #EDF0F6;
  color: var(--ez-blue);
  font-size: .82rem;
  font-weight: 900;
}
.ez-scale-option label:hover { transform: translateY(-1px); border-color: rgba(0,32,109,.34); }
.ez-scale-option input:checked + label {
  border-color: var(--ez-blue);
  background: rgba(0,32,109,.055);
  color: var(--ez-blue);
  box-shadow: inset 0 0 0 1px var(--ez-blue);
}
.ez-scale-option input:checked + label .ez-scale-value { background: var(--ez-blue); color: #fff; }
.ez-scale-option input:focus-visible + label { outline: 3px solid rgba(254,182,26,.55); outline-offset: 2px; }
.ez-review-box {
  margin: 22px 0;
  padding: 20px;
  border-left: 5px solid var(--ez-yellow);
  border-radius: 12px;
  background: #F7F8FB;
}
.ez-review-box strong { color: var(--ez-blue); }
.ez-review-box p { margin: 7px 0 0; color: var(--ez-muted); font-size: .82rem; }
.ez-result-metrics { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin: 20px 0; }
.ez-result-metrics span { padding: 10px 13px; border-radius: 999px; background: #F2F5FA; color: var(--ez-muted); font-size: .78rem; }
.ez-result-metrics strong { color: var(--ez-blue); }

/* O menu vira hambúrguer antes que os itens comecem a quebrar */
@media (max-width: 1180px) {
  .ez-menu-toggle { display: block; flex: 0 0 auto; }
  .ez-nav {
    display: none;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 76px;
    padding: 18px;
    border: 1px solid var(--ez-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--ez-shadow);
  }
  .ez-nav.is-open { display: block; }
  .ez-nav ul { display: block; }
  .ez-nav li { display: block; margin: 4px 0; }
  .ez-nav a { display: block; padding: 10px; white-space: normal; }
  .ez-nav .ez-btn { margin-top: 10px; }
}

@media (max-width: 820px) {
  .ez-video-card,
  .ez-video-card:last-child { grid-template-columns: minmax(170px, 230px) 1fr; min-height: 0; }
  .ez-video-card__media video { min-height: 0; max-height: 620px; }
}

@media (max-width: 700px) {
  .ez-scale { grid-template-columns: 1fr; }
  .ez-scale-option label {
    min-height: 0;
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
  }
  .ez-options--checks { grid-template-columns: 1fr; }
  .ez-page-image--contained { padding: 12px; }
  .ez-page-image--contained img { max-height: none; width: 100%; }
}

@media (max-width: 560px) {
  .ez-video-card,
  .ez-video-card:last-child { grid-template-columns: 1fr; }
  .ez-video-card__media video { width: 100%; height: auto; max-height: none; }
  .ez-form-intro { margin: -4px -2px 24px; padding: 22px 18px; }
  .ez-maturity-question { padding: 18px 14px; }
}


/* ===== Produtos para Gráficas / CRO v2.0 ===== */
.ez-sales-nav{display:flex;align-items:center;gap:20px}.ez-sales-nav>a:not(.ez-btn){font-size:.88rem;font-weight:700;text-decoration:none}.ez-header--sales .ez-header__inner{min-height:74px}.ez-header--sales .ez-brand img{height:54px}
.ez-product-hero{position:relative;overflow:hidden;padding:76px 0 84px;background:linear-gradient(135deg,#00164d 0%,var(--ez-blue) 58%,#0a3b9d 100%);color:#fff}.ez-product-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 15%,rgba(254,182,26,.2),transparent 28%),linear-gradient(120deg,transparent 0 62%,rgba(255,255,255,.04) 62% 64%,transparent 64%)}.ez-product-hero__grid{position:relative;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:48px;align-items:center}.ez-product-hero__copy,.ez-product-hero__visual{min-width:0}.ez-back-link{display:inline-flex;margin-bottom:28px;color:rgba(255,255,255,.72);font-size:.8rem;font-weight:700;text-decoration:none}.ez-back-link:hover{color:#fff}.ez-product-hero h1{margin:0;max-width:760px;font-size:clamp(2.5rem,4.4vw,4.25rem);line-height:1.04;letter-spacing:-.05em;overflow-wrap:anywhere}.ez-product-hero__lead{max-width:720px;margin:24px 0 0;color:rgba(255,255,255,.82);font-size:clamp(1rem,1.8vw,1.22rem)}.ez-price-block{display:grid;grid-template-columns:auto 1fr;align-items:end;width:max-content;max-width:100%;margin-top:30px;padding:18px 22px;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:rgba(255,255,255,.08);backdrop-filter:blur(10px)}.ez-price-old{grid-column:1/-1;color:rgba(255,255,255,.58);font-size:.86rem;text-decoration:line-through}.ez-price-label{margin-right:10px;color:rgba(255,255,255,.78);font-size:.8rem}.ez-price-block strong{color:var(--ez-yellow);font-size:clamp(2rem,4vw,3.25rem);line-height:1}.ez-price-note{grid-column:1/-1;margin-top:7px;color:rgba(255,255,255,.66);font-size:.72rem}.ez-btn--purchase{min-height:58px;padding-inline:28px;font-size:1rem}.ez-purchase-trust{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.ez-purchase-trust span{padding:7px 10px;border:1px solid rgba(255,255,255,.14);border-radius:999px;color:rgba(255,255,255,.75);font-size:.7rem}.ez-product-hero__visual{position:relative;justify-self:end;width:min(100%,490px)}.ez-product-cover-wrap{width:100%;aspect-ratio:1/1;overflow:hidden;border-radius:30px;background:#082d83;box-shadow:0 38px 100px rgba(0,0,0,.38)}.ez-product-cover-wrap img{display:block;width:100%!important;height:100%!important;max-width:none;object-fit:contain;object-position:center}.ez-product-floating{position:absolute;right:-24px;bottom:26px;width:230px;padding:18px;border-radius:18px;background:#fff;color:var(--ez-blue);box-shadow:var(--ez-shadow)}.ez-product-floating strong,.ez-product-floating span{display:block}.ez-product-floating span{margin-top:4px;color:var(--ez-muted);font-size:.74rem}
.ez-sales-problem{display:grid;grid-template-columns:.85fr 1.15fr;gap:64px;align-items:start}.ez-sales-pain-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.ez-sales-pain{display:flex;gap:14px;min-height:132px;padding:20px;border:1px solid var(--ez-border);border-radius:18px;background:#fff}.ez-sales-pain>span{flex:0 0 auto;width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:rgba(254,182,26,.2);color:var(--ez-blue);font-weight:900}.ez-sales-pain p{margin:3px 0 0;color:var(--ez-muted);font-size:.88rem}
.ez-delivery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.ez-delivery-item{display:flex;gap:15px;align-items:flex-start;min-height:120px;padding:20px;border:1px solid var(--ez-border);border-radius:18px;background:#fff;box-shadow:0 10px 36px rgba(0,32,109,.045)}.ez-delivery-item span{color:var(--ez-yellow);font-size:.75rem;font-weight:900}.ez-delivery-item p{margin:0;color:#26324a;font-size:.86rem;font-weight:650}.ez-product-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.ez-product-step{min-height:220px;padding:28px;border:1px solid rgba(255,255,255,.15);border-radius:24px;background:rgba(255,255,255,.06)}.ez-product-step span{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:var(--ez-yellow);color:#111;font-weight:900}.ez-product-step p{margin:52px 0 0;color:rgba(255,255,255,.82);font-size:1rem}.ez-outcomes-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.ez-outcomes-list{display:grid;gap:12px}.ez-outcomes-list>div{display:flex;gap:14px;align-items:center;padding:20px;border:1px solid var(--ez-border);border-radius:16px}.ez-outcomes-list span{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:rgba(22,120,75,.12);color:var(--ez-success);font-weight:900}.ez-outcomes-list p{margin:0;color:#26324a;font-weight:650}.ez-authority-block{display:grid;grid-template-columns:.7fr 1.3fr;gap:70px;align-items:center}.ez-authority-image img{width:100%;max-height:650px;object-fit:cover;object-position:center top;border-radius:30px;box-shadow:var(--ez-shadow)}.ez-authority-chips{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}.ez-authority-chips span{padding:8px 11px;border-radius:999px;background:rgba(0,32,109,.07);color:var(--ez-blue);font-size:.76rem;font-weight:700}.ez-section--offer{background:linear-gradient(135deg,#00164d,var(--ez-blue));color:#fff}.ez-offer-card{display:grid;grid-template-columns:1.25fr .75fr;gap:50px;align-items:center;padding:50px;border:1px solid rgba(255,255,255,.15);border-radius:32px;background:rgba(255,255,255,.06)}.ez-offer-card h2{margin:0;font-size:clamp(2rem,4vw,3.5rem);line-height:1.05}.ez-offer-card p{color:rgba(255,255,255,.75)}.ez-offer-points{margin:24px 0 0;padding:0;list-style:none}.ez-offer-points li{padding:6px 0;color:rgba(255,255,255,.8)}.ez-offer-points li:before{content:"✓";margin-right:10px;color:var(--ez-yellow);font-weight:900}.ez-offer-price{padding:30px;border-radius:24px;background:#fff;color:var(--ez-text);text-align:center}.ez-offer-price .ez-price-old{display:block;color:var(--ez-muted)}.ez-offer-price strong{display:block;margin:4px 0;color:var(--ez-blue);font-size:3.25rem;line-height:1}.ez-offer-price>span:not(.ez-price-old){display:block;margin-bottom:20px;color:var(--ez-muted);font-size:.8rem}.ez-offer-price small{display:block;margin-top:12px;color:var(--ez-muted);font-size:.68rem}.ez-faq--sales{max-width:900px}.ez-mobile-buy{display:none}
.ez-graphics-hub-hero,.ez-free-hero{position:relative;overflow:hidden;padding:90px 0;background:linear-gradient(135deg,#00164d,var(--ez-blue));color:#fff}.ez-graphics-hub-hero__grid{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:center}.ez-graphics-hub-hero h1,.ez-free-hero h1{margin:0;max-width:820px;font-size:clamp(2.7rem,5.7vw,5.3rem);line-height:.99;letter-spacing:-.055em}.ez-graphics-hub-hero p:not(.ez-eyebrow),.ez-free-hero p:not(.ez-eyebrow){max-width:760px;color:rgba(255,255,255,.8);font-size:1.12rem}.ez-hub-board{padding:24px;border:1px solid rgba(255,255,255,.18);border-radius:28px;background:rgba(255,255,255,.09);box-shadow:0 30px 80px rgba(0,0,0,.25);backdrop-filter:blur(10px)}.ez-hub-board__head,.ez-hub-board>div:not(.ez-hub-board__footer){display:flex;justify-content:space-between;gap:20px;align-items:center;padding:15px;border-bottom:1px solid rgba(255,255,255,.12)}.ez-hub-board>div span{padding:7px 9px;border-radius:999px;font-size:.72rem;font-weight:800}.ez-hub-board b{font-size:.82rem}.ez-hub-board .is-yellow{background:rgba(254,182,26,.18);color:var(--ez-yellow)}.ez-hub-board .is-blue{background:rgba(89,154,255,.2);color:#b9d7ff}.ez-hub-board .is-green{background:rgba(75,210,143,.18);color:#8ce8b8}.ez-hub-board__footer{padding:18px 15px 4px;color:rgba(255,255,255,.63);font-size:.72rem}.ez-pain-nav{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.ez-pain-nav a{display:flex;gap:14px;align-items:center;padding:22px;border:1px solid var(--ez-border);border-radius:18px;background:#fff;text-decoration:none}.ez-pain-nav strong{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:rgba(254,182,26,.18);color:var(--ez-blue)}.ez-pain-nav span{color:#26324a;font-weight:750}.ez-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.ez-product-grid>*{min-width:0}.ez-product-card{overflow:hidden;border:1px solid var(--ez-border);border-radius:25px;background:#fff;box-shadow:0 18px 58px rgba(0,32,109,.08)}.ez-product-card__image{display:block;width:100%;aspect-ratio:1/1;overflow:hidden;background:var(--ez-blue)}.ez-product-card__image img{display:block;width:100%!important;height:100%!important;max-width:none;object-fit:contain;object-position:center;transition:transform .35s ease}.ez-product-card:hover .ez-product-card__image img{transform:scale(1.025)}.ez-product-card__body{padding:25px}.ez-product-card__kind{color:var(--ez-blue-2);font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.ez-product-card h3{margin:10px 0 12px;font-size:1.25rem;line-height:1.25}.ez-product-card h3 a{text-decoration:none}.ez-product-card p{margin:0;color:var(--ez-muted);font-size:.84rem}.ez-product-card__price{display:flex;align-items:end;justify-content:space-between;gap:10px;margin-top:22px;padding-top:18px;border-top:1px solid var(--ez-border)}.ez-product-card__price span{color:var(--ez-muted);font-size:.75rem;text-decoration:line-through}.ez-product-card__price strong{color:var(--ez-blue);font-size:1.55rem}.ez-product-card__actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:18px}.ez-product-card__actions .ez-btn{min-height:44px;padding:10px 15px;font-size:.8rem}.ez-service-offer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.ez-service-offer-grid article{display:flex;flex-direction:column;min-height:350px;padding:30px;border:1px solid rgba(255,255,255,.14);border-radius:24px;background:rgba(255,255,255,.06)}.ez-service-offer-grid article>span{color:var(--ez-yellow);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.ez-service-offer-grid h3{margin:18px 0 10px;font-size:1.35rem}.ez-service-offer-grid p{margin:0;color:rgba(255,255,255,.7);font-size:.86rem}.ez-service-offer-grid strong{display:block;margin:auto 0 20px;color:#fff}.ez-free-callout{display:flex;align-items:center;justify-content:space-between;gap:40px}.ez-free-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.ez-free-card{display:grid;grid-template-columns:70px 1fr;gap:18px;padding:26px;border:1px solid var(--ez-border);border-radius:22px;background:#fff}.ez-free-card__icon{width:60px;height:60px;display:grid;place-items:center;border-radius:17px;background:rgba(254,182,26,.18);color:var(--ez-blue);font-weight:900}.ez-free-card small{color:var(--ez-blue-2);font-weight:700}.ez-free-card h3{margin:8px 0;color:var(--ez-blue);font-size:1.08rem}.ez-free-card p{margin:0;color:var(--ez-muted);font-size:.84rem}.ez-home-paths{padding-top:76px}.ez-home-path-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.ez-home-path{min-height:310px;padding:34px;border:1px solid var(--ez-border);border-radius:28px;background:#fff;box-shadow:0 18px 55px rgba(0,32,109,.07)}.ez-home-path--graphics{background:linear-gradient(135deg,#00164d,var(--ez-blue));color:#fff}.ez-home-path>span{color:var(--ez-blue-2);font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.ez-home-path--graphics>span{color:var(--ez-yellow)}.ez-home-path h3{margin:22px 0 12px;color:var(--ez-blue);font-size:1.7rem;line-height:1.2}.ez-home-path--graphics h3{color:#fff}.ez-home-path p{color:var(--ez-muted)}.ez-home-path--graphics p{color:rgba(255,255,255,.74)}.ez-home-path--graphics .ez-card-link{color:#fff}.ez-timeline{display:grid;gap:16px}.ez-timeline article{display:grid;grid-template-columns:110px 1fr;gap:28px;padding:26px;border:1px solid var(--ez-border);border-radius:20px;background:#fff}.ez-timeline article>span{color:var(--ez-yellow);font-weight:900}.ez-timeline h3{margin:0 0 8px;color:var(--ez-blue)}.ez-timeline p{margin:0;color:var(--ez-muted)}
@media(max-width:1180px){.ez-product-hero__grid,.ez-graphics-hub-hero__grid{grid-template-columns:1fr;gap:44px}.ez-product-hero__visual{justify-self:center;width:min(82vw,480px)}.ez-sales-problem,.ez-outcomes-layout,.ez-authority-block{grid-template-columns:1fr;gap:42px}.ez-product-grid{grid-template-columns:repeat(2,1fr)}.ez-delivery-grid{grid-template-columns:repeat(2,1fr)}.ez-pain-nav{grid-template-columns:repeat(2,1fr)}.ez-service-offer-grid{grid-template-columns:1fr}.ez-sales-nav>a:not(.ez-btn){display:none}}
@media(max-width:760px){body.ez-sales-page{padding-bottom:78px}.ez-header--sales .ez-header__inner{min-height:64px}.ez-header--sales .ez-brand img{width:118px;height:48px}.ez-sales-nav .ez-btn{min-height:42px;padding:9px 14px;font-size:.78rem}.ez-product-hero{padding:50px 0 62px}.ez-product-hero h1,.ez-graphics-hub-hero h1,.ez-free-hero h1{font-size:clamp(2.25rem,11vw,3.7rem)}.ez-product-cover-wrap{border-radius:24px}.ez-product-floating{right:8px;bottom:-20px}.ez-price-block{width:100%}.ez-purchase-trust{margin-bottom:10px}.ez-sales-pain-grid,.ez-delivery-grid,.ez-product-steps,.ez-product-grid,.ez-free-grid,.ez-home-path-grid{grid-template-columns:1fr}.ez-product-step{min-height:170px}.ez-product-step p{margin-top:34px}.ez-offer-card{grid-template-columns:1fr;padding:24px}.ez-offer-price strong{font-size:2.7rem}.ez-mobile-buy{position:fixed;z-index:1400;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;border-top:1px solid var(--ez-border);background:rgba(255,255,255,.97);box-shadow:0 -12px 35px rgba(0,32,109,.12);backdrop-filter:blur(12px)}.ez-mobile-buy small,.ez-mobile-buy strong{display:block}.ez-mobile-buy small{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--ez-muted);font-size:.64rem}.ez-mobile-buy strong{color:var(--ez-blue)}.ez-mobile-buy .ez-btn{min-height:44px;padding:9px 17px}.ez-pain-nav{grid-template-columns:1fr}.ez-free-callout{align-items:flex-start;flex-direction:column}.ez-free-card{grid-template-columns:52px 1fr;padding:20px}.ez-free-card__icon{width:48px;height:48px}.ez-product-card__actions{align-items:flex-start;flex-direction:column}.ez-service-offer-grid article{min-height:300px}.ez-timeline article{grid-template-columns:1fr;gap:8px}.ez-product-hero__visual{width:100%}}

/* Service sales pages */
.ez-service-sales-hero{padding:86px 0 72px;background:radial-gradient(circle at 82% 20%,rgba(255,196,0,.26),transparent 28%),linear-gradient(135deg,#001745 0%,#002b7b 62%,#0c4ba1 100%);color:#fff}
.ez-service-sales-hero__grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.7fr);gap:64px;align-items:center}
.ez-service-sales-hero h1{font-size:clamp(2.25rem,5vw,4.5rem);line-height:1.03;max-width:860px;margin:18px 0 22px}
.ez-service-sales-hero p{font-size:1.08rem;line-height:1.8;max-width:760px;color:rgba(255,255,255,.84)}
.ez-service-sales-card{background:#fff;color:#071b42;padding:34px;border-radius:24px;box-shadow:0 28px 70px rgba(0,0,0,.24);display:grid;gap:14px}
.ez-service-sales-card>span{font-size:.76rem;text-transform:uppercase;letter-spacing:.13em;font-weight:800;color:#315083}
.ez-service-sales-card>strong{font-size:1.8rem;line-height:1.15}
.ez-service-sales-card p{color:#52627f;font-size:.95rem;line-height:1.65}
.ez-service-sales-card a{font-weight:800;color:#002b7b}
@media (max-width:900px){.ez-service-sales-hero{padding:64px 0 54px}.ez-service-sales-hero__grid{grid-template-columns:1fr;gap:34px}.ez-service-sales-card{max-width:620px}}


/* v2.1 — correção de imagens cortadas e contenção responsiva */
.ez-product-card, .ez-product-card__image, .ez-product-hero__copy, .ez-product-hero__visual, .ez-product-cover-wrap { min-width: 0; }
.ez-product-card__image > img,
.ez-product-cover-wrap > img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
}
.ez-product-card__image, .ez-product-cover-wrap { aspect-ratio: 1 / 1; }
@media (max-width: 1180px) {
  .ez-product-hero__grid { grid-template-columns: 1fr !important; }
  .ez-product-hero__copy { max-width: 820px; }
  .ez-product-hero__visual { justify-self: center; width: min(82vw, 480px); }
}
@media (max-width: 1120px) {
  .ez-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  .ez-product-grid { grid-template-columns: 1fr; }
  .ez-product-hero h1 { font-size: clamp(2.15rem, 10.5vw, 3.25rem); }
  .ez-product-hero__visual { width: 100%; }
}
