:root{
  --bg:#050307;
  --panel:#0f0b12;
  --panel-soft:rgba(16,10,18,.76);
  --text:#ffffff;
  --muted:#cfc6d2;
  --line:rgba(255,255,255,.08);
  --accent:#ff0048;
  --accent-2:#ff3d76;
  --accent-soft:rgba(255,0,72,.18);
  --gold:#ffb56b;
  --shadow:0 26px 80px rgba(0,0,0,.45);
  --radius:24px;
  --container:1560px;
}

*{box-sizing:border-box}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  font-family:"Inter",sans-serif;
  color:var(--text);
  background:linear-gradient(180deg,#040207 0%,#08040b 35%,#060309 100%);
  overflow-x:hidden;
}

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

.page-bg,
.grid-overlay,
.city-lights,
.hero-ambience,
.hero-buildings,
.hero-silhouette,
.shape{
  pointer-events:none;
}

.page-bg{
  position:fixed;
  inset:0;
  z-index:-6;
  background:
    radial-gradient(circle at 20% 10%, rgba(255,61,118,.15), transparent 25%),
    radial-gradient(circle at 75% 12%, rgba(255,181,107,.16), transparent 30%),
    linear-gradient(180deg,#05030a 0%,#0a0610 100%);
}

.grid-overlay{
  position:fixed;
  inset:0;
  z-index:-5;
  opacity:.07;
  background-image:
    linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size:120px 120px;
  mask-image:radial-gradient(circle at center, black 40%, transparent 100%);
}

.city-lights{
  position:fixed;
  inset:auto 0 0;
  height:30vh;
  z-index:-4;
  filter:blur(65px);
  opacity:.55;
}

.city-lights-a{
  background:
    radial-gradient(circle at 18% 40%, rgba(255,91,129,.45), transparent 18%),
    radial-gradient(circle at 48% 70%, rgba(255,176,107,.4), transparent 20%),
    radial-gradient(circle at 78% 35%, rgba(255,91,129,.42), transparent 18%);
}

.city-lights-b{
  height:38vh;
  opacity:.28;
  background:
    radial-gradient(circle at 24% 58%, rgba(255,255,255,.26), transparent 6%),
    radial-gradient(circle at 39% 62%, rgba(255,195,130,.32), transparent 7%),
    radial-gradient(circle at 56% 64%, rgba(255,255,255,.2), transparent 6%),
    radial-gradient(circle at 74% 60%, rgba(255,160,95,.25), transparent 8%);
}

.social-rail{
  position:fixed;
  left:16px;
  top:50%;
  transform:translateY(-50%);
  z-index:20;
  display:flex;
  flex-direction:column;
  gap:14px;
}

.social-rail a{
  width:42px;
  height:42px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:rgba(7,5,11,.78);
  border:1px solid rgba(255,255,255,.06);
  color:#ff6a95;
  font-weight:800;
  box-shadow:var(--shadow);
  backdrop-filter:blur(10px);
}

.hero-shell{
  padding:0;
}

.hero-card{
  width:100%;
  margin:0;
  min-height:100vh;
  position:relative;
  overflow:hidden;
  border-radius:0;
  border:none;
  box-shadow:none;
  background:linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.34));
}

.topbar{
  position:absolute;
  left:0;
  right:0;
  top:0;
  z-index:12;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:32px 48px;
}

.brand{
  display:flex;
  align-items:center;
  gap:14px;
  font-weight:800;
  letter-spacing:-.03em;
}

.brand-mark{
  display:flex;
  align-items:center;
  justify-content:center;
}

.brand-mark img{
  height:42px;
  width:auto;
  object-fit:contain;
  transition:0.3s ease;
  filter:drop-shadow(0 4px 12px rgba(255,0,72,.25));
}

.brand-mark img:hover{
  transform:scale(1.05);
}

.brand-text{
  font-size:1.8rem;
}

.topnav{
  display:flex;
  align-items:center;
  gap:42px;
  font-size:1.1rem;
  font-weight:500;
}

.topnav a{
  color:rgba(255,255,255,.92);
}

