/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* ==========================================================================
   Base styles
   ========================================================================== */

html { color: #222; font-size: 1em; line-height: 1.4; height: 100%; font-family: "Inter", sans-serif; }
body { height: 100%; margin: 0; }

*,
*::before,
*::after {
  box-sizing: border-box !important;
}

/* Instagram In-App WebView fix */
.vh-100-fix { height: calc(var(--vh, 1vh) * 100); min-height: calc(var(--vh, 1vh) * 100); }
:root { --safe-top: env(safe-area-inset-top, 0px); --safe-bottom: env(safe-area-inset-bottom, 0px); }
input, select, textarea { font-size: 16px; font-family: "Inter", sans-serif; }
html, body { -webkit-text-size-adjust: 100%; -webkit-overflow-scrolling: touch; }
img, video { max-width: 100%; height: auto; }

::-moz-selection { background: #b3d4fc; text-shadow: none; }
::selection { background: #b3d4fc; text-shadow: none; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
audio, canvas, iframe, img, svg, video { vertical-align: middle; }
fieldset { border: 0; margin: 0; padding: 0; }
textarea { resize: vertical; }
a { color: #3F5C87; text-decoration: none; }

/* Placeholder styles */
::placeholder { color: #9AB2C2; opacity: 1; }
::-webkit-input-placeholder { color: #9AB2C2; opacity: 1; }

/* Responsive visibility */
.desktop { display: block; }
.telas-menores { display: none; }
.tablet { display: none; }
.mobile { display: none; }


/* ==========================================================================
   TOP BAR — "Vendas Diretas direto da fábrica para você."
   ========================================================================== */

#barra-vendas-diretas {
  width: 100%;
  height: 40px;
  position: relative;
  z-index: 10000;
  background: #002762;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.3px;
}


/* ==========================================================================
   NAVIGATION — Pill-shaped glass effect
   ========================================================================== */

#barra-jorlan-topo {
  width: 100%;
  height: 150px;
  position: fixed;
  top: 0;
  padding-top: 55px;
  z-index: 9999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

#menu-topo {
  width: 420px;
  height: 72px;
  position: relative;
  border-radius: 150px;
  overflow: hidden;
  border: 0.3px solid #44618C;
  background: rgba(0, 39, 98, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
}

#logo-jorlan-nav {
  width: 192px;
  height: 24px;
}

#logo-jorlan-nav img {
  width: 100%;
  height: auto;
}

#cta-wpp-topo {
  position: fixed;
  bottom: 24px;
  right: 24px;
  padding: 15px 30px;
  border-radius: 150px;
  border: 0.3px solid #64E877;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background: rgba(37, 211, 102, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-decoration: none;
  z-index: 9999;
  display: flex;
  align-items: center;
  transition: background-color 0.2s ease, transform 0.2s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

#cta-wpp-topo:hover {
  background: rgba(37, 211, 102, 1);
  transform: scale(1.05);
}


/* ==========================================================================
   HERO BANNER — Auto-sliding carousel with vehicle images
   ========================================================================== */

#super-banner-topo {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  position: relative;
  overflow: hidden;
}

/* Swiper Carousel */
.hero-carousel {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.hero-carousel .swiper-slide {
  position: relative;
  overflow: hidden;
}

.hero-carousel .hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 65% center;
  position: absolute;
  top: 0;
  left: 0;
}

/* Gradient overlay on each slide — ensures text readability over banner photos */
.hero-carousel .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,20,60,0.25) 0%, rgba(0,20,60,0.45) 50%, rgba(0,20,60,0.85) 100%);
  z-index: 1;
}

/* Category label badge — positioned above headline */
.hero-category-label {
  display: inline-block;
  padding: 10px 28px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  margin-bottom: 20px;
  transition: opacity 0.4s ease;
  pointer-events: auto;
}

.label-produtor  { background: rgba(107, 114, 128, 0.85); border: 1px solid rgba(255,255,255,0.2); }
.label-taxi      { background: rgba(182, 134, 45, 0.85);  border: 1px solid rgba(255,255,255,0.2); }
.label-pcd       { background: rgba(16, 185, 129, 0.85);  border: 1px solid rgba(255,255,255,0.2); }
.label-cnpj      { background: rgba(63, 92, 135, 0.85);   border: 1px solid rgba(255,255,255,0.2); }
.label-diplomatico { background: rgba(31, 65, 143, 0.85); border: 1px solid rgba(255,255,255,0.2); }
.label-autoescola  { background: rgba(63, 92, 135, 0.85); border: 1px solid rgba(255,255,255,0.2); }

