:root {
  --ei-ink: #1a1a1a;
  --ei-ink-deep: #14110e;
  --ei-orange: #d9622b;
  --ei-orange-light: #e8773f;
  --ei-cream: #f5f0e6;
  --ei-white: #ffffff;
  --ei-muted: #66615d;
  --ei-line: #e5dfd5;
  --ei-radius: 18px;
}

html {
  scroll-behavior: smooth;
}

body,
button,
input,
textarea,
select {
  font-family: "Poppins", sans-serif;
}

body {
  margin: 0;
  color: var(--ei-ink);
  background: var(--ei-white);
  -webkit-font-smoothing: antialiased;
}

body.elementor-page {
  overflow-x: hidden;
}

body.wp-theme-expositor-inteligente-elementor .elementor .elementor-heading-title,
body.wp-theme-expositor-inteligente-elementor .elementor .elementor-button,
body.wp-theme-expositor-inteligente-elementor .elementor .elementor-widget-text-editor,
body.wp-theme-expositor-inteligente-elementor .elementor p,
body.wp-theme-expositor-inteligente-elementor .elementor li,
body.wp-theme-expositor-inteligente-elementor .elementor input,
body.wp-theme-expositor-inteligente-elementor .elementor button {
  font-family: "Poppins", sans-serif;
}

.ei-site-content,
.ei-site-content > .elementor {
  width: 100%;
}

.elementor-element.e-con.ei-section {
  --padding-top: 96px;
  --padding-right: 28px;
  --padding-bottom: 96px;
  --padding-left: 28px;
  width: 100%;
  max-width: none;
  gap: 0;
}

.elementor-element.e-con.ei-shell {
  width: min(100%, 1140px);
  max-width: 1140px;
  margin-inline: auto;
  padding: 0;
  gap: 0;
}

.elementor-element.e-con.ei-narrow {
  max-width: 920px;
}

.ei-center,
.ei-center .elementor-heading-title,
.ei-center .elementor-widget-container {
  text-align: center;
}

.ei-section-title .elementor-heading-title {
  margin: 0;
  color: var(--ei-ink);
  font-size: clamp(2.35rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.045em;
}

.ei-section-title .elementor-heading-title span {
  color: var(--ei-orange);
}

.ei-section-intro {
  max-width: 760px;
  margin: 26px auto 0;
}

.ei-section-intro p {
  margin: 0;
  color: var(--ei-muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.ei-eyebrow p {
  margin: 0 0 14px;
  color: var(--ei-orange);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.17em;
}

.ei-button .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 31px;
  border-radius: 999px;
  font-size: 0.98rem;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.ei-button .elementor-button:hover,
.ei-button .elementor-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

.ei-button-orange .elementor-button {
  color: #fff;
  background: var(--ei-orange);
}

.ei-button-orange .elementor-button:hover {
  background: var(--ei-orange-light);
}

.ei-button-light .elementor-button {
  color: var(--ei-orange);
  background: #fff;
}

.ei-button-dark .elementor-button {
  color: #fff;
  background: var(--ei-ink);
}

/* Hero */
.elementor-element.e-con.ei-hero {
  position: relative;
  min-height: 100svh;
  padding: 0 28px;
  overflow: hidden;
  color: #fff;
  background: var(--ei-ink-deep);
}

.ei-hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  content: "";
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.94) 0%, rgba(7, 7, 7, 0.76) 38%, rgba(7, 7, 7, 0.35) 72%, rgba(7, 7, 7, 0.58) 100%),
    url("../images/hero-feira.png") center/cover no-repeat;
}

.ei-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  height: 6px;
  content: "";
  background: var(--ei-orange);
}

.elementor-element.e-con.ei-hero-shell {
  position: relative;
  z-index: 1;
  min-height: 100svh;
  padding-top: 56px;
  padding-bottom: 72px;
  justify-content: center;
}

.ei-hero-logo {
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 6;
  width: 62px;
}