.top-actions{
  display:flex;
  gap:14px;
  align-items:center;
}

.btn{
  min-height:48px;
  padding:0 22px;
  border-radius:14px;
  border:1px solid transparent;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-weight:800;
  letter-spacing:.02em;
  transition:.22s ease;
  cursor:pointer;
}

.btn:hover,
.cta-main:hover,
.cta-secondary:hover{
  transform:translateY(-1px);
}

.btn-primary{
  background:linear-gradient(135deg, var(--accent), #b00038);
  color:#fff;
  box-shadow:0 18px 34px rgba(255,0,72,.28);
}

.btn-ghost{
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.12);
  color:#fff;
}

.block{width:100%}
.big{min-height:58px;padding:0 28px}

.hero-scene{
  min-height:100vh;
  position:relative;
  background:
    radial-gradient(circle at 78% 18%, rgba(255,211,143,.82), transparent 16%),
    linear-gradient(180deg, rgba(255,187,117,.88) 0%, rgba(173,86,72,.62) 28%, rgba(37,28,39,.68) 58%, rgba(7,4,10,.92) 100%);
}

.hero-ambience{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 22% 34%, rgba(88,51,46,.65), transparent 24%),
    radial-gradient(circle at 67% 22%, rgba(255,214,128,.28), transparent 20%),
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(0,0,0,.12));
  filter:blur(3px);
}

.hero-buildings,
.hero-buildings-far{
  position:absolute;
  left:44%;
  right:8%;
  bottom:22%;
  height:34%;
  background:linear-gradient(180deg, rgba(39,39,44,.22), rgba(19,19,24,.78));
  clip-path:polygon(0 100%,0 68%,5% 68%,5% 52%,11% 52%,11% 23%,17% 23%,17% 60%,23% 60%,23% 12%,31% 12%,31% 44%,38% 44%,38% 30%,45% 30%,45% 64%,52% 64%,52% 18%,58% 18%,58% 52%,66% 52%,66% 10%,74% 10%,74% 62%,81% 62%,81% 36%,88% 36%,88% 56%,94% 56%,94% 26%,100% 26%,100% 100%);
  filter:blur(1px);
}

.hero-buildings-far{
  left:50%;
  right:0;
  bottom:26%;
  height:28%;
  opacity:.45;
  filter:blur(5px);
}

.hero-silhouette{
  position:absolute;
  left:8%;
  bottom:0;
  width:27%;
  height:62%;
  background:linear-gradient(180deg, rgba(19,19,22,.1), rgba(8,8,10,.92));
  clip-path:polygon(48% 0, 55% 2%, 63% 9%, 68% 16%, 72% 25%, 77% 33%, 84% 42%, 87% 47%, 91% 58%, 94% 73%, 94% 100%, 23% 100%, 27% 78%, 29% 61%, 34% 46%, 38% 33%, 42% 20%, 46% 7%);
  filter:blur(2px);
  opacity:.9;
}

.shape{
  position:absolute;
  border:3px solid rgba(255,230,204,.25);
  z-index:2;
}

.shape-a{width:330px;height:280px;left:39%;top:16%;clip-path:polygon(50% 0,100% 28%,100% 100%,0 100%,0 28%)}
.shape-b{width:510px;height:420px;left:31%;top:7%;clip-path:polygon(50% 0,100% 28%,100% 100%,0 100%,0 28%)}
.shape-c{width:270px;height:220px;right:10%;top:34%;clip-path:polygon(50% 0,100% 28%,100% 100%,0 100%,0 28%)}

.hero-logo{
  position:absolute;
  top:35%;
  left:50%;
  transform:translate(-50%, -50%);
  z-index:5;
  pointer-events:none;
  text-align:center;
}

.hero-logo img{
  width:clamp(320px, 42vw, 750px);
  max-width:90vw;
  opacity:.95;
  display:block;
  filter:
    drop-shadow(0 0 30px rgba(255,0,72,.35))
    drop-shadow(0 25px 80px rgba(0,0,0,.8));
  animation:heroLogoFadeUp 1.2s ease;
}

