/* ==========================================================================
   VISTOS PARA A AUSTRÁLIA — CSS próprio da página

   Estava num <style> dentro da visto-australia.html, depois do styles.css.

   ATENÇÃO: as regras abaixo são POSICIONAIS — `main > section:nth-of-type(N)`.
   Elas dependem de o <main> ter exatamente 11 seções, na ordem em que estão
   no new2026-visto-australia.php:

     1 vau-intro          5 vau-visas--navy (turista)   9 vau-photo--gold-coast
     2 sec-form           6 vau-photo--perth           10 vau-visas--white (trânsito)
     3 vau-photo--sydney  7 vau-visas--gray (negócios) 11 vau-visas--gray (pesquisa)
     4 vau-visas--white   8 vau-visas--red (W&H)

   Acrescentar, remover ou reordenar uma seção quebra o empilhamento das bordas
   arredondadas. Comentários HTML não contam — só elementos.

   A página da Nova Zelândia tem o MESMO bloco escrito para ela
   (visto-novazelandia.css, 1 a 6). Apesar de o body dela também levar a classe
   page-visto-australia, ela não depende deste arquivo.

   Carregado por 'css_extra' no new2026-visto-australia.php.
   ========================================================================== */

/* Empilhamento das bordas arredondadas (parapara) — z-index crescente por seção.
   Escopo exclusivo desta página para não afetar o CSS geral. */
html body.page-visto-australia main > section{position:relative}
html body.page-visto-australia main > section:nth-of-type(1){z-index:5}
html body.page-visto-australia main > section:nth-of-type(2){z-index:6}
html body.page-visto-australia main > section:nth-of-type(3){z-index:7}
html body.page-visto-australia main > section:nth-of-type(4){z-index:8}
html body.page-visto-australia main > section:nth-of-type(5){z-index:9}
html body.page-visto-australia main > section:nth-of-type(6){z-index:10}
html body.page-visto-australia main > section:nth-of-type(7){z-index:11}
html body.page-visto-australia main > section:nth-of-type(8){z-index:12}
html body.page-visto-australia main > section:nth-of-type(9){z-index:13}
html body.page-visto-australia main > section:nth-of-type(10){z-index:14}
html body.page-visto-australia main > section:nth-of-type(11){z-index:15}

/* Fotos sobem sobre a seção anterior com topo arredondado (efeito parapara) */
html body.page-visto-australia main > section.vau-photo{margin-top:-70px;background:transparent !important}
html body.page-visto-australia main > section.vau-photo .drive-banner{border-radius:var(--radius) var(--radius) 0 0}
@media(max-width:768px){
  html body.page-visto-australia main > section.vau-photo .drive-banner{border-radius:var(--radius-mobile) var(--radius-mobile) 0 0}
}
