:root {
  --bg: #05262e;
  --surface: #092f37;
  --surface-2: #0d3942;
  --straw: #c58b2a;
  --straw-dim: #936b30;
  --text: #f3ede2;
  --muted: #b8b3aa;
  --line: rgba(197, 139, 42, 0.26);
  --cream: #f0e7d6;
  --sky: #afd3d2;
  --ink: #062a33;
  --terracotta: #a9543d;
}

body {
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body::before {
  position: fixed;
  z-index: 100;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.16;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.14'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.wrap {
  width: min(1240px, calc(100% - 48px));
  max-width: none;
  padding: 0;
}

section {
  padding: clamp(64px, 7vw, 104px) 0;
}

h1,
h2,
h3,
.serif {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: -0.045em;
}

.eyebrow {
  margin-bottom: 24px;
  color: currentColor;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: lowercase;
  opacity: 0.68;
}

header {
  background: rgba(5, 38, 46, 0.92);
  border-color: rgba(197, 139, 42, 0.2);
}

header .wrap {
  min-height: 104px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.brand {
  min-width: 190px;
  color: var(--straw);
}

.brand-logo {
  display: block;
  width: 236px;
  height: 98px;
  object-fit: contain;
  object-position: left center;
}

.btn {
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 999px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: none;
}

.btn-primary {
  background: var(--straw);
  color: var(--ink);
}

.btn-primary:hover {
  background: #daa046;
}

.btn-ghost {
  border-color: rgba(243, 237, 226, 0.38);
}

.logo-reveal {
  display: none;
}

.logo-reveal .wrap {
  display: block;
}

.logo-reveal img {
  width: min(330px, 72vw);
  height: auto;
}

.logo-reveal .word,
.logo-reveal .tagline {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.hero {
  position: relative;
  padding-top: clamp(64px, 7vw, 100px);
  padding-bottom: clamp(70px, 8vw, 112px);
}

.hero::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 28vw;
  height: 22vw;
  content: "";
  background: linear-gradient(135deg, transparent 49.5%, rgba(197, 139, 42, 0.1) 50%);
  pointer-events: none;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.75fr);
  gap: clamp(48px, 7vw, 100px);
  align-items: center;
}

.hero h1 {
  max-width: 780px;
  margin-bottom: 34px;
  color: var(--straw);
  font-size: clamp(58px, 7.2vw, 106px);
  font-weight: 400;
  line-height: 0.91;
  letter-spacing: -0.065em;
  text-transform: lowercase;
}

.hero p.lead {
  max-width: 610px;
  margin-bottom: 38px;
  color: var(--text);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.55;
}

.hero-seats {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 0 180px 0 0;
  background: var(--surface);
  box-shadow: 26px 26px 0 rgba(197, 139, 42, 0.12);
  text-align: left;
}

.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.04);
}

.hero-seats::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 38%, rgba(5, 38, 46, 0.96) 100%);
}

.seat-progress {
  position: absolute;
  z-index: 1;
  right: 28px;
  bottom: 28px;
  left: 28px;
}

.hero-seats .count {
  color: var(--straw);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 66px;
  font-weight: 300;
  letter-spacing: -0.06em;
}

.hero-seats .count-label {
  max-width: 280px;
  color: var(--cream);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: lowercase;
}

.mini-grid {
  grid-template-columns: repeat(20, 1fr);
}

.mini-grid div {
  border: 1px solid rgba(243, 237, 226, 0.3);
  background: transparent;
}

.mini-grid div.taken {
  background: var(--straw);
}

#como-funciona {
  color: var(--ink);
  background: var(--sky);
}

#como-funciona h2,
.values-section h2,
.mission-section h2,
.features-section h2 {
  max-width: 800px !important;
  font-size: clamp(42px, 6vw, 78px) !important;
  line-height: 0.96;
}

.steps {
  gap: 0;
  margin-top: 70px;
  border-top: 1px solid rgba(6, 42, 51, 0.28);
}

