@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&family=DM+Sans:wght@400;500;600&display=swap");


* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #ffffff;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  padding-bottom: 62px;
}

.page-shell {
  width: 100%;
  min-height: 100svh;
  background: #ffffff;
}

.liberti-hero {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #c9bdad;
}

.hero-artwork,
.hero-artwork-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.hero-artwork-image {
  user-select: none;
}

.accessible-copy {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.liberti-intro {
  width: 100%;
  min-height: 100svh;
  background: #ffffff;
  padding: 72px 20px 84px;
  color: #552937;
}

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

.intro-heading {
  width: 100%;
  margin: 0 0 42px;
  text-align: left;
}

.intro-heading h2,
.club-card h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
}

.intro-heading h2 {
  max-width: 820px;
  font-size: clamp(2.16rem, 9.6vw, 3.2rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.desktop-title-line,
.desktop-card-title-line {
  display: inline;
}

.intro-heading p,
.club-card-description,
.benefit-list,
.discover-copy,
.primary-cta,
.fixed-cta {
  font-family: "DM Sans", Arial, sans-serif;
}

.intro-heading p {
  margin: 24px 0 0;
  max-width: 720px;
  font-size: 0.96rem;
  line-height: 1.65;
}

.club-card {
  width: 100%;
  padding: 34px 26px 28px;
  border-radius: 22px;
  background: #a89b8e;
  color: #ffffff;
  box-shadow: 0 14px 36px rgba(85, 41, 55, 0.06);
}

.club-card h3 {
  max-width: 850px;
  text-align: left;
  font-size: clamp(1.6rem, 7.6vw, 2.6rem);
  line-height: 1.02;
  letter-spacing: -0.025em;
}

.club-card-description {
  max-width: 790px;
  margin: 20px 0 0;
  text-align: left;
  font-size: 0.936rem;
  line-height: 1.65;
}

.benefit-list {
  display: block;
  max-width: 780px;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}

.benefit-list li {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 16px;
  padding: 17px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.36);
  font-size: 0.936rem;
  line-height: 1.45;
}

.benefit-list li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
}

.benefit-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
}

.benefit-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.discover-copy {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 28px 0 30px;
  text-align: left;
  font-size: 0.96rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.discover-copy span {
  font-size: 0.95em;
  font-weight: 400;
  opacity: 0.78;
}

.primary-cta,
.fixed-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #552937;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.07em;
}

.primary-cta {
  width: 100%;
  min-height: 56px;
  padding: 15px 18px;
  border-radius: 999px;
  font-size: 0.756rem;
}

.fixed-cta {
  position: fixed;
  z-index: 50;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 62px;
  padding: 14px 18px calc(14px + env(safe-area-inset-bottom));
  font-size: 0.732rem;
  box-shadow: 0 -8px 24px rgba(85, 41, 55, 0.18);
}

.primary-cta:focus-visible,
.fixed-cta:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: -5px;
}

@media (min-width: 700px) {
  .liberti-hero {
    background: #bfb3a5;
  }

  body {
    padding-bottom: 68px;
  }

  .liberti-intro {
    padding: 100px 48px 120px;
  }

  .intro-heading {
    margin-bottom: 58px;
    text-align: center;
  }

  .intro-heading h2 {
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(2.88rem, 4.32vw, 4rem);
  }

  .desktop-title-line,
  .desktop-card-title-line {
    display: block;
    white-space: nowrap;
  }

  .intro-heading p {
    margin-right: auto;
    margin-left: auto;
    font-size: 1.032rem;
  }

  .club-card {
    padding: 50px 60px 42px;
    border-radius: 26px;
  }

  .club-card h3 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-size: clamp(1.7rem, 3.2vw, 3.2rem);
  }

  .club-card-description {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-size: 1.008rem;
  }

  .benefit-list {
    max-width: 780px;
    margin: 36px auto 0;
  }

  .benefit-list li {
    grid-template-columns: 34px minmax(0, 600px);
    justify-content: center;
    justify-items: start;
    gap: 10px;
    padding: 20px 0;
    text-align: left;
    font-size: 0.96rem;
  }

  .benefit-icon {
    width: 34px;
    height: 44px;
  }

  .primary-cta {
    width: min(100%, 440px);
    margin: 0 auto;
    font-size: 0.792rem;
  }

  .discover-copy {
    justify-content: center;
    text-align: center;
  }

  .fixed-cta {
    min-height: 68px;
    font-size: 0.792rem;
  }
  
  /* TAMANHOS NO MOBILE */

.intro-heading h2 {
  font-size: 3rem;
}

.intro-heading p {
  font-size: 1rem;
}

.club-card h3 {
  font-size: 2.2rem;
}

.club-card-description {
  font-size: 1rem;
}

.benefit-list li {
  font-size: 1rem;
}

.discover-copy {
  font-size: 1rem;
}

.primary-cta,
.fixed-cta {
  font-size: 0.85rem;
}


/* TAMANHOS NO DESKTOP */

@media (min-width: 700px) {
  .intro-heading h2 {
    font-size: 4.2rem;
  }

  .intro-heading p {
    font-size: 21px;
  }

  .club-card h3 {
    font-size: 3.2rem;
  }

  .club-card-description {
    font-size: 1.15rem;
  }

  .benefit-list li {
    font-size: 1.1rem;
  }

  .discover-copy {
    font-size: 1.05rem;
  }

  .primary-cta,
  .fixed-cta {
    font-size: 0.9rem;
  }
  
  /* ÍCONES NO MOBILE */

.benefit-icon svg {
  width: 28px;
  height: 28px;
}

/* ÍCONES NO DESKTOP */

@media (min-width: 700px) {
  .benefit-icon svg {
    width: 32px;
    height: 32px;
  }
  
  /* ESPAÇO NO MOBILE */

.benefit-list li {
  gap: 22px;
}

/* ESPAÇO NO DESKTOP */

@media (min-width: 700px) {
  .benefit-list li {
    gap: 20px;
  }
}

@media (max-width: 699px) {
  .discover-copy {
    justify-content: center;
    text-align: center;
  }
  
}