.ei-hero-logo img {
  width: 62px;
  height: auto;
}

.elementor-element.e-con.ei-hero-copy {
  position: relative;
  z-index: 5;
  width: 58%;
  max-width: 680px;
  padding-top: 62px;
  gap: 0;
}

.ei-badge {
  width: max-content;
  max-width: 100%;
}

.ei-badge p {
  margin: 0 0 30px;
  padding: 6px 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0.13em;
}

.ei-hero-title .elementor-heading-title {
  margin: 0;
  color: #fff;
  font-size: clamp(3.25rem, 4.45vw, 4.15rem);
  font-weight: 700;
  line-height: 0.99;
  letter-spacing: -0.055em;
}

.ei-hero-title .elementor-heading-title span {
  display: block;
  margin-top: 18px;
  color: var(--ei-orange);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.72em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.ei-hero-description {
  max-width: 650px;
  margin: 30px 0 34px;
}

.ei-hero-description p {
  margin: 0;
  color: rgba(255, 255, 255, 0.73);
  font-size: 1.05rem;
  line-height: 1.65;
}

.ei-hero-naty {
  position: absolute;
  right: -44px;
  bottom: -44px;
  z-index: 3;
  width: 47%;
  max-width: 560px;
}

.ei-hero-naty img {
  display: block;
  width: 100%;
  height: auto;
}

.ei-hero-phases {
  position: absolute;
  bottom: 34px;
  left: 0;
  z-index: 6;
  width: 59%;
  padding-top: 27px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.ei-hero-phases p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.ei-hero-phases b {
  color: var(--ei-orange);
}

/* Audience */
.ei-audience {
  background: #fff;
}

.ei-audience .ei-section-title span {
  color: var(--ei-ink);
  font-weight: 500;
}

.ei-audience-list {
  max-width: 790px;
  margin: 55px auto 0;
}

.ei-audience-list ul {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid var(--ei-line);
}

.ei-audience-list li {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  min-height: 82px;
  padding: 16px 7px;
  border-bottom: 1px solid var(--ei-line);
  color: #302d2a;
  font-size: 1rem;
  line-height: 1.5;
}

.ei-audience-list li span {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 2px solid var(--ei-orange);
  border-radius: 50%;
  color: var(--ei-orange);
  font-size: 0.7rem;
  font-weight: 800;
}

/* Positioning */
.ei-positioning {
  color: #fff;
  background: var(--ei-ink);
}

.ei-positioning-shell {
  align-items: center;
}

.ei-positioning-muted .elementor-heading-title,
.ei-positioning-main .elementor-heading-title {
  margin: 0;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.052em;
}

.ei-positioning-muted .elementor-heading-title {
  color: rgba(255, 255, 255, 0.47);
  font-size: clamp(2.45rem, 4.3vw, 3.75rem);
}

.ei-positioning-muted + .ei-positioning-muted {
  margin-top: 14px;
}

.ei-positioning-main {
  margin-top: 42px;
  max-width: 1010px;
}

.ei-positioning-main .elementor-heading-title {
  color: #fff;
  font-size: clamp(3.1rem, 5.5vw, 4.5rem);
}

.ei-positioning-main .elementor-heading-title span {
  color: var(--ei-orange);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
}

.ei-positioning-chain {
  width: 100%;
  margin-top: 82px;
}

.ei-positioning-chain p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 17px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.ei-positioning-chain b {
  color: var(--ei-orange);
}

.ei-positioning-chain strong {
  padding: 12px 17px;
  border: 1px solid rgba(217, 98, 43, 0.66);
  border-radius: 999px;
  color: #fff;
  font-size: 0.72rem;
}

/* About */
.ei-about {
  background: var(--ei-cream);
}

.elementor-element.e-con.ei-about-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: 86px;
}

.ei-about-visual {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-radius: var(--ei-radius);
  background: var(--ei-ink);
}

.ei-about-image,
.ei-about-image .elementor-widget-container,
.ei-about-image img {
  width: 100%;
  height: 100%;
}

.ei-about-image img {
  position: absolute;
  inset: 0;
  object-fit: contain;
  object-position: bottom center;
}

.ei-about-quote {
  position: absolute;
  right: 22px;
  bottom: 23px;
  left: 22px;
  z-index: 2;
  padding: 19px 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(20, 17, 14, 0.78);
  backdrop-filter: blur(8px);
}

.ei-about-quote p {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-style: italic;
  line-height: 1.45;
  text-align: center;
}

.ei-about-body {
  margin-top: 24px;
}

.ei-about-body p {
  margin: 0;
  color: #514c48;
  font-size: 0.97rem;
  line-height: 1.8;
}

.elementor-element.e-con.ei-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 34px;
  border-top: 1px solid #d8d0c3;
  border-left: 1px solid #d8d0c3;
}