@keyframes heroLogoFadeUp{
  from{
    opacity:0;
    transform:translateY(40px);
  }
  to{
    opacity:.95;
    transform:translateY(0);
  }
}

.hero-content{
  position:relative;
  z-index:6;
  min-height:100vh;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:170px 40px 90px;
}

.logo-lockup{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
}

.logo-symbol{
  display:flex;
  gap:14px;
  align-items:flex-end;
  margin-bottom:8px;
}

.logo-symbol span{
  width:88px;
  background:linear-gradient(180deg, #ff437d, #d50043);
  display:block;
  clip-path:polygon(50% 0,100% 18%,100% 100%,0 100%,0 18%);
  box-shadow:0 18px 30px rgba(255,0,72,.22);
}

.logo-symbol span:nth-child(1),
.logo-symbol span:nth-child(3){
  height:118px;
}

.logo-symbol span:nth-child(2){
  height:188px;
}

.logo-lockup h1{
  margin:0;
  font-size:clamp(4.4rem, 10vw, 8.7rem);
  line-height:.92;
  letter-spacing:-.08em;
  text-shadow:0 6px 24px rgba(0,0,0,.2);
}

.logo-lockup h1 span{
  color:#ffd7e4;
}

.hero-subtitle{
  margin:30px 0 0;
  font-size:clamp(1.45rem,2vw,2.35rem);
  color:#fff;
}

.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  justify-content:center;
  margin-top:34px;
}

.cta-main,
.cta-secondary{
  min-height:62px;
  border-radius:16px;
  padding:0 26px;
  display:inline-flex;
  align-items:center;
  gap:12px;
  border:1px solid transparent;
  font-weight:900;
  letter-spacing:.02em;
  cursor:pointer;
}

.cta-main{
  color:#fff;
  background:linear-gradient(135deg, var(--accent), #b00038);
  box-shadow:0 20px 38px rgba(255,0,72,.32);
}

.cta-secondary{
  background:rgba(255,255,255,.08);
  color:#fff;
  border-color:rgba(255,255,255,.14);
}

.hero-links{
  margin-top:28px;
  display:flex;
  gap:26px;
  flex-wrap:wrap;
  justify-content:center;
  color:rgba(255,255,255,.86);
  font-weight:600;
}

.content-block{
  width:min(calc(100% - 40px), 1280px);
  margin:34px auto 0;
  padding:56px 0;
}

.content-block.alt{
  padding-top:34px;
}

.section-head{
  max-width:920px;
  margin:0 auto 28px;
  text-align:center;
}

.kicker{
  display:inline-flex;
  margin-bottom:14px;
  color:#ff7ba1;
  font-weight:800;
  letter-spacing:.2em;
  font-size:.8rem;
}

.section-head h2{
  margin:0;
  font-size:clamp(2rem,4vw,3.6rem);
  line-height:1.02;
  letter-spacing:-.05em;
}

.section-head p{
  color:var(--muted);
  font-size:1.05rem;
  line-height:1.8;
  margin-top:16px;
}

.cards{
  display:grid;
  gap:20px;
}

.cards-two{
  grid-template-columns:1.2fr .8fr;
}

.cards-three{
  grid-template-columns:repeat(3,1fr);
}

.info-card,
.news-card,
.highlight-grid article,
.join-panel{
  background:linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.025));
  border:1px solid var(--line);
  border-radius:24px;
  box-shadow:var(--shadow);
}

.info-card{
  padding:28px;
}

.main-card{
  min-height:320px;
  background:
    radial-gradient(circle at right bottom, rgba(255,0,72,.12), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.025));
}

