/* ================================================================
   ALE LOCACAO — CSS Compartilhado (widgets ale-locacao-*)
   Design tokens: --loc-bg #060D20 | --loc-accent #00AEEF | --loc-text #EFF4F6
   ================================================================ */

/* ============ TOKENS ============ */
:root {
  --loc-bg: #060D20;
  --loc-accent: #00AEEF;
  --loc-text: #EFF4F6;
  --loc-muted: #7A8BA0;
  --loc-light-bg: #FFFFFF;
  --loc-light-text: #0B1B3A;
  --loc-light-muted: #4A6070;
  --loc-radius: 16px;
  --loc-radius-lg: 20px;
}

/* ============ ANIMACAO DE ENTRADA ============ */
.ale-anim {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.ale-anim.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ================================================================
   ALE-LOC-HERO — dark, 100vh, texto a esquerda
   ================================================================ */
.ale-loc-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding: 0 48px 100px;
  overflow: hidden;
}

.ale-loc-hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.ale-loc-hero__bg img,
.ale-loc-hero__bg video {
  width: 100%;
  height: 120%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.ale-loc-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6,13,32,0.88) 0%, rgba(6,13,32,0.5) 50%, rgba(6,13,32,0.2) 100%);
}

.ale-loc-hero__container {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.ale-loc-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0,174,239,0.1);
  border: 1px solid rgba(0,174,239,0.2);
  border-radius: 100px;
  padding: 8px 18px;
  margin-bottom: 24px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #00AEEF;
}

.ale-loc-hero__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00AEEF;
  animation: loc-pulse 2s ease-in-out infinite;
}

@keyframes loc-pulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(0,174,239,0.4); }
  50%       { opacity: 0.7; box-shadow: 0 0 0 8px rgba(0,174,239,0); }
}

.ale-loc-hero__title {
  font-family: 'Mont', 'Poppins', sans-serif;
  font-size: clamp(44px, 5.5vw, 68px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.06;
  margin-bottom: 16px;
  color: #EFF4F6;
}

.ale-loc-hero__title .is-highlight {
  color: #00AEEF;
}

.ale-loc-hero__sub {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: rgba(255,255,255,0.6);
  line-height: 1.55;
  margin-bottom: 32px;
  max-width: 480px;
}

.ale-loc-hero__ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.ale-loc-hero__cta {
  font-family: 'Poppins', sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 16px 28px;
  border-radius: 100px;
  transition: all 0.4s cubic-bezier(.25,.46,.45,.94);
  text-decoration: none;
}

.ale-loc-hero__cta--primary {
  background: rgba(0,174,239,0.85);
  color: #fff;
  border: 1px solid rgba(0,174,239,0.3);
  box-shadow: 0 4px 24px rgba(0,174,239,0.15);
}

.ale-loc-hero__cta--primary:hover {
  background: rgba(0,174,239,0.95);
  box-shadow: 0 8px 40px rgba(0,174,239,0.3);
  transform: translateY(-2px);
}

.ale-loc-hero__cta--ghost {
  background: rgba(255,255,255,0.04);
  color: #EFF4F6;
  border: 1px solid rgba(255,255,255,0.12);
}

.ale-loc-hero__cta--ghost:hover {
  background: rgba(0,174,239,0.08);
  border-color: rgba(0,174,239,0.3);
  color: #00AEEF;
  transform: translateY(-2px);
}

/* ================================================================
   ALE-LOC-INTRO — dark, centrado, padding 120px
   ================================================================ */
.ale-loc-intro {
  background: #060D20;
  padding: 140px 48px;
  text-align: center;
  position: relative;
}

/* com imagem de fundo */
.ale-loc-intro.has-bg-image {
  background-color: #060D20;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ale-loc-intro__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.ale-loc-intro.has-bg-image .ale-loc-intro__container {
  position: relative;
  z-index: 1;
}

.ale-loc-intro__container {
  max-width: 900px;
  margin: 0 auto;
}

.ale-loc-intro__label {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #00AEEF;
  margin-bottom: 24px;
}

.ale-loc-intro__headline {
  font-family: 'Mont', 'Poppins', sans-serif;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin-bottom: 36px;
  color: #EFF4F6;
}

.ale-loc-intro__divider {
  width: 40px;
  height: 2px;
  background: rgba(0,174,239,0.4);
  border-radius: 1px;
  margin: 0 auto 36px;
}

.ale-loc-intro__body {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #7A8BA0;
  line-height: 1.8;
  margin-bottom: 32px;
}

.ale-loc-intro__body .is-highlight {
  color: #00AEEF;
  font-weight: 600;
}

.ale-loc-intro__tagline {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,0.3);
  font-style: italic;
}

