@font-face {
  font-family: "Stolzl";
  src: url("../fonts/stolzl_thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Stolzl";
  src: url("../fonts/stolzl_light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Stolzl";
  src: url("../fonts/stolzl_book.otf") format("opentype");
  font-weight: 350;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Stolzl";
  src: url("../fonts/stolzl_regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Stolzl";
  src: url("../fonts/stolzl_medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Stolzl";
  src: url("../fonts/stolzl_bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-page: #f6f2eb;
  --color-surface: #f8f5ef;
  --color-text: #231c1d;
  --color-muted: #a8a2a2;
  --color-accent: #c8c1c1;
  --color-accent-dark: #4a4044;
  --color-form: rgba(191, 181, 181, 0.94);
  --font-sans: "Stolzl", "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--color-page);
  color: var(--color-text);
  font-family: var(--font-sans);
}

body.is-modal-open {
  overflow: hidden;
}

body,
button,
input,
select,
textarea {
  font-family: var(--font-sans);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.site-header,
.site-footer {
  display: none;
}

.site-shell,
.site-main {
  min-height: 100vh;
}

.content-card {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: var(--color-page);
  box-shadow: none;
  overflow: hidden;
}

.lp-landing {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 18px;
  min-height: 100vh;
  max-height: 100vh;
  padding: 24px 28px 26px;
}

.lp-landing__logo {
  width: 86px;
  height: 124px;
  margin: 0 auto;
  background: url("https://sorteio.muno.com.br/wp-content/uploads/2026/03/Muno-logo-vertical.png") center/contain no-repeat;
}

.lp-landing__grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 18px;
  min-height: 0;
  display: flex;
  justify-content: space-around;
}

.lp-landing__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 48px 0 24px;
}

.lp-landing__content h1 {
  display: flex;
  align-items: baseline;
  gap: 5px;
  flex-wrap: nowrap;
  width: max-content;
  max-width: 100%;
  margin: 0;
  color: var(--color-muted);
  font-size: clamp(2.9rem, 5vw, 5rem);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.92;
  text-transform: uppercase;
}

.lp-landing__content h1 span {
  display: inline-flex;
  align-items: center;
  min-height: 1.1em;
  padding: 0.12em 0.34em 0.08em;
  background: var(--color-accent);
  color: #fff;
  font-size: 0.43em;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

.lp-landing__content .entry-content {
  margin-top: 20px;
}

.lp-landing__content .entry-content p {
  max-width: 520px;
  margin: 0;
  color: var(--color-text);
  font-size: 1.5rem;
  font-weight: 350;
  letter-spacing: 0.01em;
  line-height: 1.22;
  text-transform: uppercase;
  
}

.lp-landing__content .entry-content p + p {
  max-width: 440px;
  margin-top: 30px;
  font-size: 1.04rem;
}

.lp-landing__media {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  background:
    url("https://sorteio.muno.com.br/wp-content/uploads/2026/03/Terrazzo-1.png")
      right/50% no-repeat;
  border-radius: 28px;
  height: fit-content;
  max-width: 40%;
}

.lp-landing__table-image {
  width: 92%;
  max-height: 100%;
  object-fit: contain;
  object-position: center bottom;
  border-radius: 28px;
}

.lp-landing__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.lp-landing__thumbs,
.lp-landing__cta-note {
  display: none;
}

.lp-landing__cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 30px;
  border: 0;
  border-radius: 999px;
  background: var(--color-accent-dark);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.lp-landing__cta-button:hover {
  transform: translateY(-1px);
  opacity: 0.94;
}

.lp-modal[hidden] {
  display: none;
}

.lp-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.lp-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(28, 23, 23, 0.62);
  backdrop-filter: blur(6px);
}

.lp-modal__panel {
  position: relative;
  display: flex;
  flex-direction: column;
  width: min(calc(100vw - 40px), 1120px);
  max-height: calc(100dvh - 40px);
  margin: 20px auto;
  border-radius: 28px;
  background: var(--color-surface);
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(20, 16, 16, 0.3);
}

.lp-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(35, 28, 29, 0.08);
}

.lp-modal__header h2 {
  margin: 0;
  color: var(--color-text);
  font-size: 1.2rem;
  font-weight: 500;
}

.lp-modal__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(35, 28, 29, 0.08);
  color: var(--color-text);
  font-size: 1.9rem;
  line-height: 1;
  cursor: pointer;
}

.lp-modal__body {
  flex: 1;
  overflow: auto;
  padding: 26px 24px 30px;
  background:
    linear-gradient(180deg, rgba(248, 245, 239, 0.98), rgba(248, 245, 239, 0.98)),
    url("https://sorteio.muno.com.br/wp-content/uploads/2026/03/Terrazzo-1.png")
      center/cover no-repeat;
}

#formulario {
  width: min(100%, 560px);
  margin: 0 auto;
}

#formulario form {
  width: 100%;
  padding: 24px 22px 18px;
  border-radius: 24px;
  background: var(--color-form);
  box-shadow: 0 18px 40px rgba(60, 50, 50, 0.12);
}

#formulario [hidden] {
  display: none !important;
}

#formulario .lp-form-feedback {
  width: 100%;
  padding: 24px 22px;
  border-radius: 24px;
  background: var(--color-form);
  box-shadow: 0 18px 40px rgba(60, 50, 50, 0.12);
}

#formulario .lp-form-feedback.is-visible {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
}