.step {
  min-height: 245px;
  padding: 28px 28px 24px 0;
  border-top: 0;
  border-right: 1px solid rgba(6, 42, 51, 0.22);
}

.step + .step {
  padding-left: 28px;
}

.step:last-child {
  border-right: 0;
}

.step .n {
  margin-bottom: 38px;
  color: var(--terracotta);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.step h3 {
  max-width: 210px;
  font-size: 25px;
  line-height: 1.05;
}

.step p {
  max-width: 220px;
  color: var(--ink);
  font-size: 14px;
}

.values-section {
  color: var(--ink);
  background: var(--cream);
}

.values-section .eyebrow {
  color: var(--terracotta);
}

.plans {
  gap: 0;
  margin-top: 64px;
  border: 1px solid rgba(6, 42, 51, 0.2);
}

.plan-card {
  min-height: 410px;
  padding: clamp(30px, 5vw, 64px);
  color: var(--ink);
  border: 0;
  background: transparent;
}

.plan-card + .plan-card {
  border-left: 1px solid rgba(6, 42, 51, 0.2);
}

.plan-card.founder {
  color: var(--text);
  background: var(--bg);
}

.plan-card .tag,
.plan-card .price-sub {
  color: currentColor;
  opacity: 0.62;
}

.plan-card .price {
  color: var(--straw);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(38px, 5vw, 62px);
  letter-spacing: -0.06em;
}

.plan-card li {
  font-size: 15px;
}

.mission-section {
  position: relative;
  overflow: hidden;
  background: var(--bg);
}

.mission-section::after {
  position: absolute;
  right: -4vw;
  bottom: -18%;
  width: 42vw;
  height: 72%;
  content: "";
  border-radius: 50% 0 0;
  background: linear-gradient(rgba(5, 38, 46, 0.36), rgba(5, 38, 46, 0.86)), url("projetor.webp") center/cover;
  opacity: 0.66;
}

.mission-section .wrap {
  position: relative;
  z-index: 1;
}

.mission-grid {
  max-width: 760px;
  gap: 34px 48px;
  margin-top: 64px;
}

.mission-item {
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.mission-item .icon {
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
}

.manifesto {
  position: relative;
  min-height: 570px;
  display: grid;
  align-items: end;
  background: linear-gradient(90deg, rgba(5, 38, 46, 0.94) 0%, rgba(5, 38, 46, 0.72) 58%, rgba(5, 38, 46, 0.26) 100%), url("conversa-geracoes.webp") center/cover;
}

.manifesto-inner {
  max-width: 860px;
  margin: 0;
  text-align: left;
}

.manifesto svg {
  margin: 0 0 30px;
}

.manifesto blockquote {
  max-width: 820px;
  margin-bottom: 32px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(28px, 4vw, 52px);
  font-style: normal;
  font-weight: 300;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.manifesto .signature {
  max-width: 650px;
  font-size: 14px;
  line-height: 1.6;
}

.features-section {
  color: var(--ink);
  background: var(--sky);
}

.feature-grid {
  gap: 18px;
  margin-top: 64px;
}

.feature-card {
  min-height: 245px;
  padding: 30px;
  color: var(--ink);
  border: 1px solid rgba(6, 42, 51, 0.2);
  background: rgba(240, 231, 214, 0.24);
}

.feature-card:nth-child(2) {
  background: var(--cream);
}

.feature-card:nth-child(3) {
  color: var(--text);
  background: var(--bg);
}

.feature-card .glyph {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 46px;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: var(--terracotta);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 21px;
  line-height: 1;
}

.feature-card h3 {
  font-size: 28px;
}

.feature-card p {
  color: currentColor;
  opacity: 0.74;
}

.claim {
  min-height: 680px;
  display: grid;
  align-items: center;
  background: linear-gradient(90deg, rgba(5, 38, 46, 0.96), rgba(5, 38, 46, 0.76)), url("publico-sala.webp") center/cover;
}

.claim-box {
  max-width: 780px;
  margin-left: 0;
  padding: clamp(34px, 6vw, 72px);
  border: 1px solid rgba(197, 139, 42, 0.38);
  background: rgba(5, 38, 46, 0.9);
  backdrop-filter: blur(12px);
  text-align: left;
}

.claim-box h2 {
  font-size: clamp(38px, 5vw, 66px);
  line-height: 0.98;
}

.claim-box > p {
  max-width: 590px;
  margin-right: 0;
  margin-left: 0;
  font-size: 16px;
}

.seat-map,
.signup-form {
  max-width: 610px;
}

.signup-form {
  margin-left: 0;
}

.seat-map {
  pointer-events: none;
}

.signup-note {
  text-align: left;
}

.up-faq-section {
  padding-top: clamp(64px, 7vw, 96px);
  background: var(--sky);
  color: var(--ink);
}

.up-faq-header {
  position: static;
  z-index: auto;
  width: auto;
  max-width: 720px;
  min-height: 0;
  margin-bottom: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
}

.up-faq-label {
  color: var(--terracotta);
}

.up-faq-header h2,
.up-faq-contact span,
.up-faq-item summary {
  color: var(--ink);
}

.up-faq-header p,
.up-faq-answer p,
.up-faq-contact p {
  color: rgba(6, 42, 51, 0.72);
}

.up-faq-list,
.up-faq-item,
.up-faq-contact {
  border-color: rgba(6, 42, 51, 0.18);
}

footer {
  background: var(--bg);
}

footer > .wrap {
  padding: 54px 0;
}

@media (max-width: 860px) {
  .wrap {
    width: min(680px, calc(100% - 36px));
  }

  header .wrap {
    min-height: 82px;
    gap: 12px;
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: 176px;
    height: 74px;
  }

  header .btn {
    min-height: 42px;
    padding: 10px 14px;
    font-size: 10px;
  }

  .logo-reveal {
    padding-top: 36px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: clamp(50px, 14vw, 82px);
  }

  .hero-seats {
    min-height: 0;
    aspect-ratio: 4 / 5;
    border-radius: 0 110px 0 0;
  }

  .steps {
    grid-template-columns: 1fr 1fr;
  }

  .step,
  .step + .step {
    min-height: 260px;
    padding: 24px;
    border-right: 1px solid rgba(6, 42, 51, 0.2);
    border-bottom: 1px solid rgba(6, 42, 51, 0.2);
  }

  .plans {
    grid-template-columns: 1fr;
  }

  .plan-card + .plan-card {
    border-top: 1px solid rgba(6, 42, 51, 0.2);
    border-left: 0;
  }

  .mission-section::after {
    display: none;
  }

  .manifesto {
    min-height: 560px;
    background-position: 62% center;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: 230px;
  }

  .feature-card .glyph {
    margin-bottom: 38px;
  }

  .claim {
    min-height: 0;
  }
}

@media (max-width: 520px) {
  section {
    padding: 60px 0;
  }

  header .btn {
    max-width: 124px;
    padding-right: 11px;
    padding-left: 11px;
    font-size: 9px;
    line-height: 1.1;
  }

  header .brand-logo {
    width: 142px;
    height: 64px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(45px, 13.5vw, 64px);
    overflow-wrap: break-word;
  }

  .hero-ctas {
    display: grid;
  }

  .hero-ctas .btn {
    width: 100%;
  }

  .steps,
  .mission-grid {
    grid-template-columns: 1fr;
  }

  .step,
  .step + .step {
    min-height: auto;
    padding: 28px 0;
    border-right: 0;
  }

  .step .n {
    margin-bottom: 26px;
  }

  .manifesto {
    min-height: 620px;
    background-position: 66% center;
  }

  .manifesto blockquote {
    font-size: 30px;
  }

  .claim-box {
    padding: 30px 20px;
  }

  .signup-form {
    display: grid;
  }

  footer .brand-logo {
    margin: 0 auto;
  }
}