.ei-stat {
  padding: 22px 24px;
  border-right: 1px solid #d8d0c3;
  border-bottom: 1px solid #d8d0c3;
}

.ei-stat-value .elementor-heading-title {
  margin: 0;
  color: var(--ei-ink);
  font-size: 0.85rem;
  font-weight: 600;
}

.ei-stat-value .elementor-heading-title span {
  color: var(--ei-orange);
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.ei-stat-text p {
  margin: 7px 0 0;
  color: #6d6762;
  font-size: 0.76rem;
  line-height: 1.5;
}

/* Cards */
.ei-problems,
.ei-deliverables {
  background: #fff;
}

.elementor-element.e-con.ei-card-grid {
  display: grid;
  gap: 24px;
  margin-top: 56px;
}

.elementor-element.e-con.ei-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ei-card {
  position: relative;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 8px 12px;
  min-height: 225px;
  padding: 26px 22px;
  border: 1px solid var(--ei-line);
  border-radius: 12px;
  background: #fff;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.ei-card:hover {
  border-color: rgba(217, 98, 43, 0.5);
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(45, 34, 27, 0.08);
}

.ei-card-icon {
  grid-column: 1;
  grid-row: 1;
}

.ei-card-icon .elementor-icon {
  color: var(--ei-orange);
  font-size: 22px;
}

.ei-card-title {
  grid-column: 2;
  grid-row: 1;
}

.ei-card-title .elementor-heading-title {
  margin: 0;
  color: var(--ei-ink);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
}

.ei-card-title sup {
  color: var(--ei-orange);
}

.ei-card-text {
  grid-column: 2;
  grid-row: 2;
}

.ei-card-text p {
  margin: 0;
  color: #68635f;
  font-size: 0.82rem;
  line-height: 1.65;
}

/* Method */
.ei-method {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--ei-ink);
}

.ei-method::after {
  position: absolute;
  top: -180px;
  right: -200px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(217, 98, 43, 0.2);
  border-radius: 50%;
  content: "";
}

.elementor-element.e-con.ei-method-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: 108px;
}

.ei-method-title-col,
.ei-method-copy {
  position: relative;
  z-index: 2;
}

.ei-eyebrow-light p {
  color: rgba(255, 255, 255, 0.54);
}

.ei-section-title.ei-light .elementor-heading-title {
  color: #fff;
  font-size: clamp(3rem, 4.7vw, 3.8rem);
}

.ei-section-title.ei-light .elementor-heading-title span {
  color: var(--ei-orange);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
}

.ei-method-body p {
  margin: 0 0 23px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  line-height: 1.75;
}

.ei-method-body strong {
  color: #fff;
}

.ei-method-copy .ei-button {
  margin-top: 15px;
}

/* Phases */
.ei-phases {
  background: var(--ei-cream);
}

.elementor-element.e-con.ei-phases-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  margin-top: 58px;
}

.ei-phases-grid::before {
  position: absolute;
  top: 17px;
  right: 10%;
  left: 10%;
  height: 1px;
  content: "";
  background: rgba(217, 98, 43, 0.35);
}

