.elementor-14 .elementor-element.elementor-element-687bb2d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for container, class: .elementor-element-687bb2d */.page {
  font-family: 'Montserrat', sans-serif;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at top left, rgba(233,107,151,.2), transparent 40%),
    radial-gradient(circle at bottom right, rgba(207,79,128,.1), transparent 40%),
    linear-gradient(180deg,#fdfafb 0%,#ffffff 100%);
}

.shell {
  width:100%;
  max-width:1200px;
  background:rgba(255,255,255,.45);
  backdrop-filter:blur(20px);
  border-radius:32px;
  box-shadow:0 30px 60px rgba(233,107,151,.15);
  display:grid;
  grid-template-columns:1.1fr .9fr;
  overflow:hidden;
}

.content {
  padding:64px;
}

.logo {
  width:76px;
  margin-bottom:32px;
}

h1 {
  font-size:64px;
  font-weight:900;
  text-transform:uppercase;
}

.highlight {
  background:linear-gradient(135deg,#e96b97,#b53b68);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.lead {
  margin:20px 0 34px;
  font-size:18px;
  color:#5c5a60;
}

.countdown {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  margin-bottom:34px;
}

.time {
  background:white;
  border-radius:16px;
  padding:20px;
  text-align:center;
}

.time strong {
  font-size:40px;
}

.actions {
  display:flex;
  gap:16px;
}

.btn {
  padding:14px 32px;
  border-radius:999px;
  font-weight:700;
  text-decoration:none;
}

.btn-primary {
  background:linear-gradient(135deg,#e96b97,#cf4f80);
  color:white;
}

.visual {
  background:
    linear-gradient(180deg,rgba(233,107,151,.05),
    rgba(19,12,15,.2)),
    url('https://jerusahandebol.com.br/wp-content/uploads/2026/04/time-jerusa.png')
    center/cover no-repeat;
  min-height:600px;
  position:relative;
}

.caption {
  position:absolute;
  bottom:24px;
  left:24px;
  right:24px;
  padding:24px;
  background:rgba(255,255,255,.7);
  border-radius:20px;
}/* End custom CSS */