/**
 * Ellopass public home — identidade isolada da Evve.
 * Tokens próprios; não importar evve-tokens.css.
 */

:root {
  --ello-bg: #070a16;
  --ello-bg-2: #0b1020;
  --ello-surface: #12162a;
  --ello-surface-2: #181d36;
  --ello-line: rgba(255, 255, 255, 0.08);
  --ello-text: #f5f6ff;
  --ello-muted: #9aa3c7;
  --ello-purple: #7c5cff;
  --ello-violet: #a855f7;
  --ello-pink: #e879f9;
  --ello-orange: #ff6b3d;
  --ello-cta: linear-gradient(90deg, #7c4dff 0%, #ff4d8d 52%, #ff7a3d 100%);
  --ello-cta-orange: linear-gradient(90deg, #ff5a8a 0%, #ff6b3d 100%);
  --ello-radius: 18px;
  --ello-radius-sm: 12px;
  --ello-pill: 999px;
  --ello-max: 1180px;
  --ello-font: "Plus Jakarta Sans", system-ui, sans-serif;
  --ello-script: Caveat, cursive;
  --ello-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
}

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

html,
body {
  margin: 0;
  padding: 0;
}

.ello-body {
  min-height: 100vh;
  background: radial-gradient(1200px 600px at 70% 0%, rgba(124, 92, 255, 0.18), transparent 55%),
    var(--ello-bg);
  color: var(--ello-text);
  font-family: var(--ello-font);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font-family: inherit;
}

.ello-wrap {
  width: min(var(--ello-max), calc(100% - 32px));
  margin-inline: auto;
}

.ello-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
  background: rgba(7, 10, 22, 0.78);
  border-bottom: 1px solid var(--ello-line);
}

.ello-header__inner {
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 72px;
}

.ello-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.ello-logo img {
  height: 32px;
  width: auto;
}

.ello-nav {
  display: none;
  gap: 22px;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--ello-muted);
}

.ello-nav a:hover {
  color: var(--ello-text);
}

.ello-header__actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ello-icon-btn,
.ello-btn,
.ello-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: default;
}

.ello-icon-btn {
  width: 40px;
  height: 40px;
  border-radius: var(--ello-pill);
  background: transparent;
  color: var(--ello-text);
}

.ello-btn {
  height: 40px;
  padding: 0 18px;
  border-radius: var(--ello-pill);
  font-weight: 700;
  font-size: 0.9rem;
  white-space: nowrap;
}

.ello-btn--ghost {
  background: transparent;
  color: var(--ello-text);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.ello-btn--primary {
  background: var(--ello-cta);
  color: #fff;
}

.ello-btn--orange {
  background: var(--ello-cta-orange);
  color: #fff;
  height: 48px;
  padding: 0 22px;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

.ello-hero {
  display: grid;
  gap: 28px;
  padding: 36px 0 28px;
}

.ello-kicker {
  margin: 0 0 14px;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  font-weight: 700;
  color: var(--ello-muted);
  text-transform: uppercase;
}

.ello-hero h1 {
  margin: 0 0 14px;
  font-size: clamp(2.4rem, 6vw, 4.4rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.ello-hero h1 em {
  font-style: italic;
  background: linear-gradient(90deg, var(--ello-violet), var(--ello-pink));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ello-lead {
  margin: 0 0 28px;
  max-width: 34rem;
  color: var(--ello-muted);
  font-size: 1.05rem;
}

.ello-search {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  background: #101428;
  border: 1px solid var(--ello-line);
  border-radius: 28px;
  box-shadow: var(--ello-shadow);
}

.ello-search__field {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 14px;
  color: var(--ello-muted);
}

.ello-search__field input,
.ello-search__fake {
  flex: 1;
  background: transparent;
  border: 0;
  color: var(--ello-text);
  font-size: 0.95rem;
  outline: none;
}

.ello-search__field input::placeholder {
  color: #7e88ab;
}

.ello-search__fake {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.ello-hero__visual {
  position: relative;
  min-height: 280px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--ello-shadow);
}

.ello-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 280px;
}

.ello-script {
  position: absolute;
  right: 8%;
  top: 14%;
  max-width: 9rem;
  font-family: var(--ello-script);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.05;
  color: #fff;
  text-align: right;
  transform: rotate(-8deg);
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}

.ello-script span {
  display: block;
  margin-top: 4px;
  height: 3px;
  width: 72%;
  margin-left: auto;
  background: linear-gradient(90deg, transparent, var(--ello-orange));
  border-radius: var(--ello-pill);
}

.ello-cats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 8px 0 36px;
}

.ello-cat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--ello-muted);
  font-size: 0.78rem;
  font-weight: 600;
}

.ello-cat__icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--ello-surface);
  border: 1px solid var(--ello-line);
  color: var(--ello-violet);
}

