:root {
  --ac-red: #ef2728;
  --ac-dark: #101315;
  --ac-ink: #171a1c;
  --ac-yellow: #ffd20a;
  --ac-green: #0ba95b;
  --ac-muted: #686d70;
  --ac-light: #f4f3ef;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ac-dark);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.ac-page,
.ac-page * {
  box-sizing: border-box;
}

.ac-page a {
  position: relative;
  z-index: 30;
  text-decoration: none;
  pointer-events: auto !important;
  cursor: pointer;
}

.ac-page .elementor-background-overlay,
.ac-page .elementor-shape,
.ac-page .elementor-shape-top,
.ac-page .elementor-shape-bottom {
  pointer-events: none !important;
}

.ac-menu,
.ac-menu .elementor-widget-container,
.ac-menu p,
.ac-button,
.ac-button .elementor-widget-container,
.ac-button .elementor-button-wrapper,
.ac-card-link,
.ac-card-link .elementor-widget-container,
.ac-card-link .elementor-button-wrapper {
  position: relative;
  z-index: 31;
  pointer-events: auto !important;
}

.ac-page[id] {
  scroll-margin-top: 86px;
}

.ac-page .elementor-widget-heading .elementor-heading-title,
.ac-page .elementor-widget-text-editor,
.ac-page .elementor-button {
  font-family: Arial, Helvetica, sans-serif;
}

.ac-page .elementor-widget:not(:last-child) {
  margin-block-end: 0;
}

.ac-page > .elementor-container {
  width: 100%;
}

.ac-topbar {
  position: absolute;
  z-index: 20;
  width: 100%;
  min-height: 84px;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  background: transparent;
}

.ac-topbar > .elementor-container {
  max-width: none !important;
  min-height: 84px;
  padding: 0 max(5vw, 24px);
  align-items: center;
}

.ac-header-logo > .elementor-widget-wrap,
.ac-header-menu > .elementor-widget-wrap,
.ac-header-action > .elementor-widget-wrap {
  position: relative;
  z-index: 21;
  align-content: center;
  pointer-events: auto !important;
}

.ac-logo img {
  display: block;
  width: 260px;
  max-width: 100%;
  max-height: 58px;
  object-fit: contain;
}

.ac-menu p {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin: 0;
}

.ac-menu a {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.ac-menu a:hover {
  color: var(--ac-yellow);
}

.ac-header-action .elementor-button-wrapper {
  text-align: right;
}

.ac-button .elementor-button,
.ac-page .ac-button .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  min-height: 51px;
  padding: 15px 22px;
  border: 0;
  border-radius: 8px;
  background: var(--ac-red);
  color: #fff;
  box-shadow: 0 12px 30px rgba(239, 39, 40, .17);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  transition: transform .2s, background .2s;
}

.ac-button .elementor-button:hover {
  transform: translateY(-2px);
  background: #ff3435;
  color: #fff;
}

.ac-button-small .elementor-button {
  min-height: 44px;
  padding: 12px 18px;
  box-shadow: none;
}

.ac-hero {
  min-height: 760px;
  overflow: hidden;
  background: radial-gradient(circle at 72% 45%, #263029 0, #151918 29%, #101315 58%);
}

.ac-hero > .elementor-container {
  max-width: none !important;
  min-height: 760px;
  padding: 150px max(5vw, 28px) 80px;
  gap: 4vw;
  align-items: center;
}

.ac-hero-copy {
  width: 45% !important;
}

.ac-hero-visual {
  width: 55% !important;
}

.ac-hero-copy > .elementor-widget-wrap {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 670px;
  pointer-events: auto;
}

.ac-eyebrow {
  display: inline-block;
  margin-bottom: 24px;
}

.ac-eyebrow .elementor-widget-container {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 30px;
  background: rgba(255, 255, 255, .045);
}

.ac-eyebrow p {
  margin: 0;
  color: #f3f4f4;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ac-eyebrow b {
  color: var(--ac-green);
}

.ac-hero-title .elementor-heading-title {
  margin: 0;
  color: #fff;
  font-size: clamp(58px, 6.2vw, 94px);
  font-weight: 800;
  line-height: .93;
  letter-spacing: -.055em;
}

.ac-hero-title-yellow .elementor-heading-title {
  color: var(--ac-yellow);
}

.ac-hero-description {
  max-width: 610px;
  margin-top: 26px;
}

.ac-hero-description p {
  margin: 0;
  color: #c3c7c7;
  font-size: 18px;
  line-height: 1.65;
}

.ac-hero-actions {
  margin: 34px 0;
}

.ac-hero-actions > .elementor-container {
  max-width: 520px !important;
  align-items: center;
}

.ac-text-link .elementor-button {
  width: auto;
  padding: 10px 0 4px;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  background: transparent;
  color: #fff;
  box-shadow: none;
  font-size: 14px;
  font-weight: 700;
}

.ac-text-link .elementor-button:hover {
  color: var(--ac-yellow);
  background: transparent;
}

.ac-trust-row p {
  margin: 0;
  color: #cfd1d1;
  font-size: 13px;
}

.ac-trust-row span {
  color: var(--ac-green);
  font-weight: 900;
}

.ac-trust-row .ac-trust-item {
  color: #cfd1d1;
  font-weight: 400;
}

.ac-trust-row .ac-trust-item + .ac-trust-item::before {
  padding: 0 10px;
  color: rgba(255, 255, 255, .35);
  content: "·";
}

.ac-trust-row .ac-trust-check {
  color: var(--ac-green);
  font-weight: 900;
}

.ac-trust-row b {
  padding: 0 10px;
  color: rgba(255, 255, 255, .35);
}

.ac-hero-visual {
  position: relative;
  min-height: 540px;
}

.ac-hero-visual > .elementor-widget-wrap {
  position: relative;
  display: grid;
  min-height: 540px;
  place-items: center;
}

.ac-fleet-image {
  width: 100%;
}

.ac-fleet-image .elementor-widget-container {
  position: relative;
  width: 100%;
  max-width: 760px;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 24px;
  background: #090b0c;
  box-shadow: 0 32px 70px rgba(0, 0, 0, .6);
}

.ac-fleet-image .elementor-widget-container::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(7, 9, 9, .8) 100%);
  content: "";
  pointer-events: none;
}