/* Pagination dots */
.hero-pagination {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 95;
  display: flex;
  justify-content: center;
  gap: 8px;
  pointer-events: auto;
}

.hero-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255,255,255,0.4);
  opacity: 1;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.hero-pagination .swiper-pagination-bullet-active {
  background: #fff;
  width: 32px;
  border-radius: 6px;
}

/* Hero Content Overlay — Text layer, no background (gradient is in slides) */
#div-conteudo-banner-lp {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  pointer-events: none;
}

#div-conteudo-banner-lp a,
#div-conteudo-banner-lp button {
  pointer-events: auto;
}

#view-div-conteudo-banner-topo-lp {
  width: 1400px;
  height: 100%;
  position: relative;
  margin: auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

#faixa-headline-topo-lp {
  width: 100%;
  text-align: center;
  padding-bottom: 60px;
}

#box-headline-topo-lp {
  width: 100%;
  padding: 0 80px;
  text-align: center;
}

#box-headline-topo-lp h1 {
  font-size: 58px;
  line-height: 62px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
  margin: 0;
}

#box-headline-topo-lp p {
  font-size: 24px;
  color: rgba(255,255,255,0.9);
  margin-top: 15px;
  text-align: center;
  font-weight: 300;
}

/* Hero CTA Button */
#faixa-cta-topo {
  width: 100%;
  margin-top: 25px;
  text-align: center;
}

#cta-int-topo {
  display: inline-flex;
  align-items: center;
  padding: 16px 65px 16px 30px;
  background-color: #3F5C87;
  color: #fff;
  border: 1px solid #5C83BE;
  border-radius: 100px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  transition: background-color 0.2s ease;
}

#cta-int-topo:hover { background-color: #0559D6; }

#circulo-arrow-cta {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -20px;
  background-color: #fff;
  border-radius: 50%;
}

#arrow-int-cta-topo {
  width: 35px;
  height: 35px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -17.5px;
  margin-top: -17.5px;
}


/* ==========================================================================
   GOLD CTA STRIP
   ========================================================================== */

#hero-gold-strip {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 22px 20px;
  background-color: #B6862D;
  z-index: 100;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

#hero-gold-strip:hover {
  background-color: #1F418F;
}

#hero-gold-strip a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.3px;
}


/* ==========================================================================
   BENEFITS SECTION
   ========================================================================== */

#div-s2 {
  width: 100%;
  position: relative;
  padding: 80px 0 60px;
  background-color: #fff;
}

#view-conteudo-div-s2 {
  width: 1400px;
  margin: auto;
}

#view-conteudo-div-s2 h2 {
  text-align: center;
  font-size: 48px;
  color: #222;
  font-weight: 600;
  margin: 0 0 50px;
}

#faixa-cards-diretas {
  width: 100%;
  display: flex;
  gap: 20px;
  padding: 0 20px;
}

.item-card-beneficio {
  flex: 1;
  background-color: #F1F7FC;
  border-radius: 14px;
  padding: 30px;
  position: relative;
  min-height: 200px;
}

.item-card-beneficio .icon-item-card {
  width: 50px;
  height: 50px;
  background-color: #1F418F;
  border-radius: 12px;
  margin-bottom: 15px;
  position: relative;
}

.item-card-beneficio .icone-int-item-card {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
}

.item-card-beneficio .icone-int-item-card img {
  filter: brightness(0) invert(1);
}

.item-card-beneficio h3 {
  font-size: 22px;
  font-weight: 600;
  color: #222;
  margin: 0 0 10px;
}

.item-card-beneficio p {
  font-size: 16px;
  font-weight: 300;
  color: #555;
  line-height: 1.5;
  margin: 0;
}


/* ==========================================================================
   LEAD FORM SECTION — Inline, side-by-side
   ========================================================================== */

#faixa-formulario-proposta {
  width: 100%;
  background-color: #1F418F;
  padding: 60px 0;
}

#view-formulario-proposta {
  width: 1400px;
  margin: auto;
  display: flex;
  align-items: flex-start;
  gap: 50px;
  padding: 0 40px;
}

#chamada-form-proposta {
  width: 35%;
  flex-shrink: 0;
}