/* ================================================================
   ALE-LOC-CASES — dark, grid como home
   ================================================================ */
.ale-loc-cases {
  background: #060D20;
  padding: 100px 48px;
}

.ale-loc-cases__container {
  max-width: 1312px;
  margin: 0 auto;
}

.ale-loc-cases__header {
  margin-bottom: 48px;
}

.ale-loc-cases__label {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #00AEEF;
  margin-bottom: 14px;
}

.ale-loc-cases__title {
  font-family: 'Mont', sans-serif;
  font-size: clamp(32px, 4.5vw, 44px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: #EFF4F6;
}

.ale-loc-cases__title .is-highlight {
  color: #00AEEF;
}

/* card base */
.ale-loc-cases__card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid rgba(255,255,255,0.04);
  transition: all 0.5s cubic-bezier(.25,.46,.45,.94);
}

.ale-loc-cases__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.3);
}

.ale-loc-cases__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(.25,.46,.45,.94);
}

.ale-loc-cases__card:hover img {
  transform: scale(1.05);
}

.ale-loc-cases__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px;
  background: linear-gradient(180deg, transparent, rgba(6,13,32,0.55) 35%, rgba(6,13,32,0.92) 100%);
  z-index: 2;
}

.ale-loc-cases__badge {
  display: inline-block;
  background: rgba(0,174,239,0.75);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 100px;
  margin-bottom: 10px;
}

.ale-loc-cases__name {
  font-weight: 700;
  color: #EFF4F6;
  line-height: 1.25;
  margin-bottom: 4px;
}

.ale-loc-cases__desc {
  font-size: 13px;
  color: #7A8BA0;
}

/* hero */
.ale-loc-cases__card--hero {
  height: 460px;
  margin-bottom: 20px;
}

.ale-loc-cases__card--hero .ale-loc-cases__overlay {
  padding: 36px 40px;
}

.ale-loc-cases__card--hero .ale-loc-cases__name {
  font-size: 28px;
}

/* grids */
.ale-loc-cases__grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.ale-loc-cases__grid3 .ale-loc-cases__card {
  height: 320px;
}

.ale-loc-cases__grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.ale-loc-cases__grid2 .ale-loc-cases__card {
  height: 280px;
}

.ale-loc-cases__cta {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

/* ================================================================
   ALE-LOC-RENTAL — dark, grid 2col
   ================================================================ */
.ale-loc-rental {
  background: #060D20;
  padding: 100px 48px;
  border-top: 1px solid rgba(255,255,255,0.04);
}

.ale-loc-rental__container {
  max-width: 1312px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.ale-loc-rental__media {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.ale-loc-rental__media img {
  width: 100%;
  height: 560px;
  object-fit: cover;
}

.ale-loc-rental__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 60%, #060D20 100%);
}

.ale-loc-rental__badge {
  font-family: 'Poppins', sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0,174,239,0.1);
  border: 1px solid rgba(0,174,239,0.2);
  border-radius: 100px;
  padding: 8px 18px;
  margin-bottom: 24px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #00AEEF;
}

.ale-loc-rental__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00AEEF;
  animation: loc-pulse 2s ease-in-out infinite;
}

.ale-loc-rental__title {
  font-family: 'Mont', sans-serif;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 16px;
  color: #EFF4F6;
}

.ale-loc-rental__title .is-highlight {
  color: #00AEEF;
}

.ale-loc-rental__desc {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  color: #7A8BA0;
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 480px;
}

.ale-loc-rental__features {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 32px;
}