.ac-fleet-image img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.ac-fleet-label {
  position: absolute;
  z-index: 3;
  bottom: 28px;
  left: 22px;
  width: 360px;
}

.ac-fleet-label > .elementor-container {
  max-width: 360px !important;
  align-items: center;
}

.ac-fleet-label .elementor-widget-wrap {
  align-content: center;
}

.ac-fleet-shield img {
  width: 48px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px #000);
}

.ac-fleet-kicker .elementor-heading-title {
  color: var(--ac-yellow);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .16em;
}

.ac-fleet-caption .elementor-heading-title {
  margin-top: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}

.ac-cnh-card {
  position: absolute;
  z-index: 4;
  right: -18px;
  bottom: -18px;
  width: 255px;
  transform: rotate(-3deg);
}

.ac-cnh-card > .elementor-container {
  padding: 18px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 25px 60px rgba(0, 0, 0, .55);
}

.ac-cnh-card-kicker .elementor-heading-title {
  color: var(--ac-red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
}

.ac-cnh-card-logo {
  margin: 12px 0 9px;
}

.ac-cnh-card-logo .elementor-widget-container {
  padding: 7px;
  border-radius: 5px;
  background: var(--ac-ink);
}

.ac-cnh-card-logo img {
  display: block;
  width: 100%;
}

.ac-cnh-card-title .elementor-heading-title {
  color: var(--ac-ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.18;
}

.ac-quick-strip {
  background: var(--ac-red);
}

.ac-quick-strip > .elementor-container {
  max-width: none !important;
  padding: 28px max(7vw, 28px);
}

.ac-quick-item > .elementor-widget-wrap {
  display: grid;
  grid-template-columns: 54px 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  padding: 0 24px;
  border-right: 1px solid rgba(255, 255, 255, .25);
}

.ac-quick-item:first-child > .elementor-widget-wrap {
  padding-left: 0;
}

.ac-quick-item:last-child > .elementor-widget-wrap {
  border-right: 0;
}

.ac-quick-number {
  grid-row: 1 / span 2;
}

.ac-quick-number .elementor-heading-title {
  color: rgba(255, 255, 255, .38);
  font-size: 28px;
  font-weight: 800;
}

.ac-quick-title .elementor-heading-title {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

.ac-quick-text p {
  margin: 3px 0 0;
  color: #fff;
  font-size: 12px;
  line-height: 1.45;
}

.ac-section {
  padding: 100px max(7vw, 28px);
}

.ac-section > .elementor-container {
  max-width: 1400px !important;
}

.ac-light {
  background: var(--ac-light);
  color: var(--ac-ink);
}

.ac-section-heading {
  margin-bottom: 46px;
}

.ac-section-heading > .elementor-container {
  max-width: none !important;
  gap: 35px;
  align-items: flex-end;
  justify-content: space-between;
}

.ac-heading-description > .elementor-widget-wrap {
  justify-content: flex-end;
}

.ac-kicker .elementor-heading-title,
.ac-card-kicker .elementor-heading-title {
  color: var(--ac-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
}

.ac-kicker-yellow .elementor-heading-title,
.ac-card-kicker-yellow .elementor-heading-title {
  color: var(--ac-yellow);
}

.ac-section-title .elementor-heading-title {
  margin-top: 10px;
  color: var(--ac-ink);
  font-size: clamp(38px, 4vw, 61px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -.04em;
}

.ac-text-white .elementor-heading-title {
  color: #fff;
}

.ac-section-description {
  max-width: 420px;
}

.ac-section-description p {
  margin: 0;
  color: var(--ac-muted);
  font-size: 16px;
  line-height: 1.65;
}

.ac-text-muted-light p {
  color: #aeb3b4;
}

.ac-horizontal-row > .elementor-container {
  max-width: none !important;
  align-items: stretch;
}

.ac-card {
  padding: 0 7px;
}

.ac-card > .elementor-widget-wrap {
  display: flex;
  height: 100%;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(25, 25, 25, .04);
  flex-direction: column;
}

.ac-card-photo {
  width: 100%;
  overflow: hidden;
  background: #111;
}

.ac-card-photo .elementor-widget-container,
.ac-card-photo a {
  display: block;
  width: 100%;
  height: 100%;
}

.ac-card-photo img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: transform .4s;
}

.ac-card:hover .ac-card-photo img {
  transform: scale(1.035);
}

.ac-card-kicker,
.ac-card-title,
.ac-card-text,
.ac-card-link {
  padding-right: 18px;
  padding-left: 18px;
}

.ac-card-kicker {
  margin-top: 18px;
}

.ac-card-kicker .elementor-heading-title {
  font-size: 9px;
  letter-spacing: .11em;
}

.ac-card-title {
  margin-top: 8px;
}

.ac-card-title .elementor-heading-title {
  color: var(--ac-ink);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.08;
}

.ac-card-text {
  margin-top: 8px;
}

.ac-card-text p {
  margin: 0;
  color: var(--ac-muted);
  font-size: 11px;
  line-height: 1.45;
}

.ac-card-link {
  margin-top: auto;
  padding-top: 12px;
  padding-bottom: 16px;
}

.ac-card-link .elementor-button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 13px 0 0;
  border-top: 1px solid #e4e3df;
  border-radius: 0;
  background: transparent;
  color: var(--ac-green);
  box-shadow: none;
  font-size: 12px;
  font-weight: 900;
  text-align: left;
}

.ac-card-link .elementor-button:hover {
  background: transparent;
  color: #078247;
}

.ac-person-photo {
  aspect-ratio: 1.15 / 1;
}

.ac-person-text p {
  min-height: 48px;
}

.ac-whatsapp-button .elementor-button::before {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 7px;
  background: var(--ac-whatsapp-icon) center / contain no-repeat;
  content: "";
  flex: 0 0 19px;
}

.ac-whatsapp-button .elementor-button-content-wrapper {
  flex: 1;
}

.ac-swipe-hint {
  display: none;
}

.ac-category-row > .elementor-container {
  gap: 14px;
}

.ac-category-card > .elementor-widget-wrap {
  display: flex;
  min-height: 300px;
  padding: 28px 24px;
  border: 1px solid #deded9;
  background: #fff;
  flex-direction: column;
  transition: transform .25s, border-color .25s, box-shadow .25s;
}

.ac-category-card:hover > .elementor-widget-wrap {
  transform: translateY(-7px);
  border-color: var(--ac-red);
  box-shadow: 0 18px 40px rgba(26, 26, 26, .07);
}

.ac-category-letter .elementor-heading-title {
  display: grid;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--ac-ink);
  color: var(--ac-yellow);
  font-size: 27px;
  font-weight: 900;
  place-items: center;
}

.ac-category-title {
  margin-top: 30px;
}

.ac-category-title .elementor-heading-title {
  color: var(--ac-ink);
  font-size: 21px;
  font-weight: 800;
}

.ac-category-text {
  margin-top: 10px;
}

.ac-category-text p {
  margin: 0;
  color: var(--ac-muted);
  font-size: 14px;
  line-height: 1.55;
}

.ac-category-link {
  margin-top: auto;
}

.ac-category-link .elementor-button {
  justify-content: space-between;
  width: 100%;
  padding: 10px 0 0;
  border: 0;
  background: transparent;
  color: var(--ac-red);
  box-shadow: none;
  font-size: 12px;
  font-weight: 900;
}

.ac-cnh-section {
  padding: 95px max(10vw, 28px);
  background: linear-gradient(120deg, #102018, #101315 58%);
}

.ac-cnh-section > .elementor-container {
  max-width: 1280px !important;
  gap: 9vw;
  align-items: center;
}

.ac-cnh-logo-wrap > .elementor-widget-wrap {
  display: grid;
  min-height: 420px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 30px;
  background: radial-gradient(circle, rgba(24, 107, 62, .33), transparent 63%);
  place-items: center;
}

.ac-cnh-logo img {
  width: 76%;
  padding: 20px;
  border-radius: 16px;
  background: #0d1210;
  filter: drop-shadow(0 18px 30px #000);
}

.ac-cnh-copy > .elementor-widget-wrap {
  display: block;
  max-width: 650px;
}

.ac-cnh-description {
  margin-top: 23px;
}

.ac-cnh-description p {
  margin: 0;
  color: #b9bdbb;
  font-size: 17px;
  line-height: 1.65;
}

.ac-cnh-list {
  margin: 25px 0 32px;
}

.ac-cnh-list ul {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 12px;
  list-style: none;
}

.ac-cnh-list li {
  color: #fff;
}

.ac-cnh-list li::before {
  margin-right: 10px;
  color: var(--ac-green);
  content: "✓";
  font-weight: 900;
}

.ac-courses-section {
  background: #171b1d;
  color: #fff;
}

.ac-course-row > .elementor-container {
  align-items: stretch;
}

.ac-course-card > .elementor-widget-wrap {
  border-color: rgba(255, 255, 255, .07);
  border-radius: 15px;
  background: #202528;
  box-shadow: none;
}

.ac-course-card:hover > .elementor-widget-wrap {
  border-color: rgba(255, 210, 10, .4);
  box-shadow: 0 20px 48px rgba(0, 0, 0, .33);
  transform: translateY(-6px);
}

.ac-course-photo {
  aspect-ratio: 1.55 / 1;
}

.ac-course-text p {
  min-height: 70px;
  color: #abb0b1;
  font-size: 12px;
}

.ac-course-link .elementor-button {
  border-top-color: rgba(255, 255, 255, .09);
  color: #61d697;
}

.ac-course-specialist {
  margin-top: 24px;
}

.ac-course-specialist > .elementor-container {
  max-width: none !important;
  padding: 25px 28px;
  border: 1px solid rgba(55, 169, 111, .33);
  border-radius: 14px;
  background: linear-gradient(100deg, #123c27, #18231e);
  align-items: center;
}

.ac-course-specialist-title .elementor-heading-title {
  margin-top: 7px;
  color: #fff;
  font-size: 21px;
  font-weight: 800;
}

.ac-course-specialist-action .elementor-button-wrapper {
  text-align: right;
}

.ac-steps-section {
  padding: 95px max(7vw, 28px);
  background: #161a1c;
  text-align: center;
}

.ac-steps-section > .elementor-container {
  max-width: 1100px !important;
}

.ac-center .elementor-heading-title {
  text-align: center;
}

.ac-steps-section .ac-section-title {
  max-width: 730px;
  margin: 13px auto 50px;
}

.ac-steps > .elementor-container {
  max-width: 1100px !important;
}

.ac-step-item > .elementor-widget-wrap {
  padding: 15px 45px;
  border-right: 1px solid rgba(255, 255, 255, .11);
}

.ac-step-item:last-child > .elementor-widget-wrap {
  border-right: 0;
}

.ac-step-number .elementor-heading-title {
  display: grid;
  width: 52px;
  height: 52px;
  margin: auto;
  border-radius: 50%;
  background: var(--ac-red);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  place-items: center;
}

.ac-step-title .elementor-heading-title {
  margin-top: 22px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}

.ac-step-text p {
  margin: 12px 0 0;
  color: #9ba0a0;
  font-size: 14px;
  line-height: 1.6;
}

.ac-units-section {
  background: #f4f3ef;
}

.ac-unit-row > .elementor-container {
  gap: 22px;
}

.ac-unit-card {
  padding: 0;
}

.ac-unit-card > .elementor-widget-wrap {
  border-color: #dddcd6;
  border-radius: 15px;
  box-shadow: 0 14px 38px rgba(23, 26, 28, .05);
}

.ac-unit-photo {
  aspect-ratio: 1.45 / 1;
}

.ac-unit-title .elementor-heading-title {
  font-size: 25px;
}

.ac-unit-address p {
  min-height: 61px;
  font-size: 13px;
  line-height: 1.55;
}

.ac-faq {
  background: #fff;
  color: var(--ac-ink);
}

.ac-faq > .elementor-container {
  max-width: 1400px !important;
  gap: 8vw;
}

.ac-faq-intro .ac-section-description {
  margin-top: 22px;
}

.ac-faq-list .elementor-accordion-item {
  border: 0;
  border-bottom: 1px solid #d7d7d2;
}

.ac-faq-list .elementor-tab-title {
  padding: 22px 0;
  color: var(--ac-ink);
  font-size: 16px;
  font-weight: 800;
}

.ac-faq-list .elementor-accordion-icon {
  color: var(--ac-red);
}

.ac-faq-list .elementor-tab-content {
  padding: 0 35px 22px 0;
  border: 0;
  color: var(--ac-muted);
  font-size: 14px;
  line-height: 1.6;
}

.ac-final-cta {
  padding: 55px max(7vw, 28px);
  background: var(--ac-red);
}

.ac-final-cta > .elementor-container {
  max-width: none !important;
  gap: 28px;
  align-items: center;
}

.ac-final-shield img {
  width: 90px;
  max-height: 110px;
  object-fit: contain;
}

.ac-final-kicker .elementor-heading-title {
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .17em;
}

.ac-final-title .elementor-heading-title {
  margin-top: 8px;
  color: #fff;
  font-size: clamp(38px, 4vw, 61px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -.04em;
}

.ac-final-text p {
  margin: 3px 0 0;
  color: rgba(255, 255, 255, .8);
}

.ac-final-action .elementor-button-wrapper {
  text-align: right;
}

.ac-button-light .elementor-button {
  background: #fff;
  color: var(--ac-red);
  box-shadow: none;
}

.ac-button-light .elementor-button:hover {
  background: #202428;
  color: #fff;
}

.ac-footer {
  padding: 34px max(7vw, 28px);
  background: var(--ac-dark);
}

.ac-footer > .elementor-container {
  max-width: none !important;
  gap: 30px;
  align-items: center;
}

.ac-footer-text p {
  margin: 0;
  color: #999;
  font-size: 12px;
}

.ac-footer-link .elementor-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  box-shadow: none;
  font-size: 12px;
  font-weight: 800;
}

.ac-footer-link .elementor-button-wrapper {
  text-align: right;
}

.ac-floating-wrap,
.ac-floating-wrap > .elementor-container,
.ac-floating-wrap .elementor-column,
.ac-floating-wrap .elementor-widget-wrap {
  height: 0 !important;
  min-height: 0 !important;
}

.ac-floating-whatsapp {
  position: fixed;
  z-index: 9999;
  right: 16px;
  bottom: 16px;
  display: none;
  width: auto;
}

.ac-floating-whatsapp .elementor-button {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .19);
  border-radius: 28px;
  background: var(--ac-green);
  color: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .33);
  font-size: 13px;
  font-weight: 900;
}

.ac-floating-whatsapp .elementor-button::before {
  width: 27px;
  height: 27px;
  flex-basis: 27px;
}

@media (max-width: 1100px) {
  .ac-menu p {
    gap: 18px;
  }

  .ac-card {
    padding: 0 5px;
  }
}

@media (max-width: 950px) {
  .ac-header-menu {
    display: none;
  }

  .ac-header-logo {
    width: 65% !important;
  }

  .ac-header-action {
    width: 35% !important;
  }

  .ac-hero > .elementor-container {
    display: block;
    padding-top: 130px;
  }

  .ac-hero-copy,
  .ac-hero-visual {
    width: 100% !important;
  }

  .ac-hero-copy > .elementor-widget-wrap {
    max-width: 760px;
  }

  .ac-hero-visual {
    min-height: 500px;
    margin-top: 42px;
  }

  .ac-fleet-image .elementor-widget-container {
    max-width: 720px;
  }

  .ac-quick-strip > .elementor-container {
    display: block;
  }

  .ac-quick-item {
    width: 100% !important;
  }

  .ac-quick-item > .elementor-widget-wrap {
    padding: 15px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .21);
  }

  .ac-quick-item:last-child > .elementor-widget-wrap {
    border-bottom: 0;
  }

  .ac-horizontal-row > .elementor-container {
    display: flex !important;
    overflow-x: auto;
    padding: 2px 2px 18px;
    gap: 14px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .ac-horizontal-row > .elementor-container > .elementor-column {
    width: min(290px, 78vw) !important;
    min-width: min(290px, 78vw) !important;
    padding: 0;
    flex: 0 0 min(290px, 78vw);
    scroll-snap-align: start;
  }

  .ac-swipe-hint {
    display: block;
    margin: 2px 0 18px;
  }

  .ac-swipe-hint p {
    margin: 0;
    color: #777;
    font-size: 12px;
  }

  .ac-swipe-hint-dark p {
    color: #aeb3b4;
  }

  .ac-cnh-section > .elementor-container,
  .ac-faq > .elementor-container {
    display: block;
  }

  .ac-cnh-logo-wrap,
  .ac-cnh-copy,
  .ac-faq-intro,
  .ac-faq-content {
    width: 100% !important;
  }

  .ac-cnh-copy,
  .ac-faq-content {
    margin-top: 45px;
  }

  .ac-final-cta > .elementor-container {
    flex-wrap: wrap;
  }

  .ac-final-shield {
    width: 12% !important;
  }

  .ac-final-copy {
    width: 78% !important;
  }

  .ac-final-action {
    width: 100% !important;
    margin-left: 12%;
  }

  .ac-final-action .elementor-button-wrapper {
    text-align: left;
  }

  .ac-floating-whatsapp {
    display: block;
  }
}

@media (max-width: 620px) {
  /* v1.8 — Mantem cada marcador verde junto do respectivo texto. */
  .ac-trust-row p {
    display: flex !important;
    gap: 12px !important;
    flex-direction: column;
    color: #cfd1d1;
    font-size: 13px !important;
    line-height: 1.45;
  }

  .ac-trust-row .ac-trust-item {
    display: inline-flex;
    align-items: center;
    color: #cfd1d1;
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap;
  }

  .ac-trust-row .ac-trust-item + .ac-trust-item::before {
    display: none;
  }

  .ac-trust-row .ac-trust-check {
    display: inline-block !important;
    margin-right: 8px;
    color: var(--ac-green);
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
  }

  .ac-trust-row p > b {
    display: none !important;
  }

  .ac-topbar,
  .ac-topbar > .elementor-container {
    min-height: 74px;
  }

  .ac-topbar > .elementor-container {
    padding: 0 22px;
  }

  .ac-logo img {
    width: 195px;
  }

  .ac-header-action {
    display: none;
  }

  .ac-header-logo {
    width: 100% !important;
  }

  .ac-hero {
    min-height: auto;
  }

  .ac-hero > .elementor-container {
    min-height: auto;
    padding: 118px 22px 78px;
  }

  .ac-hero-title .elementor-heading-title {
    font-size: 55px;
  }

  .ac-hero-description p {
    font-size: 16px;
  }

  .ac-hero-actions > .elementor-container {
    display: block;
  }

  .ac-hero-actions .elementor-column {
    width: 100% !important;
  }

  .ac-hero-actions .ac-text-link {
    margin-top: 15px;
  }

  .ac-text-link .elementor-button-wrapper {
    text-align: center;
  }

  .ac-text-link .elementor-button {
    border-bottom: 0;
  }

  .ac-trust-row p {
    display: grid;
    gap: 8px;
  }

  .ac-trust-row b {
    display: none;
  }

  .ac-hero-visual {
    min-height: 340px;
    margin-top: 24px;
  }

  .ac-hero-visual > .elementor-widget-wrap {
    min-height: 340px;
    align-content: flex-start;
  }

  .ac-fleet-image .elementor-widget-container {
    aspect-ratio: 4 / 3;
    border-radius: 18px;
  }

  .ac-fleet-label {
    bottom: 13px;
    left: 14px;
    width: 260px;
  }

  .ac-fleet-shield img {
    width: 37px;
    height: 44px;
  }

  .ac-fleet-caption .elementor-heading-title {
    font-size: 12px;
  }

  .ac-cnh-card {
    right: -6px;
    bottom: 58px;
    width: 190px;
  }

  .ac-cnh-card > .elementor-container {
    padding: 13px;
  }

  .ac-cnh-card-logo {
    margin: 9px 0 7px;
  }

  .ac-cnh-card-title .elementor-heading-title {
    font-size: 14px;
  }

  .ac-section,
  .ac-steps-section {
    padding: 72px 22px;
  }

  .ac-section-heading > .elementor-container {
    display: block;
  }

  .ac-heading-copy,
  .ac-heading-description {
    width: 100% !important;
  }

  .ac-heading-description {
    margin-top: 18px;
  }

  .ac-category-row > .elementor-container,
  .ac-unit-row > .elementor-container {
    padding-bottom: 18px;
  }

  .ac-horizontal-row > .elementor-container > .elementor-column,
  .ac-category-row > .elementor-container > .elementor-column,
  .ac-unit-row > .elementor-container > .elementor-column {
    width: min(310px, 84vw) !important;
    min-width: min(310px, 84vw) !important;
    flex-basis: min(310px, 84vw);
  }

  .ac-category-card > .elementor-widget-wrap {
    min-height: 250px;
  }

  .ac-person-photo {
    aspect-ratio: 1 / 1;
  }

  .ac-cnh-section {
    padding: 72px 22px;
  }

  .ac-cnh-logo-wrap > .elementor-widget-wrap {
    min-height: 270px;
  }

  .ac-course-specialist > .elementor-container {
    display: block;
  }

  .ac-course-specialist .elementor-column {
    width: 100% !important;
  }

  .ac-course-specialist-action {
    margin-top: 20px;
  }

  .ac-course-specialist-action .elementor-button-wrapper {
    text-align: left;
  }

  .ac-steps > .elementor-container {
    display: block;
  }

  .ac-step-item {
    width: 100% !important;
  }

  .ac-step-item > .elementor-widget-wrap {
    padding: 25px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .11);
  }

  .ac-step-item:last-child > .elementor-widget-wrap {
    border-bottom: 0;
  }

  .ac-faq > .elementor-container {
    gap: 35px;
  }

  .ac-final-cta {
    padding: 45px 22px;
    text-align: center;
  }

  .ac-final-cta > .elementor-container {
    display: block;
  }

  .ac-final-shield,
  .ac-final-copy,
  .ac-final-action {
    width: 100% !important;
    margin-left: 0;
  }

  .ac-final-shield img {
    margin: auto;
  }

  .ac-final-copy {
    margin-top: 18px;
  }

  .ac-final-action {
    margin-top: 24px;
  }

  .ac-final-action .elementor-button-wrapper {
    text-align: center;
  }

  .ac-footer {
    padding: 34px 22px;
  }

  .ac-footer > .elementor-container {
    display: block;
    text-align: center;
  }

  .ac-footer .elementor-column {
    width: 100% !important;
  }

  .ac-footer-logo img {
    margin: auto;
  }

  .ac-footer-text {
    margin: 20px 0;
  }

  .ac-footer-link .elementor-button-wrapper {
    text-align: center;
  }

  .ac-floating-whatsapp {
    right: 12px;
    bottom: 12px;
  }
}

/* v2.1 — normalização reforçada das fotos e textos das categorias A, B, C, D e E. */
.ac-category-card-normalized .ac-category-photo-widget,
.ac-category-card-normalized .ac-category-photo-host,
.ac-category-card-normalized .ac-category-photo-background {
  width: 100% !important;
  max-width: 100% !important;
}

.ac-category-card-normalized .ac-category-photo-host,
.ac-category-card-normalized .ac-category-photo-background {
  height: 220px !important;
  min-height: 220px !important;
  max-height: 220px !important;
  overflow: hidden !important;
  border-radius: 10px !important;
}

.ac-category-card-normalized .ac-category-photo-widget {
  height: 220px !important;
  min-height: 220px !important;
  max-height: 220px !important;
  overflow: hidden !important;
}

.ac-category-card-normalized .ac-category-photo-host > a,
.ac-category-card-normalized .ac-category-photo-host picture {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.ac-category-card-normalized .ac-category-photo-image {
  display: block !important;
  width: 100% !important;
  height: 220px !important;
  min-height: 220px !important;
  max-width: none !important;
  max-height: 220px !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.ac-category-card-normalized > .elementor-widget-wrap {
  min-height: 520px !important;
  overflow: visible !important;
}

.ac-category-card-normalized .ac-category-text,
.ac-category-card-normalized .ac-category-text-centered {
  min-height: 48px !important;
}

.ac-category-card-normalized .ac-category-title,
.ac-category-card-normalized .ac-category-title-centered,
.ac-category-card-normalized .ac-category-title .elementor-heading-title,
.ac-category-card-normalized .ac-category-title-centered .elementor-heading-title,
.ac-category-card-normalized .ac-category-text,
.ac-category-card-normalized .ac-category-text p,
.ac-category-card-normalized .ac-category-text-centered,
.ac-category-card-normalized .ac-category-text-centered p {
  width: 100% !important;
  text-align: center !important;
}

.ac-category-card-normalized .ac-category-letter .elementor-heading-title {
  margin-right: auto !important;
  margin-left: auto !important;
}

@media (max-width: 950px) {
  .ac-category-card-normalized .ac-category-photo-widget,
  .ac-category-card-normalized .ac-category-photo-host,
  .ac-category-card-normalized .ac-category-photo-background {
    height: 240px !important;
    min-height: 240px !important;
    max-height: 240px !important;
  }

  .ac-category-card-normalized .ac-category-photo-image {
    height: 240px !important;
    min-height: 240px !important;
    max-height: 240px !important;
  }

  .ac-category-card-normalized > .elementor-widget-wrap {
    min-height: 550px !important;
  }
}

/* v2.2 — cartões de habilitação mais compactos, sem excesso de fundo branco. */
.ac-category-card-normalized > .elementor-widget-wrap {
  height: auto !important;
  min-height: 0 !important;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.ac-category-card-normalized .ac-category-title,
.ac-category-card-normalized .ac-category-title-centered {
  margin-top: 16px !important;
}

.ac-category-card-normalized .ac-category-text,
.ac-category-card-normalized .ac-category-text-centered {
  min-height: 44px !important;
  margin-top: 6px !important;
  margin-bottom: 0 !important;
}

.ac-category-card-normalized .ac-category-link {
  margin-top: 12px !important;
  margin-bottom: 0 !important;
}

.ac-category-card-normalized .ac-category-link .elementor-button {
  padding-top: 4px !important;
}

@media (max-width: 950px) {
  .ac-category-card-normalized > .elementor-widget-wrap {
    height: auto !important;
    min-height: 0 !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
}

/* v2.6 — o círculo passa a identificar a categoria; abaixo fica só o veículo. */
.ac-category-letter .elementor-heading-title,
.ac-category-card-normalized .ac-category-letter .elementor-heading-title {
  display: flex !important;
  width: 72px !important;
  height: 72px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  border-radius: 50% !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 2px !important;
  font-size: 27px !important;
  line-height: 1 !important;
}

.ac-category-letter .elementor-heading-title::before {
  color: #fff;
  content: "CATEGORIA";
  font-size: 7px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .12em;
}

.ac-category-card-normalized .ac-category-title,
.ac-category-card-normalized .ac-category-title-centered {
  margin-top: 12px !important;
}

.ac-category-card-normalized .ac-category-title .elementor-heading-title,
.ac-category-card-normalized .ac-category-title-centered .elementor-heading-title {
  font-size: 21px !important;
  line-height: 1.15 !important;
}

@media (max-width: 950px) {
  .ac-category-letter .elementor-heading-title,
  .ac-category-card-normalized .ac-category-letter .elementor-heading-title {
    width: 68px !important;
    height: 68px !important;
  }
}

/* v2.7 — selo horizontal vermelho com “CATEGORIA + letra” na mesma linha. */
.ac-category-letter .elementor-heading-title,
.ac-category-card-normalized .ac-category-letter .elementor-heading-title {
  display: flex !important;
  width: fit-content !important;
  min-width: 128px !important;
  height: 42px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 0 17px !important;
  border-radius: 8px !important;
  background: var(--ac-red) !important;
  color: #fff !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  box-shadow: 0 7px 16px rgba(215, 33, 39, .18) !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

.ac-category-letter .elementor-heading-title::before,
.ac-category-card-normalized .ac-category-letter .elementor-heading-title::before {
  color: #fff !important;
  content: "CATEGORIA" !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: .055em !important;
}

.ac-category-card-normalized .ac-category-title,
.ac-category-card-normalized .ac-category-title-centered {
  margin-top: 10px !important;
}

@media (max-width: 950px) {
  .ac-category-letter .elementor-heading-title,
  .ac-category-card-normalized .ac-category-letter .elementor-heading-title {
    width: fit-content !important;
    min-width: 126px !important;
    height: 40px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

/* v1.3 — Mantem o titulo principal nas duas linhas aprovadas. */
@media (min-width: 951px) {
  .ac-hero-title .elementor-heading-title {
    font-size: clamp(54px, 4.25vw, 78px) !important;
    line-height: .98 !important;
    white-space: nowrap;
  }
}

@media (min-width: 621px) and (max-width: 950px) {
  .ac-hero-title .elementor-heading-title {
    font-size: clamp(54px, 7.5vw, 70px) !important;
    line-height: .98 !important;
    white-space: nowrap;
  }
}

@media (max-width: 620px) {
  .ac-hero-title .elementor-heading-title {
    font-size: clamp(33px, 10.4vw, 50px) !important;
    line-height: 1 !important;
    white-space: nowrap;
  }
}

/* v1.4 — Chamada final conforme a referencia aprovada. */
@media (min-width: 951px) {
  .ac-final-cta {
    min-height: 290px;
    padding: 54px max(7.35vw, 36px) !important;
    background: #ef2728 !important;
  }

  .ac-final-cta > .elementor-container {
    display: flex !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 180px;
    flex-wrap: nowrap !important;
    gap: 28px !important;
    align-items: center !important;
  }

  .ac-final-cta > .elementor-container > .elementor-column:first-child {
    width: 8% !important;
    min-width: 110px !important;
    flex: 0 0 8% !important;
  }

  .ac-final-shield img {
    display: block;
    width: 92px !important;
    max-width: 92px !important;
    max-height: 124px !important;
    margin: 0 auto !important;
    object-fit: contain;
  }

  .ac-final-copy {
    width: 62% !important;
    min-width: 0 !important;
    flex: 1 1 auto !important;
  }

  .ac-final-kicker .elementor-heading-title {
    margin: 0 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    letter-spacing: .17em !important;
  }

  .ac-final-title .elementor-heading-title {
    margin: 18px 0 8px !important;
    color: #fff !important;
    font-size: clamp(48px, 4.05vw, 64px) !important;
    font-weight: 700 !important;
    line-height: .98 !important;
    letter-spacing: -.045em !important;
    white-space: nowrap;
  }

  .ac-final-text p {
    margin: 0 !important;
    color: rgba(255, 255, 255, .88) !important;
    font-size: 20px !important;
    line-height: 1.35 !important;
  }

  .ac-final-action {
    width: 288px !important;
    min-width: 288px !important;
    flex: 0 0 288px !important;
    margin: 0 !important;
  }

  .ac-final-action .elementor-button-wrapper {
    text-align: right !important;
  }

  .ac-final-action .elementor-button {
    width: 288px !important;
    min-height: 68px !important;
    padding: 0 28px !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #ef2728 !important;
    box-shadow: none !important;
  }

  .ac-final-action .elementor-button-content-wrapper,
  .ac-final-action .elementor-button-text {
    width: 100%;
  }

  .ac-final-action .elementor-button-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0;
  }

  .ac-final-action .elementor-button-text::before {
    content: "Falar com a equipe";
    font-size: 19px;
    font-weight: 800;
  }

  .ac-final-action .elementor-button-text::after {
    content: "\2192";
    font-size: 20px;
    font-weight: 500;
  }

  .ac-final-action .elementor-button:hover {
    background: #202428 !important;
    color: #fff !important;
  }
}

@media (min-width: 621px) and (max-width: 950px) {
  .ac-final-cta {
    padding: 48px 36px !important;
    background: #ef2728 !important;
  }

  .ac-final-cta > .elementor-container {
    gap: 24px !important;
  }

  .ac-final-cta > .elementor-container > .elementor-column:first-child {
    width: 14% !important;
    flex: 0 0 14% !important;
  }

  .ac-final-shield {
    width: 100% !important;
  }

  .ac-final-copy {
    width: 80% !important;
  }

  .ac-final-title .elementor-heading-title {
    font-size: clamp(42px, 6.2vw, 58px) !important;
  }

  .ac-final-action {
    width: 100% !important;
    margin: 24px 0 0 14% !important;
  }

  .ac-final-action .elementor-button {
    min-width: 270px;
    min-height: 62px;
    background: #fff !important;
    color: #ef2728 !important;
  }
}

@media (max-width: 620px) {
  .ac-final-cta {
    padding: 42px 22px !important;
    background: #ef2728 !important;
  }

  .ac-final-cta > .elementor-container > .elementor-column:first-child,
  .ac-final-shield {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .ac-final-shield img {
    width: 78px !important;
    max-height: 104px !important;
  }

  .ac-final-kicker .elementor-heading-title {
    font-size: 11px !important;
    line-height: 1.3 !important;
    letter-spacing: .15em !important;
  }

  .ac-final-title .elementor-heading-title {
    margin: 13px 0 10px !important;
    font-size: clamp(35px, 10.8vw, 47px) !important;
    line-height: 1 !important;
  }

  .ac-final-text p {
    font-size: 16px !important;
    line-height: 1.45 !important;
  }

  .ac-final-action .elementor-button {
    width: min(100%, 290px);
    min-height: 60px;
    background: #fff !important;
    color: #ef2728 !important;
  }
}

/* v1.5 — Titulos finos e conjunto de botoes conforme as referencias aprovadas. */
.ac-page .ac-section-title .elementor-heading-title {
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.02 !important;
  letter-spacing: -.045em !important;
}

@media (min-width: 621px) {
  .ac-hero-actions > .elementor-container {
    display: flex !important;
    width: 100% !important;
    max-width: 570px !important;
    gap: 34px !important;
    align-items: center !important;
  }

  .ac-hero-actions > .elementor-container > .elementor-column:first-child {
    width: 352px !important;
    min-width: 352px !important;
    flex: 0 0 352px !important;
  }

  .ac-hero-actions > .elementor-container > .elementor-column:last-child {
    width: 174px !important;
    min-width: 174px !important;
    flex: 0 0 174px !important;
  }

  .ac-hero-actions .ac-button .elementor-button {
    display: flex !important;
    width: 352px !important;
    min-height: 68px !important;
    padding: 0 27px !important;
    border-radius: 11px !important;
    background: #ef2728 !important;
    color: #fff !important;
    box-shadow: 0 12px 30px rgba(239, 39, 40, .17) !important;
  }

  .ac-hero-actions .ac-button .elementor-button-content-wrapper,
  .ac-hero-actions .ac-button .elementor-button-text {
    width: 100%;
  }

  .ac-hero-actions .ac-button .elementor-button-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0;
  }

  .ac-hero-actions .ac-button .elementor-button-text::before {
    content: "Quero simular minha CNH";
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
  }

  .ac-hero-actions .ac-button .elementor-button-text::after {
    content: "\2192";
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
  }

  .ac-hero-actions .ac-text-link .elementor-button {
    display: flex !important;
    width: 174px !important;
    min-height: 68px !important;
    padding: 0 0 10px !important;
    border: 0 !important;
    border-bottom: 1px solid #fff !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #fff !important;
    box-shadow: none !important;
    align-items: center !important;
    justify-content: flex-start !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    white-space: nowrap;
  }
}

/* v1.9 — Legenda da frota em duas linhas, sem ficar sob o cartao CNH. */
@media (max-width: 620px) {
  .ac-fleet-label {
    width: 176px !important;
    max-width: 176px !important;
  }

  .ac-fleet-label > .elementor-container {
    width: 176px !important;
    max-width: 176px !important;
  }

  .ac-fleet-caption,
  .ac-fleet-caption .elementor-widget-container {
    width: 156px !important;
    max-width: 156px !important;
  }

  .ac-fleet-caption .elementor-heading-title {
    font-size: 0 !important;
    line-height: 1.25 !important;
    white-space: normal !important;
  }

  .ac-fleet-caption .elementor-heading-title::before {
    display: block;
    color: #fff;
    content: "Da moto ao ve\00edculo\A de grande porte.";
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
    white-space: pre-line;
  }
}

/* v1.6 — Seção CNH mais compacta e CTA abaixo da logomarca. */
.ac-cnh-logo-wrap > .elementor-widget-wrap {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.ac-cnh-logo {
  width: 100%;
}

.ac-cnh-cta {
  width: min(340px, 86%);
  margin: 0 auto;
}

.ac-cnh-cta .elementor-widget-container,
.ac-cnh-cta .elementor-button-wrapper,
.ac-cnh-cta .elementor-button,
.ac-cnh-cta .elementor-button-content-wrapper,
.ac-cnh-cta .elementor-button-text {
  width: 100%;
}

.ac-cnh-cta .elementor-button {
  min-height: 56px;
  padding: 0 22px;
  justify-content: stretch;
}

.ac-cnh-cta .elementor-button-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0;
}

.ac-cnh-cta .elementor-button-text::before {
  content: "Consulte nossas condições";
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.ac-cnh-cta .elementor-button-text::after {
  content: "\2192";
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
}

.ac-cnh-list {
  margin-bottom: 0;
}

@media (min-width: 951px) {
  .ac-cnh-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .ac-cnh-section > .elementor-container {
    gap: 7vw;
  }

  .ac-cnh-logo-wrap > .elementor-widget-wrap {
    min-height: 390px;
    padding: 26px;
  }

  .ac-cnh-logo img {
    width: 74%;
  }
}

@media (min-width: 621px) and (max-width: 950px) {
  .ac-cnh-logo-wrap > .elementor-widget-wrap {
    min-height: 370px;
  }

  .ac-cnh-copy {
    margin-top: 40px;
  }
}

@media (max-width: 620px) {
  .ac-cnh-section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .ac-cnh-logo-wrap > .elementor-widget-wrap {
    min-height: 300px;
    padding: 22px;
    gap: 18px;
  }

  .ac-cnh-logo img {
    width: 86%;
    padding: 14px;
  }

  .ac-cnh-cta {
    width: min(100%, 300px);
  }

  .ac-cnh-cta .elementor-button {
    min-height: 54px;
    padding: 0 18px;
  }

  .ac-cnh-cta .elementor-button-text::before {
    font-size: 13px;
  }

  .ac-cnh-copy {
    margin-top: 36px;
  }
}

/* v1.7 — Carrosseis moveis de especialistas, cursos e unidades. */
.ac-carousel-nav {
  display: none;
}

@media (max-width: 767px) {
  .ac-horizontal-row {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  .ac-horizontal-row > .elementor-container.ac-mobile-carousel-track {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 4px 2px 18px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    flex-flow: row nowrap !important;
    gap: 14px !important;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
  }

  .ac-horizontal-row > .elementor-container.ac-mobile-carousel-track::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  .ac-horizontal-row > .elementor-container.ac-mobile-carousel-track > .elementor-column {
    display: flex !important;
    width: min(310px, 82vw) !important;
    min-width: min(310px, 82vw) !important;
    max-width: min(310px, 82vw) !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 min(310px, 82vw) !important;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .ac-horizontal-row > .elementor-container.ac-mobile-carousel-track > .elementor-column > .elementor-widget-wrap {
    width: 100%;
  }

  .ac-carousel-nav {
    display: flex;
    width: 100%;
    margin: 2px 0 26px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
  }

  .ac-carousel-hint {
    color: #656a6d;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
  }

  .ac-carousel-nav-dark .ac-carousel-hint {
    color: #c8cdcf;
  }

  .ac-carousel-buttons {
    display: inline-flex;
    gap: 9px;
    flex: 0 0 auto;
  }

  .ac-carousel-arrow {
    display: grid;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 2px solid #ef2728;
    border-radius: 50%;
    background: #ef2728;
    color: #fff;
    box-shadow: 0 7px 18px rgba(239, 39, 40, .2);
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    place-items: center;
    -webkit-tap-highlight-color: transparent;
  }

  .ac-carousel-arrow:disabled {
    border-color: #d9d9d5;
    background: #fff;
    color: #9a9d9f;
    box-shadow: none;
    cursor: default;
    opacity: 1;
  }

  .ac-carousel-nav-dark .ac-carousel-arrow:disabled {
    border-color: #51575a;
    background: #252a2d;
    color: #8e9497;
  }
}

@media (max-width: 620px) {
  .ac-page .ac-section-title .elementor-heading-title {
    font-size: clamp(38px, 12vw, 52px) !important;
  }

  .ac-hero-actions .ac-button .elementor-button {
    display: flex !important;
    width: 100% !important;
    min-height: 62px !important;
    padding: 0 24px !important;
    border-radius: 11px !important;
    background: #ef2728 !important;
    color: #fff !important;
  }

  .ac-hero-actions .ac-button .elementor-button-content-wrapper,
  .ac-hero-actions .ac-button .elementor-button-text {
    width: 100%;
  }

  .ac-hero-actions .ac-button .elementor-button-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0;
  }

  .ac-hero-actions .ac-button .elementor-button-text::before {
    content: "Quero simular minha CNH";
    font-size: 16px;
    font-weight: 700;
  }

  .ac-hero-actions .ac-button .elementor-button-text::after {
    content: "\2192";
    font-size: 20px;
    font-weight: 400;
  }

  .ac-hero-actions .ac-text-link .elementor-button {
    display: inline-flex !important;
    width: auto !important;
    min-width: 180px;
    min-height: 52px;
    padding: 0 0 8px !important;
    border-bottom: 1px solid #fff !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
  }
}