#chamada-form-proposta h2 {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 15px;
  line-height: 1.2;
}

#chamada-form-proposta p {
  font-size: 18px;
  color: rgba(255,255,255,0.8);
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
}

#div-box-formulario {
  flex: 1;
}

#box-form-int {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}

#box-form-int input {
  flex: 1;
  padding: 16px 20px;
  color: #1F418F;
  font-size: 16px;
  background-color: #F1F7FC;
  border-radius: 10px;
  border: 0;
  outline: none;
}

#box-form-int input:focus {
  box-shadow: 0 0 0 2px #B6862D;
}

#box-form-select {
  margin-bottom: 16px;
}

#box-form-select select {
  width: 100%;
  padding: 16px 20px;
  color: #1F418F;
  font-size: 16px;
  background-color: #F1F7FC;
  border-radius: 10px;
  border: 0;
  outline: none;
  appearance: auto;
}

#box-form-select .select-wrapper input.select-dropdown {
  color: #1F418F;
  background-color: #F1F7FC;
  border-radius: 10px;
  padding: 16px 20px;
  border-bottom: none;
  height: auto;
  margin: 0;
  font-size: 16px;
}

#box-form-select .select-wrapper .caret {
  fill: #1F418F;
}

#box-form-select .select-wrapper + label {
  display: none;
}

#faixa-cta-formulario {
  display: flex;
  align-items: center;
  gap: 20px;
}

#cta-enviar-formulario {
  padding: 16px 50px;
  background-color: #B6862D;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 80px;
  border: 1px solid #C9993A;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

#cta-enviar-formulario:hover {
  background-color: #C9993A;
}


/* ==========================================================================
   MODALIDADES — Tabbed Interface
   ========================================================================== */

#div-s3 {
  width: 100%;
  position: relative;
  padding: 80px 0 60px;
}

#view-div-s3 {
  width: 1400px;
  margin: auto;
  padding: 0 20px;
}

#view-div-s3 h3 {
  text-align: center;
  font-size: 48px;
  color: #222;
  font-weight: 600;
  margin: 0 0 10px;
}

#view-div-s3 > p {
  text-align: center;
  font-size: 20px;
  color: #555;
  font-weight: 300;
  margin: 0 0 40px;
}

/* Tab Buttons */
#modalidade-tabs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}

.tab-btn {
  padding: 12px 28px;
  border: 2px solid #3F5C87;
  background-color: transparent;
  color: #3F5C87;
  font-size: 15px;
  font-weight: 600;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: "Inter", sans-serif;
}