.ei-phase-card {
  position: relative;
  z-index: 2;
}

.ei-phase-number {
  width: 36px;
  height: 36px;
  margin-bottom: 18px;
  border: 2px solid var(--ei-orange);
  border-radius: 50%;
  background: var(--ei-cream);
}

.ei-phase-number p {
  margin: 0;
  color: var(--ei-orange);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
}

.ei-phase-title .elementor-heading-title {
  margin: 0;
  color: var(--ei-ink);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
}

.ei-phase-text p {
  margin: 15px 0 0;
  color: #5e5955;
  font-size: 0.83rem;
  line-height: 1.65;
}

/* Deliverables */
.ei-deliverables-grid .ei-card {
  min-height: 172px;
}

.ei-deliverables-note {
  margin-top: 25px;
}

.ei-deliverables-note p {
  margin: 0;
  color: #746e68;
  font-size: 0.72rem;
  text-align: right;
}

.ei-deliverables-note strong {
  color: var(--ei-orange);
}

/* Testimonials */
.ei-testimonials,
.ei-calculator {
  color: #fff;
  background: var(--ei-ink);
}

.ei-testimonials-title {
  max-width: 590px;
  margin: 0 auto;
}

.ei-testimonials-title .elementor-heading-title {
  margin: 0;
  color: #fff;
  font-size: clamp(2.2rem, 3.8vw, 3rem);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.04em;
  text-align: center;
}

.ei-testimonials-title .elementor-heading-title span {
  color: var(--ei-orange);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
}

.elementor-element.e-con.ei-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-top: 62px;
}

.ei-testimonial {
  min-height: 330px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.ei-testimonial-quote {
  flex: 1;
}

.ei-testimonial-quote p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.14rem;
  font-style: italic;
  line-height: 1.7;
}

.ei-testimonial-name {
  margin-top: auto;
}

.ei-testimonial-name .elementor-heading-title {
  margin: 0;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
}

.ei-testimonial-company p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.72rem;
  letter-spacing: 0.03em;
}

/* Calculator */
.elementor-element.e-con.ei-calculator {
  padding-top: 0;
}