.ale-loc-rental__feat {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.ale-loc-rental__feat-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 10px;
  background: rgba(0,174,239,0.08);
  border: 1px solid rgba(0,174,239,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ale-loc-rental__feat-icon svg {
  width: 16px;
  height: 16px;
  stroke: #00AEEF;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ale-loc-rental__feat div {
  font-size: 14px;
  color: #7A8BA0;
  line-height: 1.55;
}

.ale-loc-rental__feat strong {
  color: #EFF4F6;
  font-weight: 600;
  display: block;
  margin-bottom: 2px;
}

/* ================================================================
   ALE-LOC-ZIGZAG — LIGHT, fundo branco, mesmo padrao da home
   ================================================================ */
.ale-loc-zigzag {
  background: #fff;
  padding: 100px 48px;
}

.ale-loc-zigzag__container {
  max-width: 1312px;
  margin: 0 auto;
}

.ale-loc-zigzag__header {
  text-align: center;
  margin-bottom: 80px;
}

.ale-loc-zigzag__label {
  font-family: 'Poppins', sans-serif;
  color: #00AEEF;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.ale-loc-zigzag__title {
  font-family: 'Mont', sans-serif;
  color: #0B1B3A;
  font-size: clamp(32px, 4.5vw, 44px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}

.ale-loc-zigzag__title .is-highlight {
  color: #00AEEF;
}

.ale-loc-zigzag__sub {
  font-family: 'Poppins', sans-serif;
  color: #4A6070;
  font-size: 17px;
  line-height: 1.65;
  max-width: 520px;
  margin: 0 auto;
}

.ale-loc-zigzag__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  margin-bottom: 80px;
}

.ale-loc-zigzag__row:last-child {
  margin-bottom: 0;
}

.ale-loc-zigzag__row.is-reversed .ale-loc-zigzag__media {
  order: 2;
}

.ale-loc-zigzag__row.is-reversed .ale-loc-zigzag__content {
  order: 1;
}

.ale-loc-zigzag__media {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.ale-loc-zigzag__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(.25,.46,.45,.94);
}

.ale-loc-zigzag__row:hover .ale-loc-zigzag__media img {
  transform: scale(1.04);
}

/* Slide de imagens dentro do zigzag */
.ale-loc-zigzag__slide-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.ale-loc-zigzag__slide-img.is-active {
  opacity: 1;
}

.ale-loc-zigzag__seg-label {
  font-family: 'Poppins', sans-serif;
  color: #00AEEF;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.ale-loc-zigzag__seg-title {
  font-family: 'Mont', sans-serif;
  color: #0B1B3A;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 16px;
}

.ale-loc-zigzag__seg-desc {
  font-family: 'Poppins', sans-serif;
  color: #4A6070;
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 24px;
}

.ale-loc-zigzag__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.ale-loc-zigzag__tag {
  font-family: 'Poppins', sans-serif;
  background: #E8F1F5;
  color: #0B1B3A;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 100px;
  letter-spacing: 0.04em;
}

.ale-loc-zigzag__cta {
  font-family: 'Poppins', sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #00AEEF;
  font-size: 14px;
  font-weight: 600;
  transition: gap 0.3s;
  text-decoration: none;
}

.ale-loc-zigzag__cta:hover {
  gap: 10px;
}

/* ================================================================
   ALE-LOC-STEPS — LIGHT, fundo branco
   ================================================================ */
.ale-loc-steps {
  background: #fff;
  padding: 80px 48px;
  border-top: 1px solid #E8F1F5;
}

.ale-loc-steps__container {
  max-width: 1312px;
  margin: 0 auto;
}

.ale-loc-steps__header {
  text-align: center;
  margin-bottom: 56px;
}

.ale-loc-steps__label {
  font-family: 'Poppins', sans-serif;
  color: #00AEEF;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.ale-loc-steps__title {
  font-family: 'Mont', sans-serif;
  color: #0B1B3A;
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.ale-loc-steps__title .is-highlight {
  color: #00AEEF;
}

.ale-loc-steps__sub {
  font-family: 'Poppins', sans-serif;
  color: #4A6070;
  font-size: 17px;
}

.ale-loc-steps__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}

.ale-loc-steps__card {
  background: #F4F8FB;
  border: 1px solid #DDE8F0;
  border-radius: 16px;
  padding: 28px 24px;
  transition: all 0.35s;
}

.ale-loc-steps__card:hover {
  border-color: rgba(0,174,239,0.3);
  background: #fff;
  box-shadow: 0 12px 32px rgba(0,174,239,0.08);
  transform: translateY(-4px);
}

.ale-loc-steps__icon {
  width: 44px;
  height: 44px;
  background: rgba(0,174,239,0.08);
  border: 1px solid rgba(0,174,239,0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.ale-loc-steps__icon svg {
  width: 20px;
  height: 20px;
  stroke: #00AEEF;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ale-loc-steps__num {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #00AEEF;
  display: block;
  margin-bottom: 8px;
}

.ale-loc-steps__card-title {
  font-family: 'Mont', sans-serif;
  color: #0B1B3A;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 8px;
}

.ale-loc-steps__card-desc {
  color: #4A6070;
  font-size: 13px;
  line-height: 1.6;
}

.ale-loc-steps__closing {
  text-align: center;
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 800;
  color: #0B1B3A;
  line-height: 1.4;
}

.ale-loc-steps__closing .is-highlight {
  color: #00AEEF;
}

/* ================================================================
   ALE-LOC-CTA — dark, grid 3
   ================================================================ */
.ale-loc-cta {
  background: #060D20;
  padding: 80px 48px;
  border-top: 1px solid rgba(255,255,255,0.04);
}

.ale-loc-cta__container {
  max-width: 1312px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.ale-loc-cta__card {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 20px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  transition: border-color 0.3s;
}

.ale-loc-cta__card:hover {
  border-color: rgba(0,174,239,0.2);
}

.ale-loc-cta__title {
  font-family: 'Mont', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #EFF4F6;
  margin-bottom: 12px;
  line-height: 1.3;
}

.ale-loc-cta__desc {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #7A8BA0;
  line-height: 1.6;
  flex-grow: 1;
  margin-bottom: 28px;
}

.ale-loc-cta__btn {
  font-family: 'Poppins', sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 14px 24px;
  border-radius: 100px;
  transition: all 0.4s;
  text-decoration: none;
}

.ale-loc-cta__btn--primary {
  background: rgba(0,174,239,0.85);
  color: #fff;
  border: 1px solid rgba(0,174,239,0.3);
}

.ale-loc-cta__btn--primary:hover {
  background: rgba(0,174,239,0.95);
  transform: translateY(-2px);
}

.ale-loc-cta__btn--ghost {
  background: rgba(255,255,255,0.04);
  color: #EFF4F6;
  border: 1px solid rgba(255,255,255,0.12);
}

.ale-loc-cta__btn--ghost:hover {
  background: rgba(0,174,239,0.08);
  border-color: rgba(0,174,239,0.3);
  color: #00AEEF;
  transform: translateY(-2px);
}

/* ================================================================
   ALE-LOC-FAQ — LIGHT, fundo branco
   ================================================================ */
.ale-loc-faq {
  background: #fff;
  padding: 80px 48px;
  border-top: 1px solid #E8F1F5;
}

.ale-loc-faq__container {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 60px;
}

.ale-loc-faq__label {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #00AEEF;
  margin-bottom: 12px;
}

.ale-loc-faq__title {
  font-family: 'Mont', sans-serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 800;
  color: #0B1B3A;
  line-height: 1.2;
}

.ale-loc-faq__item {
  border-bottom: 1px solid #E8F1F5;
}

.ale-loc-faq__q {
  font-family: 'Poppins', sans-serif;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  background: none;
  border: none;
  padding: 20px 0;
  font-size: 15px;
  font-weight: 600;
  color: #0B1B3A;
  cursor: pointer;
  text-align: left;
}

.ale-loc-faq__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: #00AEEF;
  transition: transform 0.3s;
}

.ale-loc-faq__item.is-open .ale-loc-faq__icon {
  transform: rotate(45deg);
}

.ale-loc-faq__a {
  font-family: 'Poppins', sans-serif;
  max-height: 0;
  overflow: hidden;
  font-size: 14px;
  color: #4A6070;
  line-height: 1.7;
  transition: max-height 0.4s cubic-bezier(.25,.46,.45,.94), padding 0.3s;
  padding: 0;
}

.ale-loc-faq__item.is-open .ale-loc-faq__a {
  max-height: 300px;
  padding-bottom: 20px;
}

/* ================================================================
   ALE-LOC-SEO — LIGHT
   ================================================================ */
.ale-loc-seo {
  background: #fff;
  padding: 60px 48px;
  border-top: 1px solid #E8F1F5;
}

.ale-loc-seo__container {
  max-width: 900px;
  margin: 0 auto;
}

.ale-loc-seo__title {
  font-family: 'Mont', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #0B1B3A;
  margin-bottom: 16px;
}

.ale-loc-seo__text {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #4A6070;
  line-height: 1.75;
}

.ale-loc-seo__hidden {
  margin-top: 8px;
}

.ale-loc-seo__toggle {
  display: inline-block;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 600;
  color: #00AEEF;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
}

.ale-loc-seo__toggle:hover {
  text-decoration: underline;
}

/* ================================================================
   RESPONSIVO — padrao ale-* (1024 / 767 / 480)
   ================================================================ */

/* ---------- TABLET (1024px) ---------- */
@media (max-width: 1024px) {

  /* INTRO */
  .ale-loc-intro { padding: 100px 32px; }

  /* RENTAL */
  .ale-loc-rental { padding: 80px 32px; }
  .ale-loc-rental__container { grid-template-columns: 1fr; gap: 40px; }
  .ale-loc-rental__media img { height: 400px; }

  /* ZIGZAG */
  .ale-loc-zigzag { padding: 80px 32px; }
  .ale-loc-zigzag__title { font-size: 40px; }
  .ale-loc-zigzag__row { gap: 40px; }
  .ale-loc-zigzag__seg-title { font-size: 26px; }

  /* STEPS */
  .ale-loc-steps { padding: 80px 32px; }
  .ale-loc-steps__grid { grid-template-columns: repeat(3, 1fr); }

  /* CTA */
  .ale-loc-cta { padding: 80px 32px; }
  .ale-loc-cta__container { grid-template-columns: repeat(2, 1fr); }

  /* FAQ */
  .ale-loc-faq { padding: 80px 32px; }
  .ale-loc-faq__container { grid-template-columns: 1fr; gap: 32px; }

  /* SEO */
  .ale-loc-seo { padding: 60px 32px; }
}

/* ---------- MOBILE (767px) ---------- */
@media (max-width: 767px) {

  /* INTRO */
  .ale-loc-intro { padding: 64px 24px; }
  .ale-loc-intro.has-bg-image { background-attachment: scroll; }
  .ale-loc-intro__headline { font-size: 28px; }

  /* CASES */
  .ale-loc-cases { padding: 64px 24px; }
  .ale-loc-cases__title { font-size: 28px; }
  .ale-loc-cases__grid3 { grid-template-columns: 1fr; }
  .ale-loc-cases__grid2 { grid-template-columns: 1fr; }

  /* RENTAL */
  .ale-loc-rental { padding: 64px 24px; }
  .ale-loc-rental__title { font-size: 26px; }
  .ale-loc-rental__media img { height: 280px; }

  /* ZIGZAG */
  .ale-loc-zigzag { padding: 64px 24px; }
  .ale-loc-zigzag__title { font-size: 32px; }
  .ale-loc-zigzag__header { margin-bottom: 48px; }
  .ale-loc-zigzag__row { grid-template-columns: 1fr; gap: 32px; margin-bottom: 64px; }
  .ale-loc-zigzag__row.is-reversed .ale-loc-zigzag__media { order: 1; }
  .ale-loc-zigzag__row.is-reversed .ale-loc-zigzag__content { order: 2; }
  .ale-loc-zigzag__seg-title { font-size: 24px; }
  .ale-loc-zigzag__seg-desc { font-size: 15px; }

  /* STEPS */
  .ale-loc-steps { padding: 64px 24px; }
  .ale-loc-steps__title { font-size: 28px; }
  .ale-loc-steps__grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .ale-loc-steps__closing { font-size: 16px; }

  /* CTA */
  .ale-loc-cta { padding: 64px 24px; }
  .ale-loc-cta__container { grid-template-columns: 1fr; }

  /* FAQ */
  .ale-loc-faq { padding: 64px 24px; }
  .ale-loc-faq__container { grid-template-columns: 1fr; gap: 24px; }
  .ale-loc-faq__title { font-size: 26px; }

  /* SEO */
  .ale-loc-seo { padding: 48px 24px; }
  .ale-loc-seo__title { font-size: 18px; }
}

/* ---------- MOBILE PEQUENO (480px) ---------- */
@media (max-width: 480px) {

  /* ZIGZAG */
  .ale-loc-zigzag { padding: 48px 16px; }
  .ale-loc-zigzag__title { font-size: 26px; }
  .ale-loc-zigzag__sub { font-size: 15px; }

  /* STEPS */
  .ale-loc-steps { padding: 48px 16px; }
  .ale-loc-steps__grid { grid-template-columns: 1fr; }

  /* INTRO */
  .ale-loc-intro { padding: 48px 16px; }

  /* CTA */
  .ale-loc-cta { padding: 48px 16px; }

  /* FAQ */
  .ale-loc-faq { padding: 48px 16px; }
}