.tab-btn:hover { background-color: #3F5C87; color: #fff; }
.tab-btn.active { background-color: #3F5C87; color: #fff; }

/* Tab Content */
#tab-content-wrapper { width: 100%; }
.tab-content { display: none; width: 100%; animation: fadeIn 0.3s ease; }
.tab-content.active { display: block; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

.tab-content-inner {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  background-color: #F1F7FC;
  border-radius: 14px;
  padding: 40px;
}

.tab-icon { flex-shrink: 0; width: 100px; height: 100px; }
.tab-icon img { width: 100%; height: auto; }
.tab-text { flex: 1; }
.tab-text h4 { font-size: 28px; font-weight: 700; color: #222; margin: 0 0 10px; }
.tab-text p { font-size: 17px; color: #555; line-height: 1.6; margin: 0 0 20px; }

.tab-cta {
  display: inline-block;
  padding: 14px 40px;
  background-color: #3F5C87;
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
  transition: background-color 0.2s ease;
}

.tab-cta:hover { background-color: #0559D6; color: #fff; }

/* PCD Eligibility Box */
#pcd-eligibility {
  margin-top: 20px;
  background-color: #F1F7FC;
  border: 2px solid #B6862D;
  border-radius: 14px;
  padding: 25px 40px;
}

#pcd-eligibility-toggle {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}

.toggle-icon { font-size: 24px; font-weight: 700; color: #B6862D; }
#pcd-eligibility-list { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
#pcd-eligibility-list.open { max-height: 800px; }
#pcd-eligibility-list ul { list-style: none; padding: 0; margin: 15px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 30px; }
#pcd-eligibility-list ul li { font-size: 15px; color: #555; padding: 4px 0 4px 18px; position: relative; }
#pcd-eligibility-list ul li::before { content: ""; position: absolute; left: 0; top: 10px; width: 8px; height: 8px; background-color: #B6862D; border-radius: 50%; }


/* ==========================================================================
   OFERTAS SECTION
   ========================================================================== */

#div-ofertas {
  width: 100%;
  position: relative;
  padding: 80px 0 60px;
  background-color: #fff;
}

#view-div-ofertas {
  width: 1400px;
  margin: auto;
  padding: 0 20px;
}

#view-div-ofertas h3 {
  text-align: center;
  font-size: 48px;
  color: #222;
  font-weight: 600;
  margin: 0 0 10px;
}

#view-div-ofertas > p {
  text-align: center;
  font-size: 20px;
  color: #555;
  font-weight: 300;
  margin: 0 0 40px;
}

/* Offer Filter Tabs */
#offer-filter-tabs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}

.offer-filter-btn {
  padding: 10px 24px;
  border: 2px solid #3F5C87;
  background-color: transparent;
  color: #3F5C87;
  font-size: 14px;
  font-weight: 600;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: "Inter", sans-serif;
}

.offer-filter-btn:hover { background-color: #3F5C87; color: #fff; }
.offer-filter-btn.active { background-color: #3F5C87; color: #fff; }

/* Offer Cards Grid */
#offers-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.offer-card {
  background-color: #F1F7FC;
  border-radius: 14px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  
  display: flex;
  flex-direction: column;
}

.offer-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.offer-card.hidden { display: none; }

.offer-card img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  background-color: #fff;
  padding: 10px;
}

.offer-category-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 16px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
}

.tag-cnpj { background-color: #3F5C87; color: #fff; }
.tag-taxi { background-color: #B6862D; color: #fff; }
.tag-pcd { background-color: #10B981; color: #fff; }
.tag-produtor { background-color: #6B7280; color: #fff; }

.offer-info { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.offer-info h4 { font-size: 18px; font-weight: 600; color: #222; margin: 0 0 8px; }
.offer-info .price-from { font-size: 14px; color: #999; text-decoration: line-through; margin: 0 0 2px; }
.offer-info .price-to { font-size: 18px; color: #1F418F; margin: 0 0 6px; }
.offer-info .price-to strong { font-weight: 800; }
.offer-info .conditions { font-size: 13px; color: #B6862D; font-weight: 600; margin: 0 0 15px; }
.offer-info p { margin: 0 0 4px; }

.offer-cta {
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px 0;
  background-color: #3F5C87;
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 600;
  transition: background-color 0.2s ease;
  margin-top: auto;
}

.offer-cta:hover { background-color: #0559D6; color: #fff; }


/* ==========================================================================
   FOOTER
   ========================================================================== */

#inicio-rodape {
  width: 100%;
  position: relative;
  padding: 80px 0 60px;
  background-color: #f7f9fc;
}

#view-rodape {
  width: 1400px;
  margin: auto;
  padding: 0 20px;
}

#faixa-logo-jorlan-rodape {
  width: 100%;
  margin-bottom: 40px;
}

#logo-jorlan-int-rodape {
  width: 300px;
  margin: auto;
}

#faixa-itens-rodape {
  width: 100%;
  display: flex;
  gap: 30px;
  justify-content: center;
}

.item-rodape {
  flex: 1;
  text-align: center;
  max-width: 350px;
}

.item-rodape h5 {
  font-size: 18px;
  color: #222;
  font-weight: 600;
  margin: 0 0 8px;
}

.item-rodape p {
  font-size: 14px;
  color: #555;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}




/* ==========================================================================
   TOAST (Materialize)
   ========================================================================== */

.toast {
  top: 35px;
  width: auto;
  margin-top: 10px;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  line-height: 1.5em;
  word-break: break-all;
  background-color: #1F418F;
  padding: 10px 25px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: default;
}


/* ==========================================================================
   RESPONSIVE — Small desktop (1200-1450px)
   ========================================================================== */

@media only screen and (min-width: 1200px) and (max-width: 1450px) {

  .desktop { display: none; }
  .tablet { display: block; }
  .mobile { display: none; }

  #view-div-conteudo-banner-topo-lp { width: 1200px; }
  #box-headline-topo-lp h1 { font-size: 48px; line-height: 52px; }
  #box-headline-topo-lp p { font-size: 22px; }
  #view-conteudo-div-s2 { width: 1200px; }
  #view-formulario-proposta { width: 1200px; }
  #view-div-s3 { width: 1200px; }
  #view-div-ofertas { width: 1200px; }
  #view-rodape { width: 1200px; }
}


/* ==========================================================================
   RESPONSIVE — Tablet landscape (1000-1200px)
   ========================================================================== */

@media only screen and (min-width: 1000px) and (max-width: 1200px) {

  .desktop { display: none; }
  .telas-menores { display: block; }
  .tablet { display: none; }
  .mobile { display: none; }

  #view-div-conteudo-banner-topo-lp { width: 100%; padding: 0 40px; }
  #box-headline-topo-lp { padding: 0 20px; }
  #box-headline-topo-lp h1 { font-size: 42px; line-height: 46px; }
  #box-headline-topo-lp p { font-size: 20px; }
  .hero-category-label { font-size: 13px; padding: 8px 22px; margin-bottom: 15px; }

  #view-conteudo-div-s2 { width: 960px; }
  #view-conteudo-div-s2 h2 { font-size: 40px; }

  #view-formulario-proposta { width: 960px; }
  #chamada-form-proposta h2 { font-size: 30px; }

  #view-div-s3 { width: 960px; }
  #view-div-s3 h3 { font-size: 40px; }

  #view-div-ofertas { width: 960px; }
  #view-div-ofertas h3 { font-size: 40px; }
  #offers-grid { grid-template-columns: repeat(2, 1fr); }

  #view-rodape { width: 960px; }
  .tab-btn { padding: 10px 20px; font-size: 13px; }
}


/* ==========================================================================
   RESPONSIVE — Tablet portrait (750-1000px)
   ========================================================================== */

@media only screen and (min-width: 750px) and (max-width: 1000px) {

  .desktop { display: none; }
  .telas-menores { display: none; }
  .tablet { display: block; }
  .mobile { display: none; }

  #menu-topo { width: 330px; height: 60px; }
  #logo-jorlan-nav { width: 160px; height: 20px; }
  #cta-wpp-topo { padding: 12px 20px; font-size: 14px; }

  #view-div-conteudo-banner-topo-lp { width: 100%; padding: 0 30px; }
  #box-headline-topo-lp { padding: 0; }
  #box-headline-topo-lp h1 { font-size: 36px; line-height: 40px; }
  #box-headline-topo-lp p { font-size: 18px; }
  #cta-int-topo { font-size: 17px; padding: 14px 55px 14px 25px; }
  .hero-category-label { font-size: 12px; padding: 8px 20px; }

  #hero-gold-strip a { font-size: 16px; }

  #view-conteudo-div-s2 { width: 90%; }
  #view-conteudo-div-s2 h2 { font-size: 36px; margin-bottom: 30px; }
  #faixa-cards-diretas { flex-direction: column; gap: 15px; padding: 0; }

  /* Form section — stacks vertically */
  #view-formulario-proposta { width: 90%; flex-direction: column; gap: 30px; padding: 0 30px; }
  #chamada-form-proposta { width: 100%; }
  #chamada-form-proposta h2 { font-size: 30px; }
  #div-box-formulario { width: 100%; }
  #box-form-int { flex-direction: column; }

  #view-div-s3 { width: 90%; }
  #view-div-s3 h3 { font-size: 36px; }
  .tab-btn { padding: 10px 16px; font-size: 13px; }
  .tab-content-inner { flex-direction: column; padding: 25px; }
  .tab-icon { width: 80px; height: 80px; }

  #view-div-ofertas { width: 90%; }
  #view-div-ofertas h3 { font-size: 36px; }
  #offers-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; }
  .offer-card img { height: 180px; }

  #view-rodape { width: 90%; }
  #faixa-itens-rodape { flex-wrap: wrap; }
  .item-rodape { min-width: 45%; }
}


/* ==========================================================================
   RESPONSIVE — Mobile (<750px)
   ========================================================================== */

@media only screen and (max-width: 750px) {

  .desktop { display: none; }
  .telas-menores { display: none; }
  .tablet { display: none; }
  .mobile { display: block; }

  /* Top bar */
  #barra-vendas-diretas { height: 32px; font-size: 12px; }

  /* Nav */
  #barra-jorlan-topo { padding-top: 20px; height: 100px; }
  #menu-topo { width: 280px; height: 56px; padding: 0 20px; }
  #logo-jorlan-nav { width: 150px; height: 18px; }
  #cta-wpp-topo { padding: 12px 20px; font-size: 14px; }

  /* Hero */
  #super-banner-topo { height: 60vh; }
  .hero-carousel .hero-bg { object-position: right center; }
  #view-div-conteudo-banner-topo-lp { width: 100%; padding: 0 20px; }
  #faixa-headline-topo-lp { padding-bottom: 60px; }
  #box-headline-topo-lp { padding: 0; }
  #box-headline-topo-lp h1 { font-size: 28px; line-height: 32px; }
  #box-headline-topo-lp p { font-size: 16px; margin-top: 10px; }
  #cta-int-topo { font-size: 15px; padding: 14px 55px 14px 20px; }
  .hero-category-label { font-size: 11px; padding: 6px 18px; margin-bottom: 12px; }
  .hero-pagination .swiper-pagination-bullet { width: 10px; height: 10px; }
  .hero-pagination .swiper-pagination-bullet-active { width: 26px; }

  /* Gold strip */
  #hero-gold-strip { padding: 16px 15px; }
  #hero-gold-strip a { font-size: 15px; }

  /* Benefits */
  #div-s2 { padding: 50px 0 40px; }
  #view-conteudo-div-s2 { width: 90%; }
  #view-conteudo-div-s2 h2 { font-size: 28px; margin-bottom: 25px; }
  #faixa-cards-diretas { flex-direction: column; gap: 12px; padding: 0; }
  .item-card-beneficio { min-height: auto; padding: 20px; }
  .item-card-beneficio h3 { font-size: 19px; }
  .item-card-beneficio p { font-size: 14px; }

  /* Form section */
  #faixa-formulario-proposta { padding: 40px 0; }
  #view-formulario-proposta { width: 90%; flex-direction: column; gap: 25px; padding: 0 20px; }
  #chamada-form-proposta { width: 100%; }
  #chamada-form-proposta h2 { font-size: 26px; }
  #chamada-form-proposta p { font-size: 16px; }
  #div-box-formulario { width: 100%; }
  #box-form-int { flex-direction: column; }
  #cta-enviar-formulario { width: 100%; padding: 16px 20px; font-size: 16px; }

  /* Modalidades */
  #div-s3 { padding: 50px 0 40px; }
  #view-div-s3 { width: 90%; }
  #view-div-s3 h3 { font-size: 28px; }
  #view-div-s3 > p { font-size: 16px; }
  #modalidade-tabs { gap: 8px; }
  .tab-btn { padding: 8px 14px; font-size: 12px; }
  .tab-content-inner { flex-direction: column; padding: 20px; gap: 15px; }
  .tab-icon { width: 70px; height: 70px; }
  .tab-text h4 { font-size: 22px; }
  .tab-text p { font-size: 15px; }
  #pcd-eligibility { padding: 15px 20px; }
  #pcd-eligibility-toggle { font-size: 16px; }
  #pcd-eligibility-list ul { grid-template-columns: 1fr; }

  /* Ofertas */
  #div-ofertas { padding: 50px 0 40px; }
  #view-div-ofertas { width: 90%; }
  #view-div-ofertas h3 { font-size: 28px; }
  #view-div-ofertas > p { font-size: 16px; }
  #offer-filter-tabs { gap: 6px; }
  .offer-filter-btn { padding: 8px 14px; font-size: 12px; }
  #offers-grid { grid-template-columns: 1fr; gap: 15px; }
  .offer-card img { height: 180px; }

  /* Footer */
  #inicio-rodape { padding: 50px 0 40px; }
  #view-rodape { width: 90%; }
  #faixa-itens-rodape { flex-direction: column; gap: 20px; }
  .item-rodape { max-width: 100%; }
  #logo-jorlan-int-rodape { width: 250px; }
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden, [hidden] { display: none !important; }
.img-ratio { width: 100% !important; height: auto !important; }
.visually-hidden { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; white-space: nowrap; width: 1px; }
.invisible { visibility: hidden; }
.clearfix::before, .clearfix::after { content: ""; display: table; }
.clearfix::after { clear: both; }


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  *, *::before, *::after { background: #fff !important; color: #303030 !important; box-shadow: none !important; text-shadow: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]::after { content: " (" attr(href) ")"; }
  a[href^="#"]::after, a[href^="javascript:"]::after { content: ""; }
  pre { white-space: pre-wrap !important; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  tr, img { page-break-inside: avoid; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