.ello-section {
  padding: 8px 0 40px;
}

.ello-section__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.ello-section h2 {
  margin: 0;
  font-size: 1.45rem;
}

.ello-section__head p,
.ello-muted {
  margin: 4px 0 0;
  color: var(--ello-muted);
  font-size: 0.92rem;
}

.ello-link {
  color: var(--ello-muted);
  font-size: 0.9rem;
  font-weight: 600;
}

.ello-cards {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
}

.ello-card {
  flex: 0 0 210px;
  scroll-snap-align: start;
  background: var(--ello-surface);
  border-radius: var(--ello-radius);
  overflow: hidden;
  border: 1px solid var(--ello-line);
}

.ello-card__art {
  position: relative;
  height: 210px;
  display: grid;
  place-items: end start;
  padding: 14px;
}

.ello-card__art strong {
  font-size: 1.15rem;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.ello-heart {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(20, 16, 40, 0.55);
  display: grid;
  place-items: center;
  color: #fff;
}

.ello-card__body {
  padding: 12px 14px 16px;
}

.ello-card__body p {
  margin: 0;
  color: var(--ello-muted);
  font-size: 0.78rem;
}

.ello-card__body .ello-price {
  margin-top: 8px;
  color: var(--ello-text);
  font-weight: 700;
  font-size: 0.84rem;
}

.tone-dusk { background: linear-gradient(160deg, #3b1d4a, #c45c3a 70%, #f0b27a); }
.tone-neon { background: linear-gradient(160deg, #1a1030, #c41e6a 55%, #ff6b3d); }
.tone-blue { background: linear-gradient(160deg, #082044, #1e6bff 60%, #6ec8ff); }
.tone-gold { background: linear-gradient(160deg, #2a1a08, #c97a12 50%, #f3d16a); }
.tone-rose { background: linear-gradient(160deg, #2a1020, #9b2d6b 55%, #f0a0c8); }
.tone-rock { background: linear-gradient(160deg, #1a1228, #5b2d8a, #221018); }
.tone-sunset { background: linear-gradient(160deg, #3a1a28, #ef7a3a 60%, #f7d08a); }
.tone-food { background: linear-gradient(160deg, #2a180c, #c46a28, #f0c090); }
.tone-mic { background: linear-gradient(160deg, #121018, #3a2848, #d0c8d8); }

.ello-nearby {
  display: grid;
  gap: 14px;
}

.ello-nearby__grid {
  display: grid;
  gap: 14px;
}

.ello-mini {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 12px;
  align-items: center;
  background: var(--ello-surface);
  border-radius: var(--ello-radius-sm);
  overflow: hidden;
  border: 1px solid var(--ello-line);
}

.ello-mini__art {
  height: 88px;
}

.ello-mini__body {
  padding-right: 12px;
}

.ello-mini__body h3 {
  margin: 0 0 4px;
  font-size: 0.95rem;
}

.ello-mini__body p {
  margin: 0;
  font-size: 0.75rem;
  color: var(--ello-muted);
}

.ello-weekend {
  padding: 22px;
  border-radius: var(--ello-radius);
  background: linear-gradient(180deg, #1a1436, #12101f);
  border: 1px solid var(--ello-line);
}

.ello-weekend h3 {
  margin: 0 0 6px;
  font-size: 1.15rem;
}

.ello-weekend__days {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 18px 0;
}

.ello-weekend__day {
  text-align: center;
  padding: 10px 6px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.ello-weekend__day span {
  display: block;
  font-size: 0.7rem;
  color: var(--ello-muted);
}

.ello-weekend__day strong {
  font-size: 1.4rem;
}

.ello-weekend .ello-btn {
  width: 100%;
}

.ello-pin {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ello-pro {
  display: grid;
  gap: 0;
  margin: 8px 0 36px;
  border-radius: 28px;
  overflow: hidden;
  background: #0c1022;
  border: 1px solid var(--ello-line);
}

.ello-pro__copy {
  padding: 28px 22px 24px;
}

.ello-pro__copy h2 {
  margin: 0 0 10px;
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.15;
}

.ello-pro__copy p {
  margin: 0 0 20px;
  color: var(--ello-muted);
}

.ello-pro__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ello-pro__visual {
  min-height: 220px;
  background:
    radial-gradient(circle at 70% 40%, rgba(124, 92, 255, 0.35), transparent 50%),
    linear-gradient(160deg, #15102c, #0b0d18);
  display: grid;
  place-items: center;
  padding: 28px;
}

.ello-pro__visual img {
  width: min(280px, 80%);
  height: auto;
}

.ello-trust {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding-bottom: 40px;
}

.ello-trust article {
  padding: 16px;
  border-radius: 16px;
  background: var(--ello-surface);
  border: 1px solid var(--ello-line);
}

.ello-trust h3 {
  margin: 8px 0 4px;
  font-size: 0.95rem;
}

.ello-trust p {
  margin: 0;
  color: var(--ello-muted);
  font-size: 0.8rem;
}

.ello-news {
  display: grid;
  gap: 16px;
  padding: 8px 0 48px;
  align-items: center;
}

.ello-news h2 {
  margin: 0 0 6px;
  font-size: 1.5rem;
}

.ello-news__box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ello-news__box input {
  height: 48px;
  border-radius: var(--ello-pill);
  border: 1px solid var(--ello-line);
  background: var(--ello-surface);
  color: var(--ello-text);
  padding: 0 18px;
}

.ello-footer {
  padding: 36px 0 24px;
  border-top: 1px solid var(--ello-line);
  background: #060814;
}

.ello-footer__grid {
  display: grid;
  gap: 24px;
}

.ello-footer h3 {
  margin: 0 0 10px;
  font-size: 0.82rem;
  color: var(--ello-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ello-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ello-footer li {
  margin: 0 0 8px;
  color: var(--ello-text);
  font-size: 0.9rem;
}

.ello-footer__brand p {
  margin: 10px 0 14px;
  color: var(--ello-muted);
  font-size: 0.8rem;
  max-width: 16rem;
}

.ello-social {
  display: flex;
  gap: 10px;
  color: var(--ello-muted);
}

.ello-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 28px;
  padding-top: 16px;
  border-top: 1px solid var(--ello-line);
  color: var(--ello-muted);
  font-size: 0.78rem;
}

.ello-slash {
  margin-top: 18px;
  font-family: var(--ello-script);
  font-size: 1.4rem;
  color: var(--ello-violet);
}

@media (min-width: 720px) {
  .ello-cats {
    grid-template-columns: repeat(8, 1fr);
  }

  .ello-nearby__grid {
    grid-template-columns: 1fr 1fr;
  }

  .ello-trust {
    grid-template-columns: repeat(4, 1fr);
  }

  .ello-news {
    grid-template-columns: 1fr 1.1fr;
  }

  .ello-news__box {
    flex-direction: row;
  }

  .ello-news__box input {
    flex: 1;
  }

  .ello-footer__grid {
    grid-template-columns: 1.3fr repeat(4, 1fr);
  }
}

@media (min-width: 900px) {
  .ello-nav {
    display: flex;
  }

  .ello-hero {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    padding-top: 28px;
  }

  .ello-search {
    flex-direction: row;
    align-items: center;
    border-radius: var(--ello-pill);
    padding: 8px 8px 8px 6px;
  }

  .ello-search__field {
    flex: 1;
    border-right: 1px solid var(--ello-line);
  }

  .ello-search__field:last-of-type {
    border-right: 0;
  }

  .ello-hero__visual,
  .ello-hero__visual img {
    min-height: 420px;
    height: 420px;
  }

  .ello-nearby {
    grid-template-columns: 1.7fr 0.7fr;
    align-items: stretch;
  }

  .ello-pro {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: center;
  }
}
