*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* FONTES */
/* Ajuste os nomes dos arquivos se estiverem diferentes na sua pasta assets/fonts */

@font-face {
  font-family: "Bernina Sans";
  src: url("assets/fonts/BerninaSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bernina Sans";
  src: url("assets/fonts/BerninaSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bernina Sans Compressed";
  src: url("assets/fonts/BerninaSans-CompressedExtrabold.woff2")
    format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Bernina Sans", Arial, sans-serif;
  background: #ffc400;
  overflow-x: hidden;
}

.container {
  width: min(100% - 32px, 520px);
  margin: 0 auto;
}

/* HERO */

.hero {
  background-color: #ffc400;
  background-image: url("assets/bg-hero-mobile.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  overflow: hidden;
  text-align: left;
  padding-bottom: 44px;
}

/* BANNER */

.hero-banner {
  width: 100%;
  aspect-ratio: 16 / 8.2;
  overflow: hidden;
  background: #ffc400;
}

.hero-banner img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

/* CONTEÚDO HERO */

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 22px;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* TÍTULO */

.hero-title {
  width: 100%;
  max-width: 350px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.title-row {
  display: block;
  width: 100%;
  font-family: "Bernina Sans Compressed", Impact, sans-serif;
  font-weight: 400;
  font-size: clamp(24px, 7.1vw, 29px);
  line-height: 0.93;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  text-align: left;
  white-space: nowrap;
}

.title-white {
  color: #fff;
}

.title-green {
  color: #008b47;
}

/* TEXTO INTRO */

.intro {
  max-width: 350px;
  margin: 22px 0 0;
  font-family: "Bernina Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  text-align: left;
  color: #4A3A12;
}

/* CIDADE */

.city-access-box {
  width: min(100%, 350px);
  margin: 22px 0 0;
  text-align: left;
}

.city-access-box label {
  display: block;
  margin-bottom: 10px;
  font-family: "Bernina Sans Compressed", Impact, sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  text-align: left;
  color: #008b47;
}

.city-access-box select {
  width: 100%;
  height: 56px;
  border: 2px solid rgba(0, 139, 71, 0.25);
  border-radius: 14px;
  background: #fff;
  color: #263238;
  font-family: "Bernina Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 0 16px;
  outline: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.city-access-box select:focus {
  border-color: #008b47;
}

.city-help {
  margin: 12px 0 0 !important;
  font-family: "Bernina Sans", Arial, sans-serif;
  font-size: 13px !important;
  line-height: 1.4 !important;
  text-align: left;
  color: rgba(54, 38, 0, 0.78) !important;
}

/* BOTÃO */

.btn-wpp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 320px);
  min-height: 58px;
  background: #008b47;
  color: #fff;
  font-family: "Bernina Sans Compressed", Impact, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 14px 18px;
  border-radius: 999px;
  box-shadow: 0 6px 0 #005f31;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
}

.city-access-box .btn-wpp {
  width: 100%;
  margin-top: 18px;
}

.btn-wpp:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 0 #005f31;
}

.btn-wpp:active {
  transform: translateY(2px);
  box-shadow: 0 3px 0 #005f31;
}

.btn-disabled {
  background: #8ad6ac !important;
  color: #fff !important;
  box-shadow: none !important;
  opacity: 0.9;
  cursor: not-allowed;
}

/* INFORMAÇÕES CURTAS */

.quick-info {
  background: #008b47;
  color: #fff;
  padding: 42px 0 48px;
  text-align: left;
}

.quick-info h2 {
  font-family: "Bernina Sans Compressed", Impact, sans-serif;
  font-weight: 800;
  font-size: clamp(36px, 11vw, 54px);
  line-height: 0.95;
  text-transform: uppercase;
  color: #ffc400;
  margin-bottom: 12px;
}

.quick-info > .container > p {
  max-width: 360px;
  margin: 0 0 24px;
  font-family: "Bernina Sans", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.84);
}

/* ABA DE INFORMAÇÕES */

.info-accordion {
  width: 100%;
  max-width: 360px;
  margin: 0;
  background: #fff;
  color: #008b47;
  border-radius: 14px;
  overflow: hidden;
  text-align: left;
}

.info-accordion summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 20px;
  font-family: "Bernina Sans Compressed", Impact, sans-serif;
  font-weight: 800;
  font-size: 24px;
  text-transform: uppercase;
  position: relative;
}

.info-accordion summary::-webkit-details-marker {
  display: none;
}

.info-accordion summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  line-height: 1;
}

.info-accordion[open] summary::after {
  content: "–";
}

.accordion-content {
  padding: 0 20px 20px;
}

.accordion-content p {
  font-family: "Bernina Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #3b2a00;
}

/* DESKTOP */

@media (min-width: 768px) {
  .hero {
    background-image: url("assets/bg-hero-desktop.webp");
    background-position: center top;
    background-size: cover;
    padding-bottom: 56px;
  }

  .hero-banner {
    aspect-ratio: 16 / 5.8;
    max-height: 430px;
  }

  .container {
    width: min(100% - 48px, 620px);
  }

  .hero-content {
    padding-top: 28px;
    align-items: flex-start;
  }

  .hero-title {
    max-width: 520px;
    margin: 0;
    align-items: flex-start;
    text-align: left;
  }

  .title-row {
    font-size: clamp(34px, 3.8vw, 48px);
    line-height: 0.92;
    letter-spacing: -0.35px;
    text-align: left;
  }

  .intro {
    max-width: 520px;
    margin: 22px 0 0;
    text-align: left;
    font-size: 17px;
  }

  .city-access-box {
    width: min(100%, 420px);
    margin: 24px 0 0;
    text-align: left;
  }

  .city-access-box label {
    font-size: 22px;
  }

  .city-access-box select {
    height: 58px;
    font-size: 15px;
  }

  .city-access-box .btn-wpp {
    min-height: 60px;
    font-size: 22px;
  }
}