.ei-calculator-card {
  position: relative;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 40px;
  min-height: 510px;
  padding: 62px 64px;
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(120deg, #da6227 0%, #ad704f 100%);
}

.ei-calculator-copy {
  position: relative;
  z-index: 2;
}

.ei-badge-light p {
  margin-bottom: 30px;
  color: #fff;
}

.ei-calculator-title .elementor-heading-title {
  margin: 0;
  color: #fff;
  font-size: clamp(2.7rem, 4.1vw, 3.5rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.ei-calculator-text {
  max-width: 580px;
  margin: 28px 0 30px;
}

.ei-calculator-text p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.06rem;
  line-height: 1.55;
}

.ei-calculator-art {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ei-calc-sheet {
  width: 285px;
  height: 330px;
  padding: 42px 32px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 60px rgba(63, 27, 12, 0.22);
  transform: rotate(5deg);
}

.ei-calc-sheet i {
  display: block;
  height: 17px;
  margin-bottom: 25px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.27);
}

.ei-calc-sheet i:nth-child(2) {
  width: 85%;
  height: 42px;
}

.ei-calc-sheet i:nth-child(3) {
  width: 55%;
}

.ei-calc-sheet i:nth-child(4) {
  height: 72px;
  margin-top: 8px;
  background: rgba(45, 31, 26, 0.42);
}

/* Contact */
.ei-contact {
  background: var(--ei-cream);
}

.elementor-element.e-con.ei-form-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 720px;
  overflow: hidden;
  border: 1px solid #e1dbd1;
  border-radius: 20px;
  box-shadow: 0 12px 38px rgba(47, 39, 32, 0.06);
}

.ei-form-copy {
  justify-content: center;
  padding: 70px 80px;
  color: #fff;
  background: var(--ei-ink);
}

.ei-form-title .elementor-heading-title {
  margin: 0;
  color: #fff;
  font-size: clamp(2.7rem, 4.3vw, 3.6rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.ei-form-subtitle {
  margin-top: 35px;
}

.ei-form-subtitle .elementor-heading-title {
  margin: 0;
  color: var(--ei-orange);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.35;
}

.ei-form-description {
  margin-top: 34px;
}

.ei-form-description p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.8;
}

.ei-form-panel {
  justify-content: center;
  padding: 62px 64px;
  background: #fff;
}

.ei-contact-widget h3 {
  max-width: 480px;
  margin: 0 0 34px;
  color: var(--ei-ink);
  font-size: 1.48rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

.ei-field {
  margin-bottom: 20px;
}

.ei-field label {
  display: block;
  margin-bottom: 8px;
  color: #292623;
  font-size: 0.78rem;
  font-weight: 500;
}

.ei-field input {
  width: 100%;
  height: 49px;
  padding: 0 14px;
  border: 1px solid #ddd7ce;
  border-radius: 5px;
  outline: 0;
  color: var(--ei-ink);
  background: #fbf9f6;
  font-size: 0.88rem;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.ei-field input:focus {
  border-color: var(--ei-orange);
  box-shadow: 0 0 0 3px rgba(217, 98, 43, 0.12);
}

.ei-submit {
  width: 100%;
  min-height: 55px;
  margin-top: 1px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--ei-ink);
  font-size: 0.94rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 160ms ease, transform 160ms ease;
}

.ei-submit:hover,
.ei-submit:focus-visible {
  background: #33302d;
  transform: translateY(-1px);
}

.ei-submit:disabled {
  opacity: 0.65;
  cursor: wait;
}

.ei-form-status {
  min-height: 20px;
  margin: 14px 0 0;
  font-size: 0.76rem;
  line-height: 1.45;
}

.ei-form-status.is-success {
  color: #267b45;
}

.ei-form-status.is-error {
  color: #a9372c;
}

.ei-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* WhatsApp */
.ei-floating-layer {
  position: relative !important;
  z-index: 999;
  width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.ei-whatsapp-float {
  position: fixed !important;
  right: 26px;
  bottom: 24px;
  z-index: 999;
  width: auto !important;
}


.ei-whatsapp-float .elementor-button {
  min-height: 54px;
  padding: 13px 20px;
  border-radius: 999px;
  color: #36312e;
  background: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);
}

.ei-whatsapp-float .elementor-button-icon {
  color: #25d366;
  font-size: 1.5rem;
}

@media (max-width: 1024px) {
  .elementor-element.e-con.ei-section {
    --padding-top: 80px;
    --padding-bottom: 80px;
  }

  .elementor-element.e-con.ei-hero-copy {
    width: 61%;
  }

  .ei-hero-naty {
    right: -92px;
    width: 53%;
  }

  .elementor-element.e-con.ei-grid-four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .elementor-element.e-con.ei-about-shell {
    gap: 50px;
  }

  .elementor-element.e-con.ei-method-shell {
    gap: 58px;
  }

  .elementor-element.e-con.ei-phases-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ei-phases-grid::before {
    display: none;
  }

  .ei-form-copy,
  .ei-form-panel {
    padding: 55px 48px;
  }
}

@media (max-width: 767px) {
  .elementor-element.e-con.ei-section {
    --padding-top: 66px;
    --padding-right: 20px;
    --padding-bottom: 66px;
    --padding-left: 20px;
  }

  .ei-section-title .elementor-heading-title {
    font-size: 2.25rem;
    line-height: 1.08;
  }

  .elementor-element.e-con.ei-hero {
    min-height: auto;
    padding: 0 20px 0;
  }

  .ei-hero::before {
    background:
      linear-gradient(180deg, rgba(13, 12, 11, 0.2) 0%, rgba(20, 17, 14, 0.48) 34%, #14110e 62%, #14110e 100%),
      url("../images/hero-feira.png") 58% top/auto 49vh no-repeat;
  }

  .elementor-element.e-con.ei-hero-shell {
    min-height: 950px;
    padding: 28px 0 70px;
    justify-content: flex-end;
  }

  .ei-hero-logo {
    top: 28px;
    left: 0;
    width: 52px;
  }

  .ei-hero-logo img {
    width: 52px;
  }

  .ei-hero-naty {
    top: 40px;
    right: -39px;
    bottom: auto;
    width: 92%;
    max-width: 460px;
    opacity: 0.97;
  }

  .elementor-element.e-con.ei-hero-copy {
    width: 100%;
    max-width: none;
    padding-top: 475px;
  }

  .ei-badge p {
    margin-bottom: 20px;
    font-size: 0.61rem;
  }

  .ei-hero-title .elementor-heading-title {
    font-size: 2.55rem;
    line-height: 1.02;
  }

  .ei-hero-title .elementor-heading-title span {
    margin-top: 13px;
    font-size: 0.73em;
  }

  .ei-hero-description {
    margin: 24px 0 27px;
  }

  .ei-hero-description p {
    font-size: 0.93rem;
  }

  .ei-hero-copy .ei-button,
  .ei-hero-copy .elementor-button-wrapper,
  .ei-hero-copy .elementor-button {
    width: 100%;
  }

  .ei-hero-phases {
    display: none;
  }

  .ei-audience-list {
    margin-top: 38px;
  }

  .ei-audience-list li {
    align-items: start;
    min-height: 0;
    padding: 18px 4px;
    font-size: 0.9rem;
  }

  .ei-positioning-muted .elementor-heading-title {
    font-size: 2.1rem;
  }

  .ei-positioning-main .elementor-heading-title {
    font-size: 2.65rem;
  }

  .ei-positioning-chain {
    margin-top: 50px;
  }

  .ei-positioning-chain p {
    gap: 11px;
    font-size: 0.72rem;
  }

  .elementor-element.e-con.ei-about-shell,
  .elementor-element.e-con.ei-method-shell,
  .ei-calculator-card,
  .elementor-element.e-con.ei-form-card {
    grid-template-columns: 1fr;
  }

  .elementor-element.e-con.ei-about-shell {
    gap: 45px;
  }

  .ei-about-visual {
    min-height: 540px;
  }

  .elementor-element.e-con.ei-stats-grid {
    grid-template-columns: 1fr 1fr;
  }

  .elementor-element.e-con.ei-card-grid,
  .elementor-element.e-con.ei-grid-four,
  .elementor-element.e-con.ei-phases-grid,
  .elementor-element.e-con.ei-testimonials-grid {
    grid-template-columns: 1fr;
  }

  .ei-card {
    min-height: 0;
  }

  .elementor-element.e-con.ei-method-shell {
    gap: 42px;
  }

  .ei-section-title.ei-light .elementor-heading-title {
    font-size: 2.65rem;
  }

  .ei-testimonial {
    min-height: 280px;
  }

  .ei-calculator-card {
    min-height: 0;
    padding: 40px 28px;
  }

  .ei-calculator-title .elementor-heading-title {
    font-size: 2.55rem;
  }

  .ei-calculator-art {
    display: none;
  }

  .ei-form-copy,
  .ei-form-panel {
    padding: 48px 28px;
  }

  .ei-form-title .elementor-heading-title {
    font-size: 2.65rem;
  }

  .ei-whatsapp-float {
    right: 15px;
    bottom: 15px;
  }

  .ei-whatsapp-float .elementor-button {
    width: 54px;
    height: 54px;
    padding: 0;
  }

  .ei-whatsapp-float .elementor-button-text {
    display: none;
  }

  .ei-whatsapp-float .elementor-button-content-wrapper {
    justify-content: center;
  }

  .ei-whatsapp-float .elementor-button-icon {
    margin: 0 !important;
  }
}