.tag{
  display:inline-flex;
  padding:9px 14px;
  border-radius:999px;
  background:rgba(255,0,72,.12);
  color:#ff7fa4;
  font-size:.8rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.info-card h3,
.news-card h3,
.highlight-grid h3,
.join-panel h2{
  margin:18px 0 10px;
  letter-spacing:-.04em;
}

.info-card p,
.news-card p,
.highlight-grid p,
.join-panel p{
  color:var(--muted);
  line-height:1.8;
}

.status-card ul{
  list-style:none;
  padding:0;
  margin:18px 0 24px;
  display:grid;
  gap:12px;
  color:#fff;
}

.card-actions{
  display:grid;
  gap:12px;
}

.news-card{
  padding:26px;
}

.news-card span{
  color:#ff7ba1;
  font-weight:800;
  font-size:.88rem;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.highlight-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
}

.highlight-grid article{
  padding:26px;
}

.join-block{
  padding-bottom:82px;
}

.join-panel{
  padding:34px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  background:
    radial-gradient(circle at right center, rgba(255,0,72,.12), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
}

.join-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.footer{
  padding:0 20px 44px;
  text-align:center;
  color:rgba(255,255,255,.62);
}

@media (max-width: 1180px){
  .social-rail{
    display:none;
  }

  .topbar{
    padding:28px 28px;
  }

  .topnav{
    gap:24px;
    font-size:1rem;
  }

  .cards-two,
  .cards-three,
  .highlight-grid,
  .join-panel{
    grid-template-columns:1fr;
  }

  .join-panel{
    display:grid;
  }

  .hero-silhouette{
    width:34%;
  }
}

@media (max-width: 900px){
  .hero-shell{
    padding:0;
  }

  .hero-card{
    border-radius:0;
  }

  .topbar{
    position:relative;
    padding:22px 18px;
    flex-wrap:wrap;
    justify-content:center;
    background:rgba(5,3,8,.42);
    backdrop-filter:blur(12px);
  }

  .topnav{
    order:3;
    width:100%;
    justify-content:center;
    flex-wrap:wrap;
    gap:18px;
  }

  .brand-text{
    font-size:1.45rem;
  }

  .top-actions{
    width:100%;
    justify-content:center;
  }

  .hero-content{
    padding:80px 20px 70px;
    justify-content:flex-start;
    min-height:auto;
  }

  .logo-lockup{
    margin-top:170px;
  }

  .logo-symbol span{
    width:56px;
  }

  .logo-symbol span:nth-child(1),
  .logo-symbol span:nth-child(3){
    height:82px;
  }

  .logo-symbol span:nth-child(2){
    height:132px;
  }

  .hero-subtitle{
    font-size:1.25rem;
  }

  .shape{
    display:none;
  }

  .hero-buildings{
    left:32%;
    right:-8%;
    bottom:24%;
  }

  .hero-buildings-far{
    left:40%;
  }

  .hero-silhouette{
    width:44%;
    left:0;
    opacity:.72;
  }

  .hero-logo{
    top:72%;
  }

  .hero-logo img{
    width:clamp(220px, 55vw, 480px);
  }
}

@media (max-width: 640px){
  .topnav{
    display:none;
  }

  .hero-shell{
    padding:0;
  }

  .hero-card{
    width:100%;
    margin:0;
    border-radius:0;
    min-height:100vh;
  }

  .topbar{
    position:relative;
    padding:20px 16px;
    flex-wrap:wrap;
    justify-content:center;
    gap:14px;
    background:rgba(5,3,8,.42);
    backdrop-filter:blur(12px);
  }

  .brand{
    width:100%;
    justify-content:center;
  }

  .brand-mark img{
    height:34px;
  }

  .brand-text{
    font-size:1.1rem;
  }

  .top-actions{
    width:100%;
    display:flex;
    gap:12px;
    justify-content:center;
  }

  .top-actions .btn{
    flex:1;
    min-height:52px;
    max-width:170px;
  }

  .hero-scene{
    min-height:auto;
  }

  .hero-content{
    min-height:auto;
    padding:32px 20px 56px;
    justify-content:flex-start;
  }

  .logo-lockup{
    margin-top:40px;
  }

  .logo-lockup h1{
    font-size:2.8rem;
    line-height:.95;
  }

  .hero-subtitle{
    font-size:1.05rem;
    margin:18px 0 0;
    line-height:1.4;
    max-width:300px;
  }

  .hero-actions,
  .join-actions{
    width:100%;
    flex-direction:column;
    gap:14px;
    margin-top:24px;
  }

  .btn,
  .cta-main,
  .cta-secondary{
    width:100%;
  }

  .cta-main,
  .cta-secondary{
    min-height:58px;
    border-radius:18px;
    justify-content:center;
  }

  .hero-links{
    margin-top:22px;
    gap:18px;
    font-size:1rem;
  }

  .hero-logo{
    display:none;
  }

  .hero-buildings{
    left:18%;
    right:-10%;
    bottom:18%;
    height:26%;
  }

  .hero-buildings-far{
    left:30%;
    bottom:22%;
    height:20%;
  }

  .hero-silhouette{
    width:52%;
    left:-6%;
    bottom:0;
    opacity:.6;
  }

  .content-block{
    width:min(calc(100% - 24px), 1280px);
  }

  .section-head h2{
    font-size:2rem;
  }
}

/* =========================
   MOBILE REWORK - METROPOLES
   ========================= */
@media (max-width: 900px){
  .topbar{
    position:relative;
    padding:18px 16px;
    gap:14px;
    align-items:center;
    justify-content:center;
    background:linear-gradient(180deg, rgba(7,4,10,.94), rgba(7,4,10,.72));
    backdrop-filter:blur(14px);
  }

  .brand{
    width:100%;
    justify-content:center;
  }

  .top-actions{
    width:100%;
    justify-content:center;
    gap:12px;
  }

  .top-actions .btn{
    min-width:150px;
  }

  .hero-scene{
    min-height:100svh;
  }

  .hero-content{
    min-height:calc(100svh - 120px);
    justify-content:center;
    padding:32px 20px 64px;
  }

  .logo-lockup{
    margin-top:0;
  }

  .hero-logo{
    display:none;
  }

  .hero-subtitle{
    margin-top:12px;
  }
}

@media (max-width: 640px){
  .social-rail{
    display:none;
  }

  .topbar{
    position:relative;
    padding:18px 14px 14px;
    gap:12px;
  }

  .brand{
    width:100%;
    justify-content:center;
  }

  .brand-mark img{
    height:36px;
  }

  .top-actions{
    width:100%;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
  }

  .top-actions .btn{
    width:100%;
    max-width:none;
    min-height:54px;
    padding:0 14px;
    border-radius:16px;
    font-size:1rem;
  }

  .hero-scene{
    min-height:100svh;
  }

  .hero-content{
    min-height:calc(100svh - 130px);
    justify-content:center;
    padding:26px 18px 54px;
  }

  .logo-lockup{
    width:100%;
    gap:0;
    margin-top:0;
  }

  .logo-symbol{
    display:none;
  }

  .logo-lockup h1{
    display:none;
  }

  .hero-subtitle{
    margin:0 0 18px;
    font-size:1.9rem;
    line-height:1.14;
    max-width:320px;
    font-weight:800;
    text-shadow:0 6px 18px rgba(0,0,0,.28);
  }

  .hero-actions{
    width:100%;
    display:grid;
    grid-template-columns:1fr;
    gap:14px;
    margin-top:0;
  }

  .cta-main,
  .cta-secondary{
    width:100%;
    min-height:60px;
    padding:0 18px;
    border-radius:18px;
    justify-content:center;
    font-size:1.02rem;
  }

  .hero-links{
    width:100%;
    margin-top:20px;
    display:flex;
    justify-content:center;
    gap:20px;
    font-size:1rem;
    font-weight:700;
  }

  .hero-buildings{
    left:20%;
    right:-16%;
    bottom:0;
    height:20%;
    opacity:.55;
  }

  .hero-buildings-far{
    left:36%;
    right:-18%;
    bottom:6%;
    height:16%;
    opacity:.3;
  }

  .hero-silhouette{
    width:46%;
    left:-10%;
    bottom:-1%;
    height:40%;
    opacity:.22;
  }

  .content-block{
    width:min(calc(100% - 22px), 1280px);
    margin-top:24px;
    padding:38px 0;
  }

  .section-head{
    margin-bottom:20px;
  }

  .section-head h2{
    font-size:1.8rem;
  }

  .section-head p,
  .info-card p,
  .news-card p,
  .highlight-grid p,
  .join-panel p{
    font-size:.97rem;
    line-height:1.7;
  }

  .info-card,
  .news-card,
  .highlight-grid article,
  .join-panel{
    border-radius:20px;
  }

  .join-panel{
    padding:24px 18px;
  }

  .join-actions{
    width:100%;
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
  }

  .footer{
    padding:0 16px 34px;
    font-size:.92rem;
  }
}

@media (max-width: 420px){
  .hero-subtitle{
    font-size:1.7rem;
    max-width:290px;
  }

  .hero-links{
    gap:16px;
    font-size:.95rem;
  }

  .top-actions .btn{
    font-size:.95rem;
  }
}


/* =========================
   MOBILE BOTTOM DOCK REWORK
   ========================= */
@media (max-width: 640px){
  body{
    padding-bottom: 150px;
  }

  .hero-card{
    min-height: 100svh;
  }

  .hero-scene{
    min-height: 100svh;
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  /* LOGO NO TOPO DA HOME */
  .hero-logo{
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;

    z-index: 20;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    margin: 0 0 20px;
    text-align: center;
    pointer-events: none;
  }

  .hero-logo img{
    display: block;
    width: auto;
    height: 80px;
    max-width: 78vw;
    opacity: .98;
    object-fit: contain;
    filter:
      drop-shadow(0 4px 12px rgba(0,0,0,.35))
      drop-shadow(0 0 18px rgba(255,0,72,.18));
  }

  .hero-content{
    position: relative;
    z-index: 10;
    min-height: calc(100svh - 170px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 18px 24px;
    text-align: center;
  }

  .hero-subtitle{
    margin: 0 0 18px;
    font-size: clamp(1.5rem, 6vw, 1.95rem);
    line-height: 1.14;
    max-width: 18ch;
    font-weight: 800;
    text-shadow: 0 6px 18px rgba(0,0,0,.28);
  }

  .hero-actions{
    width: 100%;
    margin-top: 0;
    gap: 14px;
  }

  .cta-main,
  .cta-secondary{
    width: 100%;
    min-height: 58px;
    border-radius: 18px;
    justify-content: center;
  }

  .hero-links{
    margin-top: 18px;
    margin-bottom: 0;
    gap: 16px;
    font-size: clamp(.9rem, 3.5vw, 1rem);
  }

  /* DOCK FIXO INFERIOR */
  .topbar{
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 12px;
    top: auto;
    z-index: 60;

    width: clamp(280px, calc(100vw - 24px), 380px);

    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;

    padding: 14px 12px calc(14px + env(safe-area-inset-bottom));
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 22px;

    background: linear-gradient(180deg, rgba(10,6,14,.95), rgba(8,4,11,.88));
    box-shadow: 0 18px 50px rgba(0,0,0,.40);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .brand{
    width: 100%;
    justify-content: center;
  }

  .brand-mark img{
    height: 31px;
  }

  .top-actions{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .top-actions .btn{
    min-width: 0;
    width: 100%;
    min-height: 50px;
    padding: 0 10px;
    border-radius: 15px;
    font-size: clamp(.86rem, 2.8vw, .95rem);
  }

  /* IMPEDIR SEGUNDA SEÇÃO DE SUBIR PRA DOBRA */
  .content-block{
    width: min(calc(100% - 24px), 380px);
    margin-top: 0;
    padding: 42px 0 32px;
  }

  .hero-buildings{
    left: 18%;
    right: -10%;
    bottom: 18%;
    height: 26%;
  }

  .hero-buildings-far{
    left: 30%;
    bottom: 22%;
    height: 20%;
  }

  .hero-silhouette{
    width: 52%;
    left: -6%;
    bottom: 0;
    opacity: .6;
  }
}

@media (max-width: 420px){
  body{
    padding-bottom: 164px;
  }

  .topbar{
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 14px 12px calc(14px + env(safe-area-inset-bottom));
    border-radius: 22px;
  }

  .brand-mark img{
    height: 31px;
  }

  .top-actions .btn{
    min-height: 52px;
    font-size: .94rem;
  }

  .hero-scene,
  .hero-content{
    min-height: calc(100svh - 164px);
  }
}