#formulario .lp-form-feedback__spinner {
  width: 34px;
  height: 34px;
  border: 3px solid rgba(35, 28, 29, 0.14);
  border-top-color: var(--color-accent-dark);
  border-radius: 50%;
  animation: lp-form-spin 0.8s linear infinite;
}

#formulario .lp-form-feedback__message,
#formulario .lp-form-feedback-inline {
  margin: 0;
  color: var(--color-text);
  font-size: 0.8rem;
  line-height: 1.45;
}

#formulario .lp-form-feedback-inline {
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.42);
}

#formulario [data-lp-ajax-form].is-submitting {
  opacity: 0.7;
}

#formulario h2 {
  margin: 22px 0 12px;
  color: var(--color-text);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
}

#formulario h2:first-of-type {
  margin-top: 0;
}

#formulario form > p:first-of-type {
  margin-bottom: 14px;
  color: var(--color-text);
  font-size: 0.84rem;
  font-weight: 400;
  line-height: 1.45;
  text-transform: none;
}

#formulario p {
  margin: 0 0 10px;
}

#formulario label {
  display: block;
  margin-bottom: 5px;
  color: var(--color-text);
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.2;
}

#formulario input:not([type="submit"]),
#formulario select,
#formulario textarea {
  width: 100%;
  min-height: 40px;
  padding: 10px 12px;
  border: 0;
  border-radius: 9px;
  background: #f4f1f0;
  color: var(--color-text);
  font: inherit;
  box-shadow: inset 0 0 0 1px rgba(88, 76, 76, 0.06);
}

#formulario input::placeholder,
#formulario textarea::placeholder {
  color: #958c8c;
}

#formulario small {
  display: block;
  margin-top: 4px;
  color: rgba(36, 29, 30, 0.86);
  font-size: 0.66rem;
  line-height: 1.35;
}

#formulario .is-invalid {
  box-shadow: inset 0 0 0 1px rgba(120, 49, 49, 0.45);
}

#formulario p:has(input[type="checkbox"]) {
  margin-bottom: 8px;
}

#formulario p:has(input[type="checkbox"]) label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  font-size: 0.72rem;
  line-height: 1.4;
}

#formulario input[type="checkbox"] {
  width: 15px;
  min-width: 15px;
  height: 15px;
  margin-top: 2px;
}

#formulario input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  margin-top: 10px;
  border: 0;
  border-radius: 999px;
  background: var(--color-accent-dark);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: pointer;
}

#formulario input[type="submit"]:hover {
  opacity: 0.94;
}

textarea {
  min-height: 140px;
  resize: vertical;
}

.site-footer {
  display: none;
}

@keyframes lp-form-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1080px) {
  .lp-landing {
    max-height: none;
    padding: 20px 20px 24px;
  }

  .lp-landing__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .lp-landing__content {
    padding: 0;
  }

  .lp-landing__content h1 {
    width: auto;
    max-width: 100%;
    white-space: normal;
    flex-wrap: wrap;
  }

  .lp-landing__media {
    min-height: 360px;
  }

  .lp-modal__panel {
    width: calc(100vw - 24px);
    max-height: calc(100dvh - 24px);
    margin: 12px auto;
  }
}

@media (max-width: 720px) {

  .lp-landing {
    gap: 10px;
    min-height: 100dvh;
    padding: 18px 16px 20px;
  }

  .lp-landing__grid {
    display: block;
  }

  .lp-landing__content h1 {
    max-width: none;
    width: max-content;
    font-size: clamp(2.7rem, 13vw, 4rem);
    gap: 3px;
    white-space: nowrap;
    flex-wrap: nowrap;
  }

  .lp-landing__content h1 span {
    font-size: 0.37em;
    padding: 0.12em 0.22em 0.08em;
  }

  .lp-landing__content .entry-content {
    margin-top: 12px;
  }

  .lp-landing__content .entry-content p {
    max-width: 320px;
    font-size: 0.9rem;
    line-height: 1.18;
  }

  .lp-landing__content .entry-content p + p {
    max-width: 300px;
    margin-top: 16px;
    font-size: 0.7rem;
    
  }

  .lp-landing__media {
    min-height: 0;
    margin-top: 18px;
    background: url("https://sorteio.muno.com.br/wp-content/uploads/2026/03/Terrazzo-1.png") right/60% no-repeat;
    border-radius: 0;
    overflow: visible;
    max-width: 100%;
    border-radius: 28px;
    margin-bottom: 15px;
  }

  .lp-landing__table-image {
    width: 100%;
    max-width: none;
  }

  .lp-landing__cta {
    align-items: stretch;
    margin-top: -6px;
  }

  .lp-landing__thumbs {
    display: flex;
    gap: 10px;
    margin: -8px 0 18px 2px;
  }

  .lp-landing__thumb {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(185, 180, 180, 0.6);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
  }

  .lp-landing__thumb img {
    width: 170%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: translateX(-18%);
  }

  .lp-landing__cta-note {
    display: block;
    margin: 0 0 12px;
    color: #5a5554;
    font-size: 0.66rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
  }

  .lp-landing__cta-button {
    width: 100%;
    min-height: 38px;
    border-radius: 0;
    background: #c8bebe;
    color: #fff;
    font-size: 0.78rem;
  }

  .lp-modal__panel {
    width: 100vw;
    height: 100dvh;
    max-height: 100dvh;
    margin: 0;
    border-radius: 0;
  }

  .lp-modal__body {
    padding: 20px 16px 24px;
  }

  #formulario {
    width: 100%;
  }
}