/* MOBILE */

@media (max-width: 430px) {
  .container {
    width: min(100% - 28px, 430px);
  }

  .hero {
    padding-bottom: 42px;
  }

  .hero-banner {
    aspect-ratio: 16 / 8.2;
  }

  .hero-banner img {
    object-position: center center;
  }

  .hero-content {
    padding-top: 22px;
    align-items: flex-start;
  }

  .intro {
    max-width: 350px;
    margin: 22px 0 0;
    font-size: 14px;
    line-height: 1.35;
  }

  .city-access-box {
    width: min(100%, 350px);
    margin-top: 22px;
  }

  .city-access-box label {
    font-size: 20px;
  }

  .city-access-box select {
    height: 56px;
    font-size: 14px;
  }

  .city-access-box .btn-wpp {
    min-height: 58px;
    font-size: 20px;
    padding: 14px 18px;
  }

    .hero-title {
    max-width: 390px;
  }

  .title-row {
    font-size: clamp(31px, 8.6vw, 37px);
    line-height: 0.9;
    letter-spacing: -0.4px;
  }
}

/* CELULARES MENORES */

@media (max-width: 375px) {
  .hero-title {
    max-width: 320px;
  }

  .title-row {
    font-size: 23px;
  }

  .intro {
    max-width: 320px;
  }

  .city-access-box {
    width: min(100%, 320px);
  }

  .city-access-box .btn-wpp {
    font-size: 19px;
    letter-spacing: 0.2px;
  }
}

/* =======================================================
   AJUSTE FINAL MOBILE — LP MARCELO QUEIROGA
   ======================================================= */

@media (max-width: 480px) {
  .hero {
    min-height: 100svh;
    padding-bottom: 28px;
    background-position: center top;
  }

  .hero-banner {
    height: 205px;
    aspect-ratio: auto;
  }

  .hero-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .hero .container {
    width: calc(100% - 32px);
    max-width: 410px;
    margin: 0 auto;
  }

  .hero-content {
    padding-top: 18px;
    align-items: flex-start;
  }

  .hero-title {
    width: 100%;
    max-width: 410px;
    margin: 0;
    align-items: flex-start;
    text-align: left;
  }

  .title-row {
    width: 100%;
    font-size: clamp(34px, 9.8vw, 43px);
    line-height: 0.88;
    letter-spacing: -0.45px;
    text-align: left;
    white-space: nowrap;
  }

  .intro {
    width: 100%;
    max-width: 410px;
    margin: 22px 0 0;
    font-size: 15px;
    line-height: 1.35;
    text-align: left;
  }

  .city-access-box {
    width: 100%;
    max-width: 410px;
    margin: 24px 0 0;
  }

  .city-access-box label {
    font-size: 23px;
    margin-bottom: 11px;
    letter-spacing: 0.7px;
  }

  .city-access-box select {
    width: 100%;
    height: 62px;
    font-size: 15px;
    border-radius: 14px;
    padding: 0 18px;
  }

  .city-access-box .btn-wpp {
    width: 100%;
    min-height: 64px;
    margin-top: 20px;
    font-size: 23px;
    padding: 15px 18px;
  }

  .city-help {
    margin-top: 14px !important;
    font-size: 13px !important;
  }
}

/* iPhones maiores: 14 Pro Max, 15/16/17 Plus/Pro Max */
@media (min-width: 390px) and (max-width: 480px) {
  .hero-banner {
    height: 220px;
  }

  .hero .container {
    width: calc(100% - 34px);
    max-width: 420px;
  }

  .title-row {
    font-size: clamp(37px, 9.4vw, 45px);
  }

  .intro {
    font-size: 15.5px;
  }

  .city-access-box label {
    font-size: 24px;
  }

  .city-access-box select {
    height: 64px;
    font-size: 15.5px;
  }

  .city-access-box .btn-wpp {
    min-height: 66px;
    font-size: 24px;
  }
}

/* iPhones menores */
@media (max-width: 375px) {
  .hero-banner {
    height: 185px;
  }

  .hero .container {
    width: calc(100% - 28px);
    max-width: 350px;
  }

  .title-row {
    font-size: 31px;
    line-height: 0.9;
    letter-spacing: -0.35px;
  }

  .intro {
    font-size: 14px;
  }

  .city-access-box label {
    font-size: 21px;
  }

  .city-access-box select {
    height: 58px;
    font-size: 14px;
  }

  .city-access-box .btn-wpp {
    min-height: 60px;
    font-size: 21px;
  }
}

/* FOOTER DISCRETO */

footer {
  background: #ffc400;
  padding: 14px 18px 18px;
  text-align: center;
  border-top: 1px solid rgba(0, 139, 71, 0.18);
}

footer p {
  font-family: "Bernina Sans", Arial, sans-serif;
  font-size: 10px;
  line-height: 1.5;
  color: rgba(54, 38, 0, 0.62);
}

footer p + p {
  margin-top: 2px;
}

footer strong {
  color: #008b47;
  font-weight: 700;
}

/* AJUSTE PARA NÃO CRIAR TANTO SCROLL NO MOBILE */

@media (max-width: 480px) {
  .hero {
    min-height: auto !important;
    padding-bottom: 28px !important;
  }

  footer {
    padding: 12px 16px 16px;
  }

  footer p {
    font-size: 9.5px;
  }
}